vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   vBpad - Your personal notepad! (v1.0) (https://vborg.vbsupport.ru/showthread.php?t=29760)

bira 12-25-2001 07:26 PM

run the installer and select "upgrade"

White Knight 12-26-2001 03:53 AM

i tried that.. i get this error.

Warning: Failed opening '/usr/local/apache/htdocs/forums/admin/install_vbpad.php' for inclusion (include_path='') in Unknown on line 0

DelusionalMind 12-27-2001 07:26 AM

SWEETNESS!!! installing this now!! :)

awesome job once again :)

Andrus 01-02-2002 09:37 AM

Well, I must have done something wrong. Not getting any errors, but when I go into user cp and click on the myvBpad link all I get is a blank white page? Any idea where I might have screwed up along the way?

Andrus
http://atozconcepts.com/vBulletin/index.php

Andrus 01-02-2002 09:51 AM

Nevermind! Doh! :rolleyes: Dummy here created a new template set rather than adding the new templates to the default.

Super Hack!

Andrus

Lucky 01-02-2002 12:22 PM

Great hack!

Just wondering if it can at all be made possible for the Admins to view members vBpad?

Admin 01-02-2002 12:34 PM

I wouldn't do that... but if you really want you can always check out the usernotepad table with phpMyAdmin.

bira 01-02-2002 05:29 PM

first PMs, now notepads :rolleyes:

over 01-03-2002 11:07 AM

excellent hack cheers :)

Shenlong 01-10-2002 10:34 PM

Hack gets bad rating on my part, didn't work for me, heh. i got this error:

Quote:

Database error in vBulletin 2.2.1:

Invalid SQL: SELECT lastupdated FROM usernotepad WHERE userid='1'
mysql error: Table 'teleblaze.usernotepad' doesn't exist

mysql error number: 1146

