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)

heynurse 06-17-2006 02:29 AM

Hi everyone, I had the previous version of this hack running, and users were complaining of it not working quite right? They would fill out their details for the countdown, and then save it, but the countdown would not show??? They had something in their signature feild, so that was not the problem?

The details for the countdown would not even save in the edit options page. For example, see the screen shot after you submit your countdown, it's blank??

I thought I'd upgrade to the latest version of the countdown, but that did not fix the issue, I un-installed the last version, re-installed the new version, and the same problem??

It's like it's not storing data somewhere? The edit options page fields remain blank after submiting and the countdown is not showing up??? I've gone throught the uninstall/re-install process 3 times and no luck??? Any advice on how to fix this???

I love this hack and would love to get it back up and running again! TIA!

Jeordie015 06-17-2006 07:54 PM

Hm. I've had this installed for a while, but didn't notice it until now. The time seems to be off by 2 hours. What could be the cause of this?

Elsie 06-29-2006 12:53 PM

i've just installed it but it doesn't appear anywhere........ what have i missed??

kidron 06-29-2006 01:20 PM

Quote:

Originally Posted by Elsie
i've just installed it but it doesn't appear anywhere........ what have i missed??

the same is happening to me.. I installed it some weeks ago and nothing happened.. :tired:

Elsie 06-29-2006 01:22 PM

glad it's not just me!

can someone enlighten us please?!?!

Muellmann 07-14-2006 04:10 PM

Quote:

Originally Posted by kidron
the same is happening to me.. I installed it some weeks ago and nothing happened.. :tired:

works fine, needs a bit playing :)
pressed install! thanks to Hellcat for this useful siggi-addon

1) follow the instructions howto install it
2) make your own siggi at least one char length
3)Update in your usergroupmanager the bitfields by checking out at least one group (registered users e.g.)!
4)Give the permissions to use it for registered users and admins (apply in options of the usergroup in the usergroupmanager), because default is NO.
5) enable display signatures in your usercp and in one of your posts by checking
the option "display signatures in post"

The you're done!

R-n-R 07-14-2006 08:25 PM

I am in the Admin CP and trying to Import the bitfield_hc_countdown.xml file.

I get this message after clicking Import button:

Invalid File Specified

I have tried importing via the "upload the XML file from your computer" way and also used FTP to upload the file to the ./includes/xml/ directory and used the "import the XML file from your server" and both ways I get the error message Above.

This is with version 3.6 RC1

Any ideas? Or maybe this doenst work with 3.6 RC1? :surprised:

Elsie 07-24-2006 07:48 AM

is there a way to set it so that, after 24 hours of the event, the countdown removes itself from the sig?

so for instance you don't have "it's my birthday" there for weeks (i know you just go and disable it, but it'd be cool if it did it itself).

Elsie 07-24-2006 08:38 PM

any news of this one being upgraded for 3.6?

Maagic 07-25-2006 11:18 PM

Quote:

Originally Posted by Hellcat
To add the commas, in plugin_usercountd.php change:

Line 213:
Code:

$counter = $remain["hours"] . $vbphrase["countdown_hours"] . " " . $counter;
to
Code:

$counter = $remain["hours"] . $vbphrase["countdown_hours"] . ", " . $counter;
Line 218:
Code:

$counter = $remain["days"] . $vbphrase["countdown_days"] . " " . $counter;
to
Code:

$counter = $remain["days"] . $vbphrase["countdown_days"] . ", " . $counter;

Can you post the correct code for putting a space between the number and the words? 10 days, 9 hours, 8 minutes for example.


All times are GMT. The time now is 04:31 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.01237 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
  • (4)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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