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)

Nokia Tech 05-20-2007 07:46 PM

Clicks INSTALL here

Just had a VB update done today, By Jelsoft. This is one of selection of cool hacks i have installed

Many thanks to the author for this..

Ted S 05-20-2007 10:16 PM

No problem.

AnnieZC 05-21-2007 03:40 AM

Thanks! Just installed and set up -- easy and quick!

aztecboi2003 05-24-2007 12:25 AM

I installed this on one of my little used skins and it works great. I want to use this on my main skin but the code is slightly different.

Instead of this

Code:

<if condition="$show['guest']">
<!-- guest welcome message -->
<tr>
<td class="tcat" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_to_the_x]</phrase></td>
</tr>
<tr>
<td class="alt1" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>">
<phrase 1="faq.php$session[sessionurl_q]" 2="register.php$session[sessionurl_q]">$vbphrase[first_visit_message]</phrase>
</td>
</tr>
<!-- / guest welcome message -->
</if>

I have this

Code:

<if condition="$show['guest']">
        <!-- guest welcome message -->
        <tr>
                <td class="tcat" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_to_the_x]</phrase></td>
        </tr>
        <tr>
                <td class="alt1" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>">
                        <phrase 1="faq.php$session[sessionurl_q]" 2="register.php$session[sessionurl_q]">$vbphrase[first_visit_message]</phrase>
                </td>
        </tr>
        <!-- / guest welcome message -->
</table>
<div style="padding: 8px;"></div>
        </if>

Notice the <div style="padding: 8px;"></div> will it be okay to install and not mess anything up? Should I wait until like 3 am and test it when no one is using my forum?

Ted S 05-24-2007 12:52 AM

That div appears to be used to add spacing, removing it shouldn't be an issue as most of the headers add their own spacing already.

aztecboi2003 05-24-2007 12:59 AM

Okay thanks for the quick reply. I'll give it a shot on my main skin.

puertoblack2003 05-25-2007 01:00 AM

i'm curious and saw that the global announcement is included do i need the global announcement hack to get that to work? the way it looks to me the default one is useless to me how do i add announcement through this hack.

thanks in advance

Ted S 05-25-2007 01:14 AM

This hack has nothing to do with any other announcement hack. If you want to enable a global announcement, you can do so by turning this hack on from your vbulletin options and by changing the text for your announcement also through the options.

blackvborg 05-27-2007 04:18 PM

I've just installed the version Welcome Headers 4.2.1 on vb 3.6.7pl1 and I think there is a small bug:

I've registered to my board with a test account and I've not approved it. For some time I was able to see the message saying I was on approval, but after some time I started to see the message saying that I hadn't wrote any message yet. I think this behaviour is not correct because the user then tries to post but have another error saying it's not approved.

What do you think? IMO you should always show the message "on approval" until it gets approved.

Pearl 05-28-2007 06:26 AM

Nice work, thank you .


All times are GMT. The time now is 02:36 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.02169 seconds
  • Memory Usage 1,738KB
  • 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
  • (2)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