vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Countdown Timer for your users (https://vborg.vbsupport.ru/showthread.php?t=107596)

kr580 04-10-2006 07:26 AM

Have that cleanup script yet? :)

ijob 04-10-2006 03:22 PM

can u have more than 1 countdown?

Jordan17 04-10-2006 05:29 PM

[high]* Jordan17 installs (Installation 101 ;))[/high]

ChuckH 04-11-2006 06:04 PM

Quote:

Originally Posted by Hellcat
@cbr929rrerion:
Try this (worked on my board):
Open the plugin "Usercountdown - Save Settings" and replace the complete contents with this:
Code:

  $vbulletin->input->clean_array_gpc('p', array( "countdownuserfield" => TYPE_STR,
                                                "cdsettings"        => TYPE_ARRAY ));

  $cdsettings    = $vbulletin->GPC["cdsettings"];
  $cdprofilefield = $vbulletin->GPC["countdownuserfield"];

  $cddata["enabled"] = $cdsettings[$cdprofilefield . "_enable"];
  $cddata["day"]    = $cdsettings[$cdprofilefield . "_day"];
  $cddata["month"]  = $cdsettings[$cdprofilefield . "_month"];
  $cddata["year"]    = $cdsettings[$cdprofilefield . "_year"];
  $cddata["hour"]    = $cdsettings[$cdprofilefield . "_hour"];
  $cddata["minute"]  = $cdsettings[$cdprofilefield . "_minute"];
  $cddata["event"]  = $cdsettings[$cdprofilefield . "_event"];
  $cddata["overmsg"] = $cdsettings[$cdprofilefield . "_overmsg"];

  $vbuserfields[$cdprofilefield] = serialize( $cddata );
  $vbuserfields[$cdprofilefield . "_set"] = "1";
  $vbuserfields[$cdprofilefield . "_opt"] = "";

  $userdata->set_userfields( $vbuserfields );



The cleanup script is almost done.... ;)


fixed the no save problem for me!

ryancooper 04-11-2006 08:06 PM

Any way to use a javascript and make the countdown live so you can see it actulyl counting sown?

slim cutty 04-18-2006 02:52 AM

Invalid SQL:
INSERT INTO setting (varname, grouptitle, value, defaultvalue, optioncode, displayorder, advanced, volatile, datatype, product) VALUES ('countdownfield', 'hc_usercountdown_settings', '7', '0', '', 0, 0, 0, 'number', 'hc_usercountdown');;

after the hack wouldn't show I tried to re-install ... and got the message above. When I tried to unistalll it said that the plugin wasn't available... however it was in my database.

I can't uninstall this ... can someone help me out on which queries to run??? This hack has dissappeared from the plugin menu in my admincp; however, it still shows in edit options and I assume that remnants are still in the database.

*Edited
I figured it out... had to do the uninstalls manually... now it works just fine... thanks

help please! Thanks

dirtycrow 04-18-2006 08:42 PM

i tried to install this and now i have this in the users CP.

anyone have any ideas how to remove this? also the plug in is not listed in the "manage plug ins" page.

http://img.photobucket.com/albums/v2...te41820061.jpg

dirtycrow 04-19-2006 06:14 PM

since installing this, and then uninstalling this i get this error, when i attempt to edit a users profile. I checked in the User Profile Field Manager and there is no "field 35" to be found. how do i correct this? thoughts?

Quote:

MySQL Error : Unknown column 'field35' in 'field list'
Error Number : 1054
Date : Wednesday, April 19th 2006 @ 03:02:13 PM
Script : http://forums.xxx.com/admincp/user.php
Referrer : http://forums.xxx.com/admincp/user.php?do=edit&u=587
IP Address : xxx
Username : xxxx
Classname : vb_database

ryancooper 04-26-2006 08:31 PM

Is there a way to get this to show in a vb block? I tryed adding it to my /modules directory and adding a php block but no go.

halpern 05-14-2006 02:47 AM

Is there a version this for vb 3.5.4? It seems as though this doesn't work for it because I have tried installing it and I dont see it.. Thanks.


All times are GMT. The time now is 07:13 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.01148 seconds
  • Memory Usage 1,741KB
  • 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
  • (2)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
  • (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