This is an extensive list of changes I always make to all my forums. Definately a page you want to save. It's information from all around the web gathered into one Masterful thread for me to remember. I'm sure this will be useful to you.
Every time you install a new theme, you have to redo your custom work. Here's most of my template changes.
1. This little tweak replaces the mouseover text on showthreads so that instead of saying "reload this thread" you get a more content relevent mouseover title.
Open:
SHOWTHREAD
Find
Replace with:Code:{vb:rawphrase reload_this_page}
Add button New Thread in SHOWTHREADCode:{vb:raw threadinfo.title}
ACP > Styles & Templates > Search in Templates >
FindCode:<div id="above_postlist" class="above_postlist"> <vb:if condition="$show['largereplybutton']"> <a href="newreply.php?{vb:raw session.sessionurl}p={vb:raw LASTPOSTID}&noquote=1" class="newcontent_textcontrol" id="newreplylink_top"><vb:if condition="$show['closethread']"><span>+</span> {vb:rawphrase reply_to_thread}<vb:else />{vb:rawphrase closed_thread}</vb:if></a>
Add Below:
Full Size Videos in CMSCode:<a href="newthread.php?{vb:raw session.sessionurl}do=newthread&f={vb:raw thread.forumid}" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_top" style="margin-left:10px;"><span>+</span> {vb:rawphrase post_new_thread}</a>
First you edit the vbcms_article_preview_object_size stylevar to the size you want.
Then in vbcms.css change
Code:
toCode:.showpreviewonly object { border:{vb:stylevar vbcms_article_preview_image_border}; outline: {vb:stylevar vbcms_article_preview_image_outline}; float:{vb:stylevar left}; margin:{vb:stylevar vbcms_article_preview_image_margin}; {vb:stylevar vbcms_article_preview_object_size}; }
Code:
Tested with Dailymotion, Vimeo and YTCode:.showpreviewonly object { border:{vb:stylevar vbcms_article_preview_image_border}; outline: {vb:stylevar vbcms_article_preview_image_outline}; margin-top:10px; {vb:stylevar vbcms_article_preview_object_size};



Reply With Quote
