Swap positions
Collapse
X
-
When your viewing the sidebar blocks, the display order sets how they are shown top to bottom so be sure to set the block you want up top to a lower value, the block you want on bottom to a higher value.
Former vBulletin Support Staff
Hacked recently? See my blog post "Recovering a Hacked vBulletin Site".
Thinking outside the box? Need modification support? Visit www.vBulletin.org and have at it! -
These are the Blog Sidebar. Not really related to either Forum Blocks or CMS Widgets.
To move those you would need to edit the blog_sidebar_generic template.Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 APIComment
-
^Indeed Wayne is correct as alwaysand sorry for the initial oversight Snakes
.
Former vBulletin Support Staff
Hacked recently? See my blog post "Recovering a Hacked vBulletin Site".
Thinking outside the box? Need modification support? Visit www.vBulletin.org and have at it!Comment
-
No problem Michael! Thanks Wayne...
Code:<vb:comment> <!-- this is causing an extra button in the normal pages. will fix this later --> <h6 class="actionbutton_container"> <vb:if condition="!$bbuserinfo['userid']"> <a class="pagetitleinfo textcontrol" href="register.php{vb:raw session.sessionurl_q}" rel="nofollow"><span>+</span> {vb:rawphrase create_blog}</a> <vb:elseif condition="$show['postblog'] OR $show['postgroupblog']" /> <vb:if condition="$show['postgroupblog']"> <a class="pagetitleinfo textcontrol" href="{vb:raw $vboptions.vbblog_url}{vb:if "$vboptions['vbblog_url']", '/', ''}blog_post.php?{vb:raw session.sessionurl}do=newblog&u={vb:raw userinfo.userid}" rel="nofollow"><span>+</span> {vb:rawphrase new_entry}</a> <vb:else /> <a class="pagetitleinfo textcontrol" href="{vb:raw $vboptions.vbblog_url}{vb:if "$vboptions['vbblog_url']", '/', ''}blog_post.php?{vb:raw session.sessionurl}do=newblog" rel="nofollow"><span>+</span> {vb:rawphrase new_entry}</a> </vb:if> </vb:if> </h6> < /vb:comment> < vb:if condition="!$show['hidesidebar']"> < div id="blog_sidebar_generic"> < /vb:if> <vb:if condition="$show['blogsidebar_middle']"> <div class="block adblock" id="blogsidebar_middle_container"> <div class="blockbody formcontrols"> {vb:raw ad_location.blogsidebar_middle} </div> </div> <div class="underblock"></div> </vb:if> <form action="search.php?do=process" method="post" > <input type="hidden" name="contenttype" value="vBBlog_BlogEntry"/> <input type="hidden" name="search_type" value="1"/> <input type="hidden" name="quicksearch" value="1"/> <div class="block blogusermenu"> <h5 class="blocksubhead searchblock smaller"> <a href="#top" id="collapse_c_blog_search" class="collapse"> <img src="{vb:stylevar imgdir_button}/collapse_40b{vb:raw vbcollapse.collapseimg_blog_search}.png" alt=""/> </a> {vb:rawphrase find_blog_entries} </h5> <div class="blockbody formcontrols" id="c_blog_search"> <div class="blockrow floatcontainer"> <label for="quicksearch_blog_text" class="smallfont" >{vb:rawphrase containing_text} <input type="text" class="primary textbox" name="query" id="quicksearch_blog_text" tabindex="1" /> </label> <label for="cb_titleonly" class="titleonly"> <input class="inlineimg" type="checkbox" name="titleonly" id="cb_titleonly" value="1" tabindex="1" /> {vb:rawphrase search_titles_only} </label> <div class="cleardiv"></div> <div class="controls floatcontainer"> <input type="submit" class="button" value="{vb:rawphrase search}" tabindex="1" /> <a href="search.php?{vb:raw session.sessionurl}search_type=1&contenttype=vBBlog_BlogEntry">{vb:rawphrase advanced_search}</a> </div> </div> </div> </div> <div class="underblock"></div> <input type="hidden" name="s" value="{vb:raw session.sessionhash}" /> <input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" /> <input type="hidden" name="do" value="process" /> </form> <vb:if condition="$sidebar['categorybits']"> <div class="block categoryblock blogusermenu"> <h5 class="blocksubhead smaller"> <a href="#top" id="collapse_c_blog_categories" class="collapse"> <img src="{vb:stylevar imgdir_button}/collapse_40b{vb:raw vbcollapse.collapseimg_blog_categories}.png" alt=""/> </a> {vb:rawphrase blog_categories} </h5> <div class="blockbody" id="c_blog_categories"> <div class="blockrow block_category_list"> <ul class="list_no_decoration"> {vb:raw sidebar.categorybits} </ul> </div> </div> </div> <div class="underblock"></div> </vb:if> <div class="block blogusermenu" id="vb_blogcalendar"> {vb:raw calendar} </div> <div class="underblock"></div> <script type="text/javascript" src="clientscript/blog_ajax_calendar.js?v={vb:raw vboptions.simpleversion}"></script> <script type="text/javascript"> <!-- blogCalendar = new vB_AJAX_BlogCalendar('blogCalendar', 'vb_blogcalendar', {vb:raw month}, {vb:raw year}); //--> </script> <vb:if condition="$tag_cloud"> <div class="block blogusermenu"> <h5 class="blocksubhead smaller"> <a href="#top" id="collapse_c_blog_cloud" class="collapse"> <img src="{vb:stylevar imgdir_button}/collapse_40b{vb:raw vbcollapse.collapseimg_blog_cloud}.png" alt=""/> </a> {vb:rawphrase global_tag_cloud} </h5> <div class="blockbody" id="c_blog_cloud"> <div class="blockrow smallfont" > <ul id="tags_cloud_list" > {vb:raw tag_cloud} <li class="smallfont" > <a href="{vb:raw $vboptions.vbblog_url}{vb:if "$vboptions['vbblog_url']", '/', ''}blog_tag.php{vb:raw session.sessionurl_q}">{vb:rawphrase search_by_tag}</a> </li> </ul> </div> </div> </div> <div class="underblock"></div> </vb:if> <vb:if condition="$show['blogsidebar_end']"> <div class="block adblock" id="blogsidebar_end_container"> <div class="blockbody formcontrols"> {vb:raw ad_location.blogsidebar_end} </div> </div> <div class="underblock"></div> </vb:if> < vb:if condition="!$show['hidesidebar']"> < /div> < /vb:if>
- - - Updated - - -
Please?Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment