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)

Gladhatter 10-09-2008 04:34 PM

Thank you for posting the link and me being able to see what this does. We need a bit more powerful version of this type mod but this is nice.

Charlie

ProAzn 10-17-2008 08:24 PM

We installed this mod and adjusted all 4 notices then save settings. Doesn't work. Any ideas why? It should appear in guest mode but nothing appears and everything appears to be set right.


forum index page.
http://proazn.com/ProAzn_forum/

0ptima 10-17-2008 11:26 PM

Quote:

Originally Posted by ph03nIX (Post 1611037)
For some reason I had to uninstall and reinstall this mod to get it to work but it would seem that it is working just fine now. This is still one of the best mods out there. :up:

I upgraded from 4.11 by installing the new xml and selected overwrite. I got no errors, however there were not notices. I installed it again... same thing. I then unistalled the product and re-installed it and the notices finally showed up!

pigpog 10-18-2008 02:42 AM

Quite simply an amazing add-on and one nobody should be without. :cool: I'm proud to say that my forum looks loads more professional after using this mod. Thank you very much! :up:

ProAzn 10-19-2008 06:33 AM

Ok we have 2 usergroups that have notices - girl talk and guy talk. We created the guy talk and edited the original default notice for girl talk. BOTH have same conditions, just the difference is one is for males and other is for females. Why does one usergroup work (female) and the other (male) doesnt show?? They have identical conditions except usergroup??

I don't get it.. :(

-using 3.7.3
-first time fresh install for mod
-notices show up in notice manager
-notices are the same for said usergroups as are conditions except the usergroup condition.

Anyone know why it's showing for one usergroup and not the other??

Ted S 10-19-2008 06:47 AM