Date: Friday 11th of January 2002 12:35:56 AM
Script: http://www.teleblaze.com/phpforums/p...ms/usercp.php?
Referer: http://teleblaze.com/phpforums/
so, :(

Lucky 01-10-2002 11:06 PM

This hack works perfect for me on 2.2.1.

Just follow the directions to a T.

I found this hack extremely easy to install.

Shenlong 01-10-2002 11:21 PM

Well I am glad you think so, but it wouldn't work for me, I don't know why that error just kept coming up, I wanted this to work but I guess it won't oh well, 1 hack i cant install :(

Stretchr 01-11-2002 10:55 AM

I've done quite a few hacks on our boards and initially had a problem with this one. Not saying it's the same for you but I found that, somehow, I'd missed a step. Even though I thought I'd gone over everything, still had made a mistake. With so many steps on the one page, I'd just skipped one. Once I corrected my error, the hack works great! Thanks!

Admin 01-11-2002 12:04 PM

Shenlong, you didn't run the queries you were told to run (CREATE TABLE and some more).

Xelation 01-23-2002 08:24 PM

Just installed it with no problems.... I have a question though... Is it possible to have admins and moderators to have a different ammount of characters than members? I want my mods and admins to have a 2000 character limit.

Lucky 01-24-2002 01:18 AM

Quote:

Originally posted by Xelation
Just installed it with no problems.... I have a question though... Is it possible to have admins and moderators to have a different ammount of characters than members? I want my mods and admins to have a 2000 character limit.
That is a good idea!

Sparkz 01-26-2002 03:30 PM

I was looking through the code in the installscript, and I saw something that made me wonder a bit, namely:
Code:

INSERT INTO settinggroup (settinggroupid,title,displayorder) VALUES ('40','vBpad','32')
INSERT INTO setting (settingid,settinggroupid,title,varname,value,description,optioncode,displayorder) VALUES (NULL,'40','Maximum Characters per note','maxpadsize','250','The maximum number of characters that you want to allow per note. Set this to 0 to disable it.','','1')

For actions like this wouldn't it be wiser to do something like this:
PHP Code:

$DB_site->query_first ("INSERT INTO settinggroup (title,displayorder) VALUES ('vBpad','32')");
$settinggroupid $DB_site->insert_id ();
$DB_site->query_first("INSERT INTO setting (settingid,settinggroupid,title,varname,value,description,optioncode,displayorder) VALUES (NULL,$settinggroupid,'Maximum Characters per note','maxpadsize','250','The maximum number of characters that you want to allow per note. Set this to 0 to disable it.','','1')"); 

That way you should (in theory) be sure that you don't try to use some settinggroupid that is already in use.

Sure, it might be easy to edit the install file if this happens, but isn't my way much cleaner (again, in theory)? :)

Sparkz 01-26-2002 04:25 PM

...only now realising that you don't actually run the queries from your code *tired* :)

But my way would work pretty well, I think :p

PhotoGenie 01-31-2002 01:08 PM

I just installed this hack on 2.2.2 .. This hack was a brilliant idea in my opinion. Only thing i ran into during the install was in /root/members2.php where it tells you

Find this code:

$cpnav[7]="{secondaltcolor}";

Replace it with this code:
(3 times)

$cpnav[7]="{secondaltcolor}";
$cpnav[8]="{secondaltcolor}";

I only found it twice so I only made 2 of the changes. I had it installed on 2.2.1 and its working just as well now as then. Colors are alternating right and everything. My personal rating on this hack is a 10!

Admin 01-31-2002 01:16 PM

I hate this hack. :(

mondaynightmike 01-31-2002 02:02 PM

So this does not run on 2.2.1 only 2.0.3?

PhotoGenie 01-31-2002 07:21 PM

It runs on both 2.2.1 and 2.2.2..

Lucky 01-31-2002 07:27 PM

Quote:

Originally posted by FireFly
I hate this hack. :(
Why?

mondaynightmike 01-31-2002 07:38 PM

Probably because of all the problems which has come with it!

Rose 01-31-2002 07:41 PM

Awww, FireFly! Don't hate this hack - it's really good! Just maybe a bit confusing. I have it working great on v2.2.1

Lucky 01-31-2002 10:24 PM

Me too.

Works great.

I hope it is incorporated in 3.0

X-Fan 02-01-2002 05:13 AM

Okay, I followed the install instructions to a "T" through all of the steps on my v2.2.1 board (upgrading to 2.2.2 soon), and I'm getting the same error that others have gotten:

Fatal error: Call to undefined function: show_nopermission() in /home/virtual/site15/fst/var/www/html/xfan/forums/member2.php on line 577

The My vBpad link in the User CP of my board links to

http://x-mencomics.com/xfan/forums/m...action=notepad

So what could the problem be? For a news/articles heavy board like mine, this hack would be a dream come true. Someone please help!

White Knight 02-01-2002 06:10 AM

i dont know how i did it.. but i got the stupid thing to work!

Admin 02-01-2002 11:46 AM

X-Fan - You need to make the changes to member2.php and upload it as well. :)

This hack, is by far one of the dumbest, densest, stupidest, useless, pointless hack I ever wrote... I wouldn't install it for anything. Nor use it. I thought it would be a good idea but I soon understood it's worthless.
But, if you guys like it then my goal have been accomplished. :pleased:

Cloughie 02-02-2002 08:25 AM

just want to say thanks for an excellent hack firefly. Its excellent!

X-Fan 02-02-2002 11:59 AM

Quote:

Originally posted by FireFly
X-Fan - You need to make the changes to member2.php and upload it as well. :)
I swear I did that, as I'm very meticulous when it comes to installing hacks, but it looks like I missed a step as it's working now. Thanks FireFly (and my apologies for the oversight)!

Quote:

But, if you guys like it then my goal have been accomplished. :pleased:
Believe me, it is a very useful hack for such a news/articles focus heavy site such as mine. Thanks for your time and effort!!!

Edgar 02-13-2002 10:23 AM

I added this hack,but somehow vbpad doesn't appear in the usercp.
Can anybody tell me what I did wrong.

I'm running 2.2.0 and haven't upgraded yet.

AndyTSJ 02-17-2002 10:23 PM

Anyone know if this hack works with vb2.2.2 ?

FWC 02-17-2002 11:01 PM

Quote:

Originally posted by AndyTSJ
Anyone know if this hack works with vb2.2.2 ?
Yes, it does.

Steph2k 02-19-2002 06:43 AM

I ran the installer but nothing happened. Vbpad doesnt show up. And I dont see any changes in the database either.

Steph

Sidd 02-19-2002 11:00 PM

Hi

I Uploaded the file and ran it, the installation went through pretty smoothly but I dont see any options for it in the admin control panel. I am running V2.2.2, Is there anything I am missing or need to do?

help!!!!

Omero 02-20-2002 10:26 AM

I'd love to see a "Save post to Vbpad" button in new reply/new thread... its very useful if you don't have time to finish the post, and wanna finish it later.

Also a "Load note from vbPad" would rock :) Anyone can help me with that?

DiscussAnything 02-20-2002 11:55 PM

Sorry if this has been asked or explained already, but im a bit new to the code munching...

I installed the script, got no errors, completed the install...

but no changes appear in my 'user cp' area.

What should I look into changing?

Admin 02-21-2002 10:05 AM

Did you make all changes to the files? The installer doesn't do that by itself.

Xelation 02-24-2002 09:51 PM

I just recently found this problem with mine, when ever I go to edit password, or edit options... my vbpad goes black, does anyone know what could be happening? look at this....


All times are GMT. The time now is 03:02 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02393 seconds
  • Memory Usage 1,814KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete