Custom Invitation Message, w/Search Engine, Terms
This modification is in the archives.
This is a PRODUCT: go to Manage Products, upload, to install.
This Product creates a "Welcome" or "Invitation to Join" table for guests. If the guest reaches your site via a search engine, the message will display the search engine name and the search terms to entice them to join. It works with Google, Yahoo!, MSN, and a couple of others. Members don't see the message: only guests. The message will replace the "Posting Rules" - I never saw much need for guests to see the Posting Rules, after all. Members will still see the normal Posting Rules. This means that FORUMDISPLAY and SHOWTHREAD will display the invitation table. I chose this location because it is at the bottom of the page, and that's where most interested guests will find themselves. The plugin creates three new phrases: TGREER_invite_title : the tile to display for the table/panel. Defaults to "You're Invited". TGREER_invite_search_engine: An invitation to join, using the search engine name, search terms, and forum title. TGREER_invite_default: if a guest is browsing the forum, but didn't arrive via search engine, they'll see a default invitation. You MUST EDIT THESE PHRASES, as they contain the phrase "GENERIC industry". You'll need something more suited to your own forum. The phrases use phrase variables: {1} = the forum title {2} = search engine name {3} = search terms The plugin creates one new template: invite_forumrules This template is used to create the actual HTML table which displays the invitation. You may edit it, as you would any other template. Within the template, there is a conditional to test if the user is a guest or not. The variable $GLOBALS[orig_forumrules] contains the normal forumrules template. If you edit the invite_forumrules template, you can use this variable as a "placeholder" for the normal Posting Rules. Advanced Users You don't have to use my template or location. You can use the search terms and search engine anywhere you like. If you don't want to use my template, disable the TGREER_invite_template plugin. In the TGREER_invite_search_terms plugin, comment-out these two lines: PHP Code:
eval('$orig_forumrules = "' . fetch_template('forumrules') . '";');
PHP Code:
$vbulletin->templatecache['forumrules'] = $vbulletin->templatecache['invite_forumrules'];]]>
Then, you can use $GLOBALS[search_engine], $GLOBALS[search_terms] and $GLOBALS[showSearchWelcome] wherever you like. NOTE: $GLOBALS[showSearchWelcome] is "true" if the user reached the site via search engine, false otherwise. Screen-shot: Download This modification is archived and cannot be downloaded. Supporters / CoAuthors
|
Similar Mods
Add-On Releases GTSearch: Google Custom Search Engine | vBulletin 3.6 Add-ons |
Mini Mods Google Custom Search Engine Integration [AdSense capable] | vBulletin 3.6 Template Modifications |
Highlight Search Terms in Archive from Referring Search Engines | vBulletin 3.5 Add-ons |