vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Show notice to inactive members (https://vborg.vbsupport.ru/showthread.php?t=195298)

kursed 11-03-2008 03:08 AM

Show notice to inactive members
 
I know that there is such a mod, using which you can show a certain message under the navbar to inactive members, in order to incite them to start posting. I just can't seem to find it. Can anyone of you, please be kind enough, to help me out and either give me a link or the name of such a hack.

I'm currently using vBulletin 3.7.3 PL 1.

Brandon Sheley 11-03-2008 03:09 AM

the welcome header mod use to have this setup in it.

kursed 11-03-2008 03:47 AM

Just found out that 'Notices' feature in 3.7 allows you to do that same but now I've run in to another error.

I'm trying to use the Notices features of VB and it doesn't get displayed to my forum members. I thought it might be related to a forum template issue, so I tested it on a completely new template and still nothing.

How can I correct this?

Dismounted 11-03-2008 04:11 AM

Check the navbar template, it should have a section for notices (it's commented, so you'll see it).

kursed 11-03-2008 05:37 AM

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>

It's there but it's not working.

SEOvB 11-03-2008 08:22 PM

Make sure you have the notice active and persistant to test with and that you are in the usergroup you want to see it.

Winterworks 11-03-2008 09:35 PM

Do you just want something to send to inactive users?

You can always use the "Email Inactive Users" modification.

https://vborg.vbsupport.ru/showthrea...light=inactive


All times are GMT. The time now is 10:53 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.01898 seconds
  • Memory Usage 1,719KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete