Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases

Reply
 
Thread Tools
Details »»

Version: , by Admin (Coder) Admin is offline
Developer Last Online: Nov 2024 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 10-06-2001 Last Update: Never Installs: 125
 
No support by the author.

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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #262  
Old 04-22-2003, 06:45 PM
Buffalo Buffalo is offline
 
Join Date: Oct 2002
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how do I install this hack?? i've looked everywhere and can't find the directions.
Reply With Quote
  #263  
Old 04-23-2003, 01:58 PM
Craigr's Avatar
Craigr Craigr is offline
 
Join Date: May 2002
Location: Ayr, Scotland
Posts: 194
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Yesterday at 07:45 PM Buffalo said this in Post #261
how do I install this hack?? i've looked everywhere and can't find the directions.
From the first post:
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
Reply With Quote
  #264  
Old 04-23-2003, 03:51 PM
Buffalo Buffalo is offline
 
Join Date: Oct 2002
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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")."\";");
Reply With Quote
  #265  
Old 04-23-2003, 03:55 PM
Craigr's Avatar
Craigr Craigr is offline
 
Join Date: May 2002
Location: Ayr, Scotland
Posts: 194
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Surely it will tell you in the installer.

Craig
Reply With Quote
  #266  
Old 04-23-2003, 04:03 PM
Buffalo Buffalo is offline
 
Join Date: Oct 2002
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It reads...
Find this code:
Code:
// draw cp nav bar
Add this code right below:
Code:
the previous posts code
Only, the find code doesn't exist.
Reply With Quote
  #267  
Old 05-10-2003, 07:25 AM
Tigerdude Tigerdude is offline
 
Join Date: Aug 2002
Posts: 44
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #268  
Old 05-21-2003, 08:22 PM
Holidazed's Avatar
Holidazed Holidazed is offline
 
Join Date: May 2002
Location: Van Nuys, CA
Posts: 713
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #269  
Old 05-22-2003, 12:49 PM
Cyricx Cyricx is offline
 
Join Date: Aug 2002
Location: Missouri
Posts: 1,144
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #270  
Old 05-23-2003, 12:20 PM
Holidazed's Avatar
Holidazed Holidazed is offline
 
Join Date: May 2002
Location: Van Nuys, CA
Posts: 713
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, I looked and saw no reference to vPad at all.
Reply With Quote
  #271  
Old 05-27-2003, 04:36 PM
Holidazed's Avatar
Holidazed Holidazed is offline
 
Join Date: May 2002
Location: Van Nuys, CA
Posts: 713
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is anybody able to help with this problem?
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:01 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05450 seconds
  • Memory Usage 2,297KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete