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)

yaoren 07-23-2007 11:31 AM

Thanks very much, really appreciate it :)

**Installed**

***UPDATE***

Is there a way to remove it from all the other pages but just leave it on the main page?
I looked through the posts here but if it was asked, then I missed it.. sorry.

Computer_Angel 07-24-2007 04:41 AM

I hate modified the templates when change the skin, so i add new plugin for it:
add plugin: forumhome_complete

Quote:

if ($vbulletin->options['wlhon']) {
$match="\"\.\(\(.show\['guest'\]\).*";
$m=preg_match("/$match/i", $vbulletin->templatecache['FORUMHOME'],$matches, PREG_OFFSET_CAPTURE);
if ($m) {
$insert = $matches[0][1];
$beginning = substr($vbulletin->templatecache['FORUMHOME'], 0, $insert);
$remain=substr($vbulletin->templatecache['FORUMHOME'], $insert);

$match="<!-- main -->";
$m=preg_match("/$match/i", $remain,$matches, PREG_OFFSET_CAPTURE);
if ($m) {
$insert = $matches[0][1];
$ending=substr($remain, $insert);
$vbulletin->templatecache['FORUMHOME']=$beginning.$ending;
}
}
$header.=$welcomeheaders;
}

kennethsia 07-25-2007 05:19 AM

is it possible to use an image?

Ted S 07-25-2007 02:23 PM

Quote:

Originally Posted by kennethsia (Post 1300872)
is it possible to use an image?

Yes.

Simon Moon 07-26-2007 02:12 PM

Just a little thing you might want to edit in the file. The phrase $vbphrase[welcome_guest] has at the end twice "contact" in it:
Code:

please contact <a href="{4}">contact us</a>.
Also it might be a good idea to add rel="nofollow" to the links in that same phrase, to stop unnecessary indexing there.

Ted S 07-26-2007 02:20 PM

Thanks for catching the typo. I'll get that corrected.

underworldmagic 07-31-2007 10:16 AM

hi,

will this mod work on the latest VB version 3.6.8 ?

Thanks

Ted S 07-31-2007 02:22 PM

3.6.8 is a minor release so there should be no issues.

Delphiprogrammi 07-31-2007 07:48 PM

paste this in the product version check url field https://vborg.vbsupport.ru/misc.php?...rsion&t=119572

Ted S 07-31-2007 07:55 PM

Quote:

Originally Posted by Delphiprogrammi (Post 1306423)
paste this in the product version check url field

I don't use product version checking in my addons. People running the addon should mark it as installed to be informed of any important updates.


All times are GMT. The time now is 11:47 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.02330 seconds
  • Memory Usage 1,735KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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