The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#32
|
||||
|
||||
Quote:
evesve, good idea. I'll add collapsing to the next version of this. |
#33
|
|||
|
|||
<div align="center">:surprised:
Sorry but I didn't see it though I checked the thread 4 times. Anyway,I would love to see this added to the next version. Thanks.</div> |
#34
|
||||
|
||||
Yeah, I probably will add it. I think I have a thing for releasing hacks with no user instructions included...
|
#35
|
||||
|
||||
Quote:
INSTALLED!!! |
#36
|
||||
|
||||
Odd. I edited usercp with the added code, saved and plugin uploaded/enabled yet I see nothing in the user area.
This is my usercp Code:
<if condition="$show['privatemessages']"> <!-- ############## PRIVATE MESSAGES ############## --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <thead> <tr> <td class="tcat" colspan="2"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('usercp_pms')"><img id="collapseimg_usercp_pms" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_usercp_pms].gif" alt="" border="0" /></a> <a href="private.php$session[sessionurl_q]">$vbphrase[new_private_messages]</a><span class="normal">: ($numpms)</span> </td> </tr> </thead> <tbody id="collapseobj_usercp_pms" style="$vbcollapse[collapseobj_usercp_pms]"> $messagelistbits </tbody> </table> <br /> <!-- ############## END PRIVATE MESSAGES ############## --> </if> <!-- ############## START REFERRER BY ADAM GESSEL #################### --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <thead> <tr> <td class="tcat" colspan="7"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('usercp_reflink')"><img id="collapseimg_usercp_reflink" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_usercp_reflink].gif" alt="" border="0" /></a> <a href="register.php?referrerid=$bbuserinfo[userid]">Refer Friends URL</a><span class="normal"></span> </td> </tr> </thead> <tbody id="collapseobj_usercp_reflink" style="$vbcollapse[collapseobj_usercp_reflink]"> <tr> <td class="alt1" align="center" colspan="7"><b>Invite your friends to join our forum by linking them here via the following link:</b> <br /><a href="register.php?referrerid=$bbuserinfo[userid]">$vboptions[bburl]/register.php?referrerid=$bbuserinfo[userid]</a></td> </tr> </tbody> </table> <br /> <!-- ############## END REFERRER BY ADAM GESSEL #################### --> <!-- ############## START ABUSE REPORT #################### --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <thead> <tr> <td class="tcat" colspan="7"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('usercp_reflink')"><img id="collapseimg_usercp_reflink" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_usercp_reflink].gif" alt="" border="0" /></a> <font color="#FF0000">Abuse Report</font></td> </tr> </thead> <tbody id="collapseobj_usercp_reflink" style="$vbcollapse[collapseobj_usercp_reflink]"> <tr> <td class="alt1" align="center" colspan="7"><b>Did you receive an abusive pm or spam? Someone soliciting you?<br> </b><a href="http://www.talkjesus.com/sendmessage.php">Click here to report immediately. Please provide all proof possible</a></td> </tr> </tbody> </table> <br /> <!-- ############## END START ABUSE REPORT #################### --> <!-- ############## SUBSCRIBED THREADS ############## --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <thead> <tr> <td class="tcat" colspan="7"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('usercp_subthreads')"><img id="collapseimg_usercp_subthreads" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_usercp_subthreads].gif" alt="" border="0" /></a> <a href="subscription.php?$session[sessionurl]do=viewsubscription">$vbphrase[new_subscribed_threads]</a><span class="normal">: ($numthreads)</span> </td> </tr> </thead> <tbody id="collapseobj_usercp_subthreads" style="$vbcollapse[collapseobj_usercp_subthreads]"> <if condition="$show['threads']"> <tr class="thead"> <if condition="$show['threadicons']"> <td class="thead" colspan="2"> </td> <else /> <td class="thead"> </td> </if> <td class="thead" width="100%">$vbphrase[thread] / $vbphrase[thread_starter]</td> <td class="thead" width="150" align="center" nowrap="nowrap">$vbphrase[last_post]</td> <td class="thead" align="center">$vbphrase[replies]</td> <td class="thead" align="center">$vbphrase[views]</td> </tr> $threadbits <else /> <tr> <td class="alt1" align="center" colspan="7"><strong>$vbphrase[no_subscribed_threads_to_display]</strong></td> </tr> </if> <tr> <td align="$stylevar[right]" colspan="7" class="tfoot"> <span class="smallfont"><a href="subscription.php?$session[sessionurl]do=viewsubscription&folderid=all">$vbphrase[view_all_subscribed_threads]</a></span> </td> </tr> </tbody> </table> <br /> <!-- ############## END SUBSCRIBED THREADS ############## --> <if condition="$show['favoritethreads']"> <form action="usercp.php" method="post"> <input type="hidden" name="entry_type" value="thread" /> <!-- ############## FAVORITE THREADS ############## --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <thead> <tr> <td class="tcat" colspan="2"> $vbphrase[vbfavorites_favthreads] </td> </tr> </thead> <tbody> $favoritethreadbits <tr> <td class="tcat" colspan="2"> <center><input type="submit" name="deletefavorites" class="button" value="$vbphrase[vbfavorites_deleteselected]" /></center> </td> </tr> </tbody> </table> <br /> <!-- ############## END FAVORITE THREADS ############## --> </form> </if> <if condition="$show['favoriteposts']"> <form action="usercp.php" method="post"> <input type="hidden" name="entry_type" value="post" /> <!-- ############## FAVORITE POSTS ############## --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <thead> <tr> <td class="tcat" colspan="2"> $vbphrase[vbfavorites_favposts] </td> </tr> </thead> <tbody> $favoritepostbits <tr> <td class="tcat" colspan="2"> <center><input type="submit" name="deletefavorites" class="button" value="$vbphrase[vbfavorites_deleteselected]" /></center> </td> </tr> </tbody> </table> <br /> <!-- ############## END FAVORITE POSTS ############## --> </form> </if> <if condition="$show['favoriteusers']"> <form action="usercp.php" method="post"> <input type="hidden" name="entry_type" value="user" /> <!-- ############## FAVORITE USERS ############## --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <thead> <tr> <td class="tcat" colspan="2"> $vbphrase[vbfavorites_favusers] </td> </tr> </thead> <tbody> $favoriteuserbits <tr> <td class="tcat" colspan="2"> <center><input type="submit" name="deletefavorites" class="button" value="$vbphrase[vbfavorites_deleteselected]" /></center> </td> </tr> </tbody> </table> <br /> <!-- ############## END FAVORITE USERS ############## --> </form> </if> <if condition="$show['forums']"> <!-- ############## SUBSCRIBED FORUMS ############## --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <thead> <tr> <td class="tcat" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('usercp_forums')"><img id="collapseimg_usercp_forums" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_usercp_forums].gif" alt="" border="0" /></a> $vbphrase[subscribed_forums] </td> </tr> </thead> <tbody id="collapseobj_usercp_forums" style="$vbcollapse[collapseobj_usercp_forums]"> <tr align="center" valign="bottom"> <td class="thead" width="2%"> </td> <td class="thead" align="$stylevar[left]" width="80%">$vbphrase[forum]</td> <td class="thead">$vbphrase[last_post]</td> <td class="thead">$vbphrase[threads]</td> <td class="thead">$vbphrase[posts]</td> <if condition="$vboptions['showmoderatorcolumn']"> <td class="thead" width="20%">$vbphrase[moderator]</td> </if> </tr> $forumbits </tbody> </table> <br /> <!-- ############## END SUBSCRIBED FORUMS ############## --> </if> <if condition="$show['reputation']"> <!-- ############## NEW REPUTATION ############## --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <thead> <tr> <td class="tcat" colspan="$reputationcolspan"> <span class="smallfont" style="float:$stylevar[right]"> <phrase 1="$bbuserinfo[reputation]">$vbphrase[x_points_total]</phrase> <a href="#top" onclick="return toggle_collapse('usercp_reputation')"><img id="collapseimg_usercp_reputation" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_usercp_reputation].gif" alt="" border="0" /></a> </span> $vbphrase[latest_reputation_received] </td> </tr> </thead> <tbody id="collapseobj_usercp_reputation" style="$vbcollapse[collapseobj_usercp_reputation]"> <tr> <td class="thead" colspan="2"> $vbphrase[thread]</td> <td class="thead">$vbphrase[date]</td> <if condition="$vboptions['showuserraters']"> <td class="thead" nowrap="nowrap">$vbphrase[posted_by]</td> </if> <td class="thead">$vbphrase[comment]</td> </tr> $reputationcommentbits </tbody> </table> <br /> <!-- ############## END NEW REPUTATION ############## --> </if> <form name="personalnotepad" method="post" action="usercp.php$session[sessionurl_q]"> <table class="tborder" width="100%" cellspacing="$stylevar[cellspacing]" cellpadding="$stylevar[cellpadding]" align="center"> <tr> <td class="tcat" align="center">$vbphrase[personal_notepad]</td> </tr> <tr> <td class="alt1" align="center"> <textarea name="notepad" rows="7" cols="45">{$vbulletin->userinfo['notepad']}</textarea> <input type="hidden" name="do" value="savenotepad" /></td> </tr> <tr> <td class="alt2" align="center"><input type="submit" value="$vbphrase[save_notepad]" /></td> </tr> </table> </form> <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td width="100%"> </td> <td align="$stylevar[right]">$forumjump</td> </tr> </table> |
#37
|
||||
|
||||
Are you sure you edited it in all your styles?
|
#38
|
||||
|
||||
Actually I found it. I was subscribed to about 300 threads and the notepad was burried under the big list
Thanks |
#39
|
||||
|
||||
Thank you very much!
Also is it possible to change the content message size to "smallfont"? |
#40
|
|||
|
|||
Thanks a lot!
Is it possible to set a limit for the contents of this Notepad? Example: 1,000 words. Because, someone may write lots of words which may damage the SQL! |
#41
|
||||
|
||||
I like this! I always lost so many in my Clipboard with copy and re-copy.
Now I save temporary in this cool notepad |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|