vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Board Optimization - Welcome headers - Improve community registration rates (https://vborg.vbsupport.ru/showthread.php?t=119572)

Ted S 05-13-2007 05:00 PM

I don't offer support for integrating with other hacks but if you search this thread you should find the answer to your question from another user.

Ted S 05-13-2007 05:01 PM

For a list you should be using the following structure:

Code:

<ul>
<li>Element 1</il>
<li>Element 2</il>
<il>Element 3</il>
</ul>


BozzaJos 05-13-2007 09:12 PM

Thank you very much Ted, that fixed the problem! This is really an awesome hack, I just know for sure it improves my community registration rates and also improves the activity on the forums. And that all thanks to you!

Alfa1 05-14-2007 04:44 PM

Does this version work on vb 3.6.6?

Stilgar 05-14-2007 04:46 PM

Yes, it works with 3.6.6. :)

Burley 05-14-2007 06:45 PM

Ted, have you had time to look at my problem jet?
let me know!

Ted S 05-15-2007 01:50 AM

Burley,

All I can figure is that something is bumping up against the plugin and stopping it from calculating the time. When I had you run that template change you should have seen an output like:

You should be seeing XXXX - YYYYY

But the XXXX part was blank, thus there is no time for the system to check against.

Try modifying the plugin for the hook global_start as follows:

Code:

$wlhtime = 5;
If this produces a result in the first part of the template change I provided a few posts back, then try using

Code:

$wlhtime = time();
If that too produces a result let me know.

Burley 05-15-2007 06:22 AM

Ok, I first inserted the $wlhtime = 5;, which gave me the following result; versus 1178232570
If I changed the code to $wlhtime = time(); it gave me exactly the same result

Ted S 05-16-2007 12:07 AM

So your plugin isn't being envoked at all. I've got absolutely no clue on that one.

Burley 05-16-2007 05:58 AM

Okay, after upgrading to 3.6.7 and re-upping my style my board seems to work like it supposed to.
Now, your code shows me

1179219745 versus 1178232570

Can you do anything with that?


All times are GMT. The time now is 12:56 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.02466 seconds
  • Memory Usage 1,731KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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