Well if the conditions are identical than either the logic is wrong (i.e. you incorrectly changed the usergroup) or your test is wrong (i.e. you weren't logged in as a member of the second usergroup to test with it). There's really not a whole lot more direction I can give you than to double check your changes and the group IDs.

ProAzn 10-19-2008 07:17 AM

Quote:

Originally Posted by Ted S (Post 1648156)
Well if the conditions are identical than either the logic is wrong (i.e. you incorrectly changed the usergroup) or your test is wrong (i.e. you weren't logged in as a member of the second usergroup to test with it). There's really not a whole lot more direction I can give you than to double check your changes and the group IDs.


Nope. The mod lists the same usergroup conditions and it's perfectly identical except the usergroup itself. I will delete completely the male usergroup notices and re-add them and see if that makes a difference. Will report back..

Ted S 10-19-2008 08:04 PM

To be clear, are you using the 3.7 version of this addon which uses notices or the 3.6 series which uses conditionals?

darkie79 10-21-2008 02:00 PM

Quote:

Originally Posted by Ted S (Post 1404084)
Very strange. Can you double check that version 5.0.1 is showing up in your product manager?

If so, run the query:

SELECT * FROM notice; If nothing appears, uninstall and reinsall.

This is the error that I get:

An error occurred while attempting to execute your query. The following information was returned.
error number: 1146
error desc: Table 'xxxx_xxxx_xxx.notice' doesn't exist

I replaced the sensitive data above ;)

I have already removed/reinstalled the mod a couple of times.

EDIT:

The query works when using bb_notice instead of just .notice

The problem with everything that I have going on is that the notices don't show up, at all.

ProAzn 10-22-2008 08:27 PM

Quote:

Originally Posted by Ted S (Post 1648514)
To be clear, are you using the 3.7 version of this addon which uses notices or the 3.6 series which uses conditionals?

3.7 version, fresh install. I deleted the notices that weren't working then re-did them. Now it works! Don't know what happened but seems ok now.

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


1320Nation 11-19-2008 05:27 PM

Great mod!

But I have vbportal installed and I get a 404 error page when selecting "join our community" and "contact us" from the Guest Message Notice. All notices seem to work ok in the forums, just not the portal. I think it is because that the address that gets pulled up when selecting either of those two options. The /modules/Jig/ may have something to do with it. How can I fix this?

join our community today
http://www.mysite.com/modules/Jig/forums/register.php

contact us
http://www.mysite.com/modules/Jig/sendmessage.php

Tauhid 11-24-2008 04:00 PM

lovely mod! using it.

Ted S 11-24-2008 08:34 PM

Quote:

Originally Posted by psychobike (Post 1668786)
Great mod!

But I have vbportal installed and I get a 404 error page when selecting "join our community" and "contact us" from the Guest Message Notice. All notices seem to work ok in the forums, just not the portal. I think it is because that the address that gets pulled up when selecting either of those two options. The /modules/Jig/ may have something to do with it. How can I fix this?

join our community today
http://www.mysite.com/modules/Jig/forums/register.php

contact us
http://www.mysite.com/modules/Jig/sendmessage.php

Just edit the notices replacing the URLs with whatever ones work for your site.

intospain 12-03-2008 10:16 AM

Wicked mod, thanks, uploaded and installed :D

diouxsie 01-03-2009 07:00 PM

Great mod. Thanks!:up:

rnmcd 01-22-2009 12:51 AM

Ted S,

Are you anticipating updating this for vB ver. 3.8?

Ted S 01-22-2009 04:23 AM

Quote:

Originally Posted by rnmcd (Post 1720724)
Ted S,

Are you anticipating updating this for vB ver. 3.8?

https://vborg.vbsupport.ru/showthread.php?t=201564

logicSix 02-15-2009 04:04 PM

i just installed a 3.8.1 vbulletin forum and i cannot get these to work properly.

i added and removed a number of times...no luck. any suggestions?

Ted S 02-15-2009 04:08 PM

Quote:

Originally Posted by logicSix (Post 1744994)
i just installed a 3.8.1 vbulletin forum and i cannot get these to work properly.

i added and removed a number of times...no luck. any suggestions?

Are you showing the notices when you go to the notices manager?

logicSix 02-15-2009 04:20 PM

Quote:

Originally Posted by Ted S (Post 1745002)
Are you showing the notices when you go to the notices manager?

yep....none of them work. the first installed - they worked (sort of)...i uninstalled, then reinstalled...now none work.

they work fine on my 3.7 forum (which i just upgraded to 3.8)

Ted S 02-15-2009 04:39 PM

If you see the notices and they appear correct (i.e. the logic in them doesn't say to only show this when you click 5,000,000 pages) then either your notices settings are off or your templates are no longer calling the correct notices variable causing the messages not to show.

The best way to check is to manually create your own test notice; if it shows something is up with the logic, if not, it's the settings/ template in vbulletin.

enginethatcan't 02-16-2009 12:56 AM

So what's the difference between this and just using notices?

Gladhatter 02-16-2009 01:04 AM

These are more akin to the lil enigine that could.

Ted S 02-16-2009 01:19 AM

Quote:

Originally Posted by Gladhatter (Post 1745474)
These are more akin to the lil enigine that could.

Nice analogy.

This addon is notices. The idea being that while the notices system helps you do all sorts of things it doesn't give you anything to start with. Coming up with basic logic and messages can be a pain and this addon provides 4 time proven messages to get you started.

From there the sky's the limit but you can edit everything with the notices manager.

andrewtr89 02-18-2009 09:05 AM

Hey, love your mod. Only problem our site is having is it seems to be showing more threads and posts in your header than on the forum itself. Some things we have thought may be a cause of this:

- It is counting forums that are set to not share post count
- We have recently done a fresh install with impex and some things may be acting up posts side.


Our website:
http://evercube.net/forum/

_________________________

Header Stats:
Threads: 20,906, Posts: 206,469

Footer Stats:
Threads: 20,162, Posts: 198,702

_________________________


Looking forward to your reply,
Andrew

andrewtr89 02-21-2009 04:50 PM

<a href="https://vborg.vbsupport.ru/showthread.php?p=1750248#post1750248" target="_blank">https://vborg.vbsupport.ru/showt...48#post1750248</a>

Looking for that if possible.

Javierogo 02-21-2009 05:14 PM

On the latest version of vBulletin is included this mode for diferent users and is very useful. When i installed this mode in my previous vBulletin, I had to uninstall it immediately.


Ted S 02-21-2009 07:52 PM

Quote:

Originally Posted by Javierogo (Post 1750849)
On the latest version of vBulletin is included this mode for diferent users and is very useful. When i installed this mode in my previous vBulletin, I had to uninstall it immediately.


did you bother to read the hack description? This mod is not functionality, it's preset notices for the built in feature that you mentioned. So not only does this work with 3.7 and 3.8 it is meant specifically for the notices system.

Gladhatter 02-21-2009 09:45 PM

Thank you for the clarification for the community Ted and also for the fine hack you have created.

Ted S 02-22-2009 12:31 AM

Quote:

Originally Posted by Gladhatter (Post 1751004)
Thank you for the clarification for the community Ted and also for the fine hack you have created.

Thanks for the comments.


All times are GMT. The time now is 12:30 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.02072 seconds
  • Memory Usage 1,830KB
  • 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
  • (15)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