nexus Posted May 16, 2013 Share Posted May 16, 2013 I want to add a bar in each sidebar block like the one that its on the top of it with the name of the block. How can i do this? Link to comment Share on other sites More sharing options...
0 King-Pin Posted May 16, 2013 Share Posted May 16, 2013 please share a screenshot or explain a little bit more please Link to comment Share on other sites More sharing options...
0 nexus Posted May 16, 2013 Author Share Posted May 16, 2013 In sidebar block as you can see i want to add i bottom bar like the one in the top: Link to comment Share on other sites More sharing options...
0 King-Pin Posted May 16, 2013 Share Posted May 16, 2013 You have to edit the sideblock template (such as: hookRecentTopics etc. etc.)example: (not sure if you want to delete the top bar on the blocks, so i leave it for now).<if test="recenttopics:|:is_array( $topics ) && count( $topics )"><div class='ipsSideBlock clearfix'> <h3>{$this->lang->words['recently_added_topics']}</h3> <div class='_sbcollapsable'> <ul class='ipsList_withminiphoto'> <foreach loop="topics_hook:$topics as $r"> <li class='clearfix'> {parse template="userSmallPhoto" group="global" params="$r"} <div class='list_content'> <a href="{parse url="showtopic={$r['tid']}" base="public" template="showtopic" seotitle="{$r['title_seo']}"}" rel='bookmark' class='ipsType_small' title='{parse expression="strip_tags($r['topic_title'])"} {$this->lang->words['topic_started_on']} {parse date="$r['start_date']" format="LONG"}'>{$r['topic_title']}</a> <p class='desc ipsType_smaller'> <if test="$r['members_display_name']">{parse template="userHoverCard" group="global" params="$r"}<else />{$this->settings['guest_name_pre']}{$r['starter_name']}{$this->settings['guest_name_suf']}</if> - {parse date="$r['start_date']" format="short"} </p> </div> </li> </foreach> </ul> </div> <h3>{$this->lang->words['recently_added_topics']}</h3></div></if>I have just pasted the h3 tag under the closing div of sbcollapsablethats what i was thinking but i was trying to find a different way or quicker way to do it but nice anyways Link to comment Share on other sites More sharing options...
0 nexus Posted May 16, 2013 Author Share Posted May 16, 2013 thats not what i mean. I want just to add a custom image as bottom bar, like what i have done in forum categories: Link to comment Share on other sites More sharing options...
0 King-Pin Posted May 17, 2013 Share Posted May 17, 2013 thats not what i mean. I want just to add a custom image as bottom bar, like what i have done in forum categories: so you just want to add some type of border like in the pic above Link to comment Share on other sites More sharing options...
0 nexus Posted May 17, 2013 Author Share Posted May 17, 2013 so you just want to add some type of border like in the pic above yes but with a custom image. Link to comment Share on other sites More sharing options...
0 King-Pin Posted May 17, 2013 Share Posted May 17, 2013 (edited) sure i can do that PM me your site and what image you want or if you want it to match that and i'll do it for you np Edited May 17, 2013 by King-Pin Link to comment Share on other sites More sharing options...
0 nexus Posted May 18, 2013 Author Share Posted May 18, 2013 Paradiizee could you help with this? Link to comment Share on other sites More sharing options...
Question
nexus
I want to add a bar in each sidebar block like the one that its on the top of it with the name of the block. How can i do this?
Link to comment
Share on other sites
8 answers to this question
Recommended Posts