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)

Southernphuk 04-20-2008 08:16 AM

While I'm asking questions, figured I would get in one more.

I run VBCMPS from vbAdvaced. The notice shows up on the front/home page as well and just doesn't sit right with me. Is there any way to remove that? I like having it in the forums, galleries, etc, just don't want it on my front page.

Any help would be appreciated.

Ted S 04-20-2008 06:46 PM

Quote:

Originally Posted by Southernphuk (Post 1494997)
While I'm asking questions, figured I would get in one more.

I run VBCMPS from vbAdvaced. The notice shows up on the front/home page as well and just doesn't sit right with me. Is there any way to remove that? I like having it in the forums, galleries, etc, just don't want it on my front page.

You would need to modify the notices template by "wrapping" it in a set of conditionals such that it doesnt appear on whatever page you like...

i.e.

Code:

<if condition="THIS_SCRIPT != 'homepage' AND THIS_SCRIPT != 'other page'">
 
current code
 
</if>


Ted S 04-20-2008 06:49 PM

Quote:

Originally Posted by Southernphuk (Post 1494981)
I'm going to pull a dingleberry by probably asking an obvious question but ...

I've been on some sites where the guest message travels with the length of the page. Bit of an 'annoyance' factor encouraging you to sign up. How, if at all, would I be able to set something like that up?

This isn't difficult but will require you to find a script and modify your welcome headers/ notices template to integrate it. There's several scripts out there... just google search "dhtml persistent window" or "dhtml floating message" and find the option that suits your needs.

Mesohu 04-20-2008 08:06 PM

Installed .

nirvana43 04-23-2008 08:04 AM

How to remove that notices bar???? :(
please help!!! :confused:
please check attached screenshot! :o

Ted S 04-23-2008 04:05 PM

Quote:

Originally Posted by nirvana43 (Post 1497091)
How to remove that notices bar???? :(
please help!!! :confused:
please check attached screenshot! :o

Customize your notices template as you see fit. The template is a part of vBulletin's core code and not this addon.

Kaycee123 04-26-2008 06:05 AM

I have installed this - but the welcome headers/notices are not visible on the style I am using. They do show up on the default style.

How do I get them to appear on my current style?

Kaycee123 04-26-2008 05:44 PM

OK - after several hours of fiddling around I finally figured it out:

If your Notices are not showing up on your customized style, you need to add this to your Navbar template wherever you want them to show up


PHP Code:

<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 
condition="$show['forumdesc']">
    <
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
    <
tr>
        <
td class="alt1" width="100%"><strong>$foruminfo[title]</strong> <span class="smallfont">$foruminfo[description]</span></td>
    </
tr>
    </
table>
    <
br />
</if> 


Kaycee123 04-26-2008 06:13 PM

One other question - if a member meets the criteria for TWO different messages to show up, they are all lumped together in the Notices box. Is there a way of splitting the messages apart so it looks a bit neater??

Ted S 04-27-2008 08:55 PM

The notices are a function of vBulletin and something you would need to customize through vBulletin's templates. I've not written up documentation on this yet but will have some out shortly.

1Turk 04-27-2008 09:36 PM

thanks installed*

aamirkhj 04-30-2008 06:34 PM

Quote:

Originally Posted by bigsbydapicka (Post 1405024)
same here...had to remove and reinstall on 3.7 to get it to fly.

Same here :) It worked after re-installing:)

Great Mod

Lindsey 05-01-2008 12:26 AM

Is this ready for 3.7 stable?

Ted S 05-01-2008 02:00 AM

Quote:

Originally Posted by Lindsey (Post 1504015)
Is this ready for 3.7 stable?

Give it a whirl and find out. :D

Side Note: 3.7.x refers to all versions within the 3.7 series.

Vinny445 05-03-2008 03:52 PM

Can some one tell me what this actually adds that vB doesn't have? I removed the mod and I still see options to reproduce what this mod did; as far as number of posts the user made, unlogged in, etc.

Ted S 05-03-2008 07:46 PM

Quote:

Originally Posted by Vinny445 (Post 1507013)
Can some one tell me what this actually adds that vB doesn't have? I removed the mod and I still see options to reproduce what this mod did; as far as number of posts the user made, unlogged in, etc.

I guess you missed the mod description at the top of the page....

Quote:

