vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   General Articles (https://vborg.vbsupport.ru/forumdisplay.php?f=189)
-   -   Boost replies to your Welcome forum (https://vborg.vbsupport.ru/showthread.php?t=73411)

ericgtr 12-27-2004 10:00 PM

Boost replies to your Welcome forum
 
This is applicable if you run a Welcome or Introduce yourself type of forum. After taking the advice of the Improve your community registration & posting rate thread, the people posting in my Intorductions forum has easily tripled.

Since we are now getting a lot of initial posts from new users introducing themselves, there haven't been many replies and a few that simply go unanswered.

So I have decided to reward the one's who do welcome people with a "Welcoming Committee" image that goes under their avatar. Since doing this, replies have increased a lot and those who get the image feel like they are part of something. :)

I did this with a simple conditional, I created a new group called greeters and made a simple little button image that would fit nicely under their avatar. The called it up with this:

in your postbit (or postbit_legacy) template find:
Code:

alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
                                </div>
                        </if>

Add this under it:
Code:

<br />
<if condition="is_member_of($post, 62)"> <a href="http://www.yoursite.com/vb/your_intro_forum"><img src="http://www.yoursite.com/vb/images/your_greeters_award.gif" alt="Greeter Award" border="0" /></a>
</if>

Change the paths and group number accordingly, then add your greeters to the group. I also stickied a post in this forum promoting it.

Dean C 01-01-2005 01:14 PM

Nice idea, and thankyou for sharing your tip :)!

dwh 01-06-2005 01:37 AM

I like it. Here's an idea to extend it. Would be interesting if you could modify it a bit so that people automatically get that avatar if they replied to a post in that greeter forum in the last X days.

ericgtr 01-06-2005 06:48 PM

Quote:

Originally Posted by dwh
I like it. Here's an idea to extend it. Would be interesting if you could modify it a bit so that people automatically get that avatar if they replied to a post in that greeter forum in the last X days.

This is a great idea, i'm not quite sure how to approach it though. Thinking about it, it would be nice to do without adding another query and could be possible. Maybe a way to utilize the promotion system and set something up on a per forum basis then add a conditional. Not sure really, just thinking out loud but I may look into it when I get some time.

dwh 01-07-2005 01:36 AM

Personally I can't think of a way to do this without a query.

DavidatMPA 04-22-2005 03:32 PM

I'll be using it :) Great idea!

gonecountry 06-04-2005 01:37 PM

Newbie question, If my site has user info to the left rather than accross the top, do I make the change in the postbit legacy?

ericgtr 06-04-2005 02:05 PM

Quote:

Originally Posted by gonecountry
Newbie question, If my site has user info to the left rather than accross the top, do I make the change in the postbit legacy?

Yes, that's correct. :)

gonecountry 06-05-2005 12:26 PM

Worked great Thanks! ;)

0tolerance 09-04-2007 05:57 AM

excellent.. it works on 3.6.8 :)


All times are GMT. The time now is 02:14 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01215 seconds
  • Memory Usage 1,735KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (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