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)
-   -   Custom Button (https://vborg.vbsupport.ru/showthread.php?t=40982)

Hwulex 07-13-2002 10:45 AM

UPDATED!

Hi guys. Just to let you know Custom Button is now version 1.1. I've added support for the Calendar. Before, if you look went to post an event on the calendar there's a missing argument error, and the button doesn't work. This is fixed in v1.1.

Regards.



Quote:

Originally posted by Boofo
How about a drop down box so you can have multiple items in it? :)
Hi Boofo.
That's a possibility, thanks for the suggestion. I'm currently looking at also making it multi-line, but it doesn't seem to like it because of the inserting using JS.

Boofo 07-13-2002 10:52 AM

Great! I'll be looking forward to it. :) Also, if you made a drop down box, you really wouldn't need multi-line. They can use as many lines from there as they need. :)

Quote:

Originally posted by Hwulex
Hi Boofo.
That's a possibility, thanks for the suggestion. I'm currently looking at also making it multi-line, but it doesn't seem to like it because of the inserting using JS.


ULTIMATESSJ 07-13-2002 11:27 AM

great hack, good for the lazy ones

/me clicks install

Hwulex 07-13-2002 11:59 AM

Sorry about this, but I've updated again to 1.2, now includes instructions for private.php because it didn't work with the PM system.

Regards.

StealthAnime 07-13-2002 12:17 PM

very nice hack!. now i dont need to type 'Greetz - myname' all the time i just hit a buttom :D

great work :)

PET 07-13-2002 03:54 PM

Boofo itea is cool ! Now this hack is greater ! :)

Dean C 07-13-2002 04:41 PM

this is a fantastic idea... i will probably install this later :D

Boofo 07-17-2002 05:19 PM

I'm getting the following error when ever I go to edit my signature.

Code:

Warning: Missing argument 1 for getcodebuttons() in /home/boofo/public_html/forum/admin/functions.php on line 2360
That line contains this code below:

Code:

Line 2359 // ###################### Get Code Buttons #######################
Line 2360 function getcodebuttons ($cbutton) {
Line 2361        global $vbcodemode,$vbcode_smilies;

I'm also getting this error when I click on the submit button to save the signature.

Code:

Warning: Cannot add header information - headers already sent by (output started at /home/boofo/public_html/forum/admin/functions.php:2360) in /home/boofo/public_html/forum/sedit.php on line 168
And then the page just goes white.

I am using the sig editor hack by tubedogg. Any ideas why this might be happening?

Hwulex 07-17-2002 07:44 PM

Not sure on the sig editor hack. But at a guess, does it use the vB Code buttons?

If it does, there lies the problem.

Where his hack calls:
PHP Code:

$vbcode_buttons getcodebuttons(); 

Replace with:
PHP Code:

$cbutton $bbuserinfo[cbutton];
$vbcode_buttons getcodebuttons($cbutton); 

And you should be ok (I hope).

If that's not it, give me another shout and I'll take a look at tubedoggs hack and work out what's up :)

Boofo 07-18-2002 04:12 AM

Hwulex,

Please check the link out below. I didn't want to double post this here, too, to clutter up the thread. The fix stopped the error, but now I am having major problems with it. Please let me know if there is anything we can do to fix this. :)

https://vborg.vbsupport.ru/showthrea...740#post273740


All times are GMT. The time now is 04:15 AM.

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.01126 seconds
  • Memory Usage 1,739KB
  • 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
  • (3)bbcode_code_printable
  • (2)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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