What is Welcome Headers?
Welcome Headers is a set of predefined messages and rules designed to help you get started in personalizing your site's notices using the vBulletin notice feature. The default templates are just that, default ? I highly encourage you to modify and add to the language and rules to meet the needs of your actual community environment.

kalypsoweb 05-04-2008 03:33 AM

Quote:

Originally Posted by Ted S (Post 1495319)
You would need to modify the notices template by "wrapping" it in a set of conditionals such that it doesnt appear on whatever page you like...

i.e.

Code:

<if condition="THIS_SCRIPT != 'homepage' AND THIS_SCRIPT != 'other page'">
 
current code
 
</if>


I am trying to figure out which template I need to wrap this code around. Is it the navbar_noticebit template? Thanks again for this plugin....saves a LOT of time!

Vinny445 05-04-2008 07:38 AM

Quote:

Originally Posted by Ted S (Post 1507223)
I guess you missed the mod description at the top of the page....

No I didn't miss the description at the top of the page....
I'm wondering does this just fill in some examples to work off of or does it add features you wouldn't normally be able to produce without this mod.

EDIT: Forget it

Ted S 05-04-2008 04:36 PM

Quote:

Originally Posted by Vinny445 (Post 1507785)
No I didn't miss the description at the top of the page....
I'm wondering does this just fill in some examples to work off of or does it add features you wouldn't normally be able to produce without this mod.

EDIT: Forget it

As stated in the description, in 3.7 a robust interface for notices was added into the default program rendering it useless to have a separate welcome headers tool. However, as most people don't want to think up a basic messaging strategy, this addon was ported to 3.7 in order help the thousands of users make a simple move and get a start on their notices.

BassX 05-04-2008 07:33 PM

I upgraded to the new version and I'm not seeing anyway to edit the settings.

There are no Notices that were created and there is longer any options in the AdminCP.

Where should I look to modify the settings?

Ted S 05-04-2008 08:24 PM

Quote:

Originally Posted by BassX (Post 1508464)
I upgraded to the new version and I'm not seeing anyway to edit the settings.

There are no Notices that were created and there is longer any options in the AdminCP.

Where should I look to modify the settings?

Everything is now run through the notices system. Perhaps try a reinstall or update your notices if you're not seeing it.

Cando 05-04-2008 11:44 PM

I try and install it and get emails saying Duplicate entry '1000' for key 1.

It's not installed in product manager, trying too sends these emails.

Please help.

Thanks.

kalypsoweb 05-05-2008 12:14 AM

Ted, you wouldn't know which template it is for notices that I would need to wrap in order for it not to show up on the vba pages?

goddess_dix 05-05-2008 02:31 AM

Thanks for this excellent mod! I saved my old setting from Welcome Headers and easily transferred them.

A note to others upgrading: I had to actually uinstall the old version, and reinstall this mod: overwriting it wouldn't do it. It took me a bit to realize it hadn't installed completely, but I was able to tell because it didn't have the new default notices.

And yes, registrations and posting have been up since I added welcome headers. :)

kalypsoweb 05-05-2008 02:45 AM

Quote:

Originally Posted by kalypsoweb (Post 1508759)
Ted, you wouldn't know which template it is for notices that I would need to wrap in order for it not to show up on the vba pages?

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 :)

Ted S 05-05-2008 04:17 AM

Quote:

Originally Posted by Cando (Post 1508741)
I try and install it and get emails saying Duplicate entry '1000' for key 1.

It's not installed in product manager, trying too sends these emails.

Please help.

Thanks.

What emails?

Did you try and install it before and get cut off? Do you have any other notices setup on your site?

Ted S 05-05-2008 04:18 AM

Quote:

Originally Posted by goddess_dix (Post 1508841)
Thanks for this excellent mod! I saved my old setting from Welcome Headers and easily transferred them.

A note to others upgrading: I had to actually uinstall the old version, and reinstall this mod: overwriting it wouldn't do it. It took me a bit to realize it hadn't installed completely, but I was able to tell because it didn't have the new default notices.

And yes, registrations and posting have been up since I added welcome headers. :)

Glad it worked for you and thanks so much for sharing your tip!

Ted S 05-05-2008 04:19 AM

Quote:

Originally Posted by kalypsoweb (Post 1508851)
This will keep notices from showing on any cmps pages which is what I needed. Just in case anyone else may need it :)

Awsome. Thanks for contributing!

MeMySelfNi 05-05-2008 06:23 AM

