inherit
168826
0
Feb 24, 2015 13:36:45 GMT -8
nyos
It would be cool if my name was Bob. If ever I got confused, I could write my name backwards an b ok
119
July 2011
nyos
|
Post by nyos on May 25, 2013 16:43:41 GMT -8
Is there a way to implement a code that could be predefined by the Admin whereas each post that is created will automatically have two horizontal rules and two breaks embedded into each post made by a user?
I ask because simple one sentence (or a few words) replies and/or posts are too high up in a message/post area after posted and by comparison to the rest of the open area in a post looks awkward and sometimes may go unnoticed with the way I have my layout set up.
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on May 31, 2013 19:38:27 GMT -8
That would be something you can do in your template layout.
If you go to: Admin > Themes > Layout Templates and then click on thread and then click the tab "post list" that is the template you can add it to.
Find this part and add the blue:
<h3 class="title aria-hidden">Post by $[post.created_by_user.name] on $[post.date]</h3> <div class="message"><hr><hr><br /><br />$[post.message]</div> </article>
|
|
inherit
168826
0
Feb 24, 2015 13:36:45 GMT -8
nyos
It would be cool if my name was Bob. If ever I got confused, I could write my name backwards an b ok
119
July 2011
nyos
|
Post by nyos on May 31, 2013 20:34:05 GMT -8
That would be something you can do in your template layout. If you go to: Admin > Themes > Layout Templates and then click on thread and then click the tab "post list" that is the template you can add it to. Find this part and add the blue: <h3 class="title aria-hidden">Post by $[post.created_by_user.name] on $[post.date]</h3> <div class="message"> <hr><hr><br /><br />$[post.message]</div> </article> Beautiful! Worked exactly as planned. Thank you!
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on May 31, 2013 20:40:23 GMT -8
You're wecome.
|
|