vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Mini Mods - Encourage members to post (https://vborg.vbsupport.ru/showthread.php?t=326226)

BasilFawlty 03-20-2018 10:00 PM

Encourage members to post
 
1 Attachment(s)
ABOUT THIS MOD

First, credit where credit is due. I got this idea from another mod by member dszuecs which is intended to force people (or at least encourage them) to register. This mod is similar but is aimed at members who are logged in and have a post count of zero (0). One of my biggest frustrations over the years has been people who register on my forum but never post anything. I created a special forum called "New Members" for people to introduce themselves, but never had a good way to entice them to make a post. Thus, I created this "mod" and thought I should share it. NOTE: This is the first mod I've ever posed here, so I hope I'm doing this right.

WHAT IT DOES

This modification will display a little character with a message to any member who is 1) logged in and 2) has a post count of ZERO (0). In other words, if someone is registered and logged in, this mod checks their post count. If they have never posted even once, the message will tell them to post an introduction of themselves in our "New Member" forum, then, once their post count is at least (1) they will no longer see the message. I'll attach the graphic I use, but you can make your own or modify this one. (May need to adjust size parameters if you use a different image).


1. Name image "joinus.png" (or .gif or .jpg, as appropriate) and upload your desired image to "/images/misc/joinus.png"


2. In AdminCP: Styles & Templates >> Search in Templates (need to repeat for each style where you want the mod)

3. Search for and OPEN "additional.css" and add the following lines:

Quote:

div.joinin {
background:url(images/misc/joinin3.png);
background-repeat: no-repeat;
width:584px;
height:499px;
padding:0 5px 3px;
position:fixed;
top:0px;
left:50%;
margin-left:-292px;
z-index:1;
}
Again, you will need to modify each of the styles additional.css files for all styles you with to implement the mod.

Save and reload. This will place the image in center (the margin-left with negative number brings the image back to the an amount equal to 1/2 the width of the image. This is necessary because the "left:50%;" position parameter moved the left side of the image to the center, so we want to bring it back left a bit so that the middle of the image is centered)

4. In Admin CP: Style & Templates >> Style Manage >> Select Edit Templates from dropdown for each style in which you wish to implement the mod.

Open your "header" template for the selected style and add the following line on top:

Quote:

<!-- Encourage members to post mod -->
<vb:if condition="THIS_SCRIPT != 'register'">
<vb:if condition="$show['member']">
<vb:if condition="$bbuserinfo[posts] == 0"><div class="joinin"></div></vb:if>
</vb:if>
</vb:if>
<!-- End Encourage members to post mod -->
(Repeat for header of each style you have)

6. Mark as installed

7. Finished.

djbaxter 04-21-2018 10:14 AM

Why not use a conditional notice? No templates to edit.

Prince 05-28-2019 07:44 PM

Quote:

Originally Posted by djbaxter (Post 2594306)
Why not use a conditional notice? No templates to edit.

good point! :D

BasilFawlty 05-28-2019 09:53 PM

Quote:

Originally Posted by djbaxter (Post 2594306)
Why not use a conditional notice? No templates to edit.

Certanly you could do that and in fact I did do that for a while. This just looks a little cooler (my opinion). Also, with a notice, the notice will disappear when you scroll down on the page. With this little silly mod, the little man with the message stays with you as you scroll. So far it has been very effective. But certainly one can use the Notice System - this is just another option I offered up.

2SQ.ORG 05-04-2022 11:39 PM

How to change the message to fit the board of the member who downloaded this code
?


All times are GMT. The time now is 06:42 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.01057 seconds
  • Memory Usage 1,725KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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