<div align="center">*thanks*
</div>

BassX 05-05-2008 12:58 PM

Quote:

Originally Posted by goddess_dix (Post 1508841)
Thanks for this excellent mod! I saved my old setting from Welcome Headers and easily transferred them.

A note to others upgrading: I had to actually uinstall the old version, and reinstall this mod: overwriting it wouldn't do it. It took me a bit to realize it hadn't installed completely, but I was able to tell because it didn't have the new default notices.

And yes, registrations and posting have been up since I added welcome headers. :)

Thanks for the tip - Upgrading didn't work for me either. I had to uninstall and then reinstall it.

BassX 05-05-2008 03:22 PM

Just a note:

The default Guest Message notice installed has en error-

It uses: send_message.php
It should use: sendmessage.php

DawnsWebDesigns 05-05-2008 05:35 PM

Quote:

Originally Posted by BassX (Post 1509377)
Just a note:

The default Guest Message notice installed has en error-

It uses: send_message.php
It should use: sendmessage.php

You're right. Thanks for this.

I've installed & looking good so far. I hope it helps. Thanks for this. :)

EcoForumZ 05-07-2008 03:46 PM

I tried to install but get the below error. I installed on VB 3.7 Gold php5.

Any suggestions?

HTML Code:

Database error in vBulletin 3.7.0:

Invalid SQL:
INSERT INTO notice (noticeid,title,displayorder, persistent, active) VALUES (1000,'Guest Message',1,1,1);

MySQL Error  : Duplicate entry '1000' for key 1
Error Number  : 1062
Request Date  : Wednesday, May 7th 2008 @ 09:43:34 AM
Error Date    : Wednesday, May 7th 2008 @ 09:43:34 AM
Script        : http://ecoforumz.com/admincp/plugin.php5?do=productimport
Referrer      : http://ecoforumz.com/admincp/plugin.php5?do=productadd
IP Address    : 69.87.52.48
Username      : admin
Classname    : vB_Database
MySQL Version : 5.0.45-log


EcoForumZ 05-07-2008 03:47 PM

Quote:

Originally Posted by BassX (Post 1509377)
Just a note:

The default Guest Message notice installed has en error-

It uses: send_message.php
It should use: sendmessage.php

Ah this may be my problem as well. Let me give that a try.

I edited the XML install file and replaced send_message.php5 with sendmessage.php5 Still doesn't work. Get the same error.

DawnsWebDesigns 05-07-2008 04:01 PM

Quote:

Originally Posted by EcoForumZ (Post 1511741)
Ah this may be my problem as well. Let me give that a try.

I edited the XML install file and replaced send_message.php5 with sendmessage.php5 Still doesn't work. Get the same error.

I'm afraid you misunderstood him or her...that's not what they meant.

What they meant was in one of these 4 messages it has a link to "contact us" but instead of it saying sendmessage.php it's saying send_message.php. You must edit to sendmessage.php for the link to actually work. ;)

EcoForumZ 05-07-2008 06:52 PM

Quote:

Originally Posted by DawnsWebDesigns (Post 1511752)
I'm afraid you misunderstood him or her...that's not what they meant.

What they meant was in one of these 4 messages it has a link to "contact us" but instead of it saying sendmessage.php it's saying send_message.php. You must edit to sendmessage.php for the link to actually work. ;)

Gotcha. Any idea what my issue is then?

Ted S 05-08-2008 12:02 AM

Quote:

Originally Posted by EcoForumZ (Post 1511931)
Gotcha. Any idea what my issue is then?

Do you have any other notices setup in the notices system?

EcoForumZ 05-08-2008 03:24 PM

Quote:

Originally Posted by Ted S (Post 1512159)
Do you have any other notices setup in the notices system?

I guess there are a few that are created by default that are setup. I will try disableing them.

goddess_dix 05-08-2008 05:09 PM

Quote:

Originally Posted by EcoForumZ (Post 1512771)
I guess there are a few that are created by default that are setup. I will try disableing them.

there are a few that are created by this product, but none by default. perhaps it was trying to reinstall the messages a second time?

TheInsaneManiac 05-08-2008 07:28 PM

When can you port Limited Guest Viewing?


All times are GMT. The time now is 05:52 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.01721 seconds
  • Memory Usage 1,856KB
  • 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
  • (1)bbcode_html_printable
  • (1)bbcode_php_printable
  • (23)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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