vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Mini Mods - Welcome headers - Improve community registration rates (https://vborg.vbsupport.ru/showthread.php?t=165519)

shadyninja 10-28-2008 09:31 PM

Installed!~

zero5854 10-29-2008 05:15 PM

quick question. How can you get rid of the default guest message that comes with vb? It looks overbearing having 2 guest messages...urs and Vb's. Thanks and GREAT MOD!

Ted S 10-29-2008 10:21 PM

Quote:

Originally Posted by zero5854 (Post 1655481)
quick question. How can you get rid of the default guest message that comes with vb? It looks overbearing having 2 guest messages...urs and Vb's. Thanks and GREAT MOD!

This is explained in the instruction file.

pierguy 11-08-2008 02:33 PM

Are there advantages this plugin has over the existing notices system in 3.7?

DPtheGod 11-09-2008 03:59 PM

I will have to install this later tonight - thanks man!

Ted S 11-10-2008 12:40 AM

Quote:

Originally Posted by pierguy (Post 1661825)
Are there advantages this plugin has over the existing notices system in 3.7?

As explained in the main post, this isn't an external system but rather a series of pre-set conditions and phrases for the notices system.

dmknights 11-10-2008 10:52 PM

*Installed*
Super Mod

enginethatcan't 11-11-2008 03:19 AM

I installed this and I'm not getting any options in the admincp. Tried searching and you said to uninstall and re-install, trued several times and spent a while looking in my admincp

Any help would be great. Installed for now, can't wait to use. :)

Ted S 11-11-2008 02:45 PM

Quote:

Originally Posted by enginethatcan't (Post 1663307)
I installed this and I'm not getting any options in the admincp. Tried searching and you said to uninstall and re-install, trued several times and spent a while looking in my admincp

Any help would be great. Installed for now, can't wait to use. :)

Are you looking in the notices manager?

burntire 11-13-2008 05:31 PM

Quote:

Originally Posted by kalypsoweb (Post 1508851)
Ok, after a few hours of playing with conditions, I found a fix:

In navbar template:

Change:

Code:

<if condition="$show['notices']">
To:

Code:

<if condition="$show['notices'] AND THIS_SCRIPT != 'adv_index'">
This will keep notices from showing on any cmps pages which is what I needed. Just in case anyone else may need it :)

If some wants to exclude the notices from just the index cmps page use this

Code:

<!--exclued notices cmps index -->
<if condition="THIS_SCRIPT != 'adv_index'">
<if condition="$show['notices']">


        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr>
                <td class="thead">$vbphrase[notices]</td>
        </tr>
        <tr>
                <td class="alt1">$notices</td>
        </tr>
        </table>
        <br />
</if>
</if>
<!--end notices hack -->



All times are GMT. The time now is 10:28 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.01449 seconds
  • Memory Usage 1,740KB
  • 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
  • (4)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