Results 1 to 1 of 1
-
13th Dec 2008, 04:49 PM #1loki
Collapse Quoted Replys
Collapse Quoted Replys;
Guess Ill start,on Vb ,say someone makes a mile long post, and alot on members quote it in there reply, makes a real long post.You can go to "styles/templates/bbcode layout templates/bbcode_quote" copy everything there to notepad for saving original text, then delete it and paste this;
Code:<div style="margin:20px; margin-top:5px; <if condition="$show['iewidthfix']">width: 100%;</if>"> <table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%"> <if condition="$show[quoteid]=$show[quoteid] + 1 + $vbulletin->userinfo[lastactivity]"></if> <tr> <td class="tcat"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('quote_$show[quoteid]')"><img id="collapseimg_quote_$show[quoteid]" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a> <div class="smallfont" style="margin-bottom:2px"> <a href="#top" onclick="return toggle_collapse('quote_$show[quoteid]')">$vbphrase[quote] <if condition="$show['username']">($username)</if>: <em>(click to expand/collapse)</em></a> </div> </td> </tr> <tbody id="collapseobj_quote_$show[quoteid]" style="{$collapseobj_forumid}"> <tr> <td class="alt2" style="border:1px inset"> <if condition="$show['username']"> <div><phrase 1="$username">$vbphrase[originally_posted_by_x]</phrase></div> <div style="font-style:italic">$message</div> <else /> $message </if> </td> </tr> </tbody> </table> </div> <script type="text/javascript"> <!-- toggle_collapse('quote_$show[quoteid]'); --> </script>
cleans up the long posts and looks betterloki Reviewed by loki on . Collapse Quoted Replys Collapse Quoted Replys; Guess Ill start,on Vb ,say someone makes a mile long post, and alot on members quote it in there reply, makes a real long post.You can go to "styles/templates/bbcode layout templates/bbcode_quote" copy everything there to notepad for saving original text, then delete it and paste this; <div style="margin:20px; margin-top:5px; <if condition="$show">width: 100%;</if>"> <table cellpadding="$stylevar" cellspacing="0" border="0" width="100%"> <if Rating: 5
themaPoster - post to forums and...
Version 5.22 released. Open older version (or...