The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Details »» | |||||||||||||||||||||||||
This will add a speical section to the User CP, called "My vBpad".
Started a reply but don't have time to finish it? Need to save a certain sentence you use a lot? (*cough*) Just put it there, and hit save! Each pad can store multiple notes. Maximum number of notes can be set in the Admin CP. You can also allow/disallow use of IMG code, vB code, smilies and HTML in notes. Also storing the last time the pad was changed. I was hoping that I could get fedback from you guys, and maybe turn this into something a lot better So if you got any ideas, how this can be used to make life easier on a forum, please do not hesitate. Screen shots: https://vborg.vbsupport.ru/attachmen...&postid=182455 https://vborg.vbsupport.ru/attachmen...&postid=182457 https://vborg.vbsupport.ru/attachmen...&postid=182891 Read tubedogg's thread here for more info about running queries. Installer: (upload to your admin folder and run) https://vborg.vbsupport.ru/attachmen...&postid=182964 Show Your Support
|
Comments |
#262
|
|||
|
|||
how do I install this hack?? i've looked everywhere and can't find the directions.
|
#263
|
||||
|
||||
Quote:
Installer: (upload to your admin folder and run) You unzip the file. You then upload the php install script to your admin directory then point your browser to the file and follow the instructions. Craig |
#264
|
|||
|
|||
Where does this code go???
Code:
// ############################### start vbpad ############################### $padbits=""; $counter=1; if ($DB_site->query_first("SELECT lastupdated FROM usernotepad WHERE userid='$bbuserinfo[userid]'")) { $note=$DB_site->query_first("SELECT * FROM usernotepad WHERE userid='$bbuserinfo[userid]'"); $splitnotes=explode("|||",$note[notes]); while (list($key,$val)=each($splitnotes)) { if ($val!="") { $curnotes=bbcodeparse2($val,$padhtml,$padimgcode,$padsmilies,$padvbcode); $curnotes=stripslashes($curnotes); } else { continue; } if ($counter%2==0) { $bgcolor="{firstaltcolor}"; } else { $bgcolor="{secondaltcolor}"; } eval("\$padbits .= \"".gettemplate("usercp_mininotepad_bit")."\";"); $counter++; } $padlastupdated=vbdate($dateformat,$note[lastupdated]); $padlastupdated.=" ".vbdate($timeformat,$note[lastupdated]); } else { $bgcolor="{secondaltcolor}"; $curnotes="Your vBpad is currently empty."; $padlastupdated="Never"; eval("\$padbits = \"".gettemplate("usercp_mininotepad_bit")."\";"); } if ($padbits=="") { $bgcolor="{secondaltcolor}"; $curnotes="Your vBpad is currently empty."; $padlastupdated="Never"; eval("\$padbits = \"".gettemplate("usercp_mininotepad_bit")."\";"); } eval("\$vbpad = \"".gettemplate("usercp_mininotepad")."\";"); |
#265
|
||||
|
||||
Surely it will tell you in the installer.
Craig |
#266
|
|||
|
|||
It reads...
Find this code: Code:
// draw cp nav bar Code:
the previous posts code |
#267
|
|||
|
|||
I tried installing it and got this:
Fatal error: Call to undefined function: generateoptions() in /home/mydirectory/public_html/install_vbpad.php on line 6 Can anyone help? |
#268
|
||||
|
||||
Well, after reading every post in this thread, ,I see that several people installed this hack and did not get the configuration options in the ACP. Those of you who have the Admin Control Panel option to configure the vBPad, can you please tell us how to add the options to our ACP??
I have read and re-read every post here and did the same on the hack installation instructions and nowhere is it mentioned about putting the opting in the ACP so we can configure the blasted thing. Please help a guy out will you. |
#269
|
|||
|
|||
It's under my VBulletin Options that it lists the stuff to configure the VBpad, as far as where in the installer that it installs them its the -
// ###################### Start install db ####################### Section. I'd give you more detail if I knew enough about php to guide ya heh. |
#270
|
||||
|
||||
Well, I looked and saw no reference to vPad at all.
|
#271
|
||||
|
||||
Is anybody able to help with this problem?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|