LemonStand Forum: Editable Sidebar Content - LemonStand Forum

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Editable Sidebar Content

#1 User is offline   NickToye 

  • Member
  • PipPipPip
  • Group: Members
  • Posts: 484
  • Joined: 09-July 10

Posted 10 March 2011 - 01:18 PM

Hi,

I know we are able to create an editable content block that the author can edit. But I would like to be able to allow them to edit the sidebar blocks also. Currently I have to render the sidebar block from within the template, and edit the content in the Page Blocks section. I would like my clients to be able to hover over the page, click Edit Content and be able to edit their main content block as well as a sidebar block also.

Any thoughts?

Nick
0

#2 User is offline   NickToye 

  • Member
  • PipPipPip
  • Group: Members
  • Posts: 484
  • Joined: 09-July 10

Posted 12 March 2011 - 04:30 PM

Hi, anybody have any thoughts?
0

#3 User is offline   NickToye 

  • Member
  • PipPipPip
  • Group: Members
  • Posts: 484
  • Joined: 09-July 10

Posted 15 March 2011 - 11:26 AM

Going to bump this again. I think it's quite a useful feature and currently is causing me an issue by it not being available.
0

#4 User is offline   tomshp 

  • Member
  • Group: Members
  • Posts: 18
  • Joined: 29-September 10

Posted 24 March 2011 - 07:29 PM

Hi Nick, did you end up finding a suitable work around for this? I needed to do this on a site recently and followed the procedure Aleksey outlined on this post:

http://forum.lemonstandapp.com/topic/209-global-content-blocks/


Plus added a bit of code to "trick" the page into not rendering the Content Block on the front end with the following:

eg.

<?php
	$norender = false;
	if($norender == true){
		  content_block('column_snippet_a', 'Column Snippet Top');
	}
?>
  


Then you can add into your sidebar code the "Cms_ContentBlock" code outlined in the forum post above.


So now our client can edit a block of text with the standard Page Content edit screen and have it appear where we need site wide or in particular templates.

Not ideal, but an effective and fast work around for now.
0

#5 User is offline   NickToye 

  • Member
  • PipPipPip
  • Group: Members
  • Posts: 484
  • Joined: 09-July 10

Posted 24 March 2011 - 11:53 PM

I was hoping for a discussion about this, but thanks for replying. :)

Maybe I will suggest a more native method for the roadmap.
0

#6 User is offline   NickToye 

  • Member
  • PipPipPip
  • Group: Members
  • Posts: 484
  • Joined: 09-July 10

Posted 28 April 2011 - 03:00 PM

Anybody else have any thoughts on this?
0

#7 User is offline   NickToye 

  • Member
  • PipPipPip
  • Group: Members
  • Posts: 484
  • Joined: 09-July 10

Posted 14 December 2011 - 01:32 PM

Was wondering if this was likely to be implemented soon?

If it has already and I have missed it, my apologies.

Nick
0

Share this topic:


Page 1 of 1

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users