Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Extra Meta Tags Details »»
Extra Meta Tags
Version: 1.0.3, by Eric Eric is offline
Developer Last Online: Jun 2023 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 05-17-2006 Last Update: 08-03-2006 Installs: 15
Uses Plugins Template Edits
 
No support by the author.

Extra Meta Tags

UPDATED TO 1.0.3

Hi all Well, I'm both new to vB and vB hacks, this is my first one, hope you like it

What is Extra Meta Tags?

Extra Meta Tags is a modification that adds additional Meta Tags to your forum, aside from the standard description and keywords tags already included by vBulletin.

What tags does it add?

It adds the following tags:
Abstract
Robots
Revisit-After
Rating
Distribution
MSSmartTagsPreventParsing
If you want a certain tag added, feel free to ask.

INSTALLATION
- Import the product 'extra_meta_tags.xml'
- Do below template edit.

Open the 'headerinclude' template.

FIND:
------
Code:
<!-- CSS Stylesheet -->
ABOVE, ADD:
-------------
Code:
<!-- Extra Meta Tags by SecondV -->
<meta name="abstract" content="$vboptions[exmeta_abstract]" />
<meta name="robots" content="$vboptions[exmeta_robots]" />
<meta name="revisit-after" content="$vboptions[exmeta_visit_after]" />
<meta name="rating" content="$vboptions[exmeta_rating]" />
<meta name="distribution" content="$vboptions[exmeta_dist]" />
<if condition="$vboptions[exmeta_mssmarttags] == 'yes'"><meta name="MSSmartTagsPreventParsing" content="true" /></if>
<!-- / Extra Meta Tags by SecondV -->
Save.

UPGRADING
- Re-import the product 'extra_meta_tags.xml' - with "Allow overwrite" set to yes.
- Do below template edit.

Open the 'headerinclude' template.

FIND:
------
Code:
<!-- Extra Meta Tags by SecondV -->
<meta name="abstract" content="$vboptions[exmeta_abstract]" />
<meta name="robots" content="$vboptions[exmeta_robots]" />
<meta name="revisit-after" content="$vboptions[exmeta_visit_after]" />
<meta name="rating" content="$vboptions[exmeta_rating]" />
<meta name="distribution" content="$vboptions[exmeta_dist]" />
<!-- / Extra Meta Tags by SecondV -->
REPLACE WITH:
----------------
Code:
<!-- Extra Meta Tags by SecondV -->
<meta name="abstract" content="$vboptions[exmeta_abstract]" />
<meta name="robots" content="$vboptions[exmeta_robots]" />
<meta name="revisit-after" content="$vboptions[exmeta_visit_after]" />
<meta name="rating" content="$vboptions[exmeta_rating]" />
<meta name="distribution" content="$vboptions[exmeta_dist]" />
<if condition="$vboptions[exmeta_mssmarttags] == 'yes'"><meta name="MSSmartTagsPreventParsing" content="true" /></if>
<!-- / Extra Meta Tags by SecondV -->
Save.

Changelog
1.0.3
- Added the MSSmartTagsPreventParsing tag.
- Changed the wording of a few setting titles.
1.0.2
- Added the Abstract and Distribution tags.
1.0.1
- Author tag removed
- Fixed a few typos.

Don't forget to click Install if you use this modification.

Enjoy.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 05-18-2006, 01:00 PM
COBRAws's Avatar
COBRAws COBRAws is offline
 
Join Date: Oct 2002
Location: Buenos Aires
Posts: 864
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

already done: https://vborg.vbsupport.ru/showthread.php?t=108198
Reply With Quote
  #3  
Old 05-18-2006, 02:02 PM
Neutral Singh's Avatar
Neutral Singh Neutral Singh is offline
 
Join Date: Sep 2004
Location: Sikh Philosophy Network
Posts: 545
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please have a look at my sigz.
Reply With Quote
  #4  
Old 05-18-2006, 02:59 PM
RemiAlone RemiAlone is offline
 
Join Date: Apr 2006
Location: Holland
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The last line has to be:

<!-- / Extra Meta Tags by SecondV -->

not:

<-- / Extra Meta Tags by SecondV -->
Reply With Quote
  #5  
Old 05-18-2006, 03:04 PM
Eric's Avatar
Eric Eric is offline
 
Join Date: May 2006
Location: Kentucky
Posts: 792
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ah, well, interesting. I tried searching but didn't pull anything up. Thanks for pointing it out, though Suppose I'll just fix what RemiAlone pointed out and leave the hack at that.

Sorry folks.

And now looking at the bottom of this thread "Similar threads":
Quote:
Meta Tags ADV Impreza04 vB3.5 Plugins 5 27. Feb 2006 14:26
:nervous:
Reply With Quote
  #6  
Old 05-18-2006, 03:36 PM
The Chief's Avatar
The Chief The Chief is offline
 
Join Date: Aug 2005
Location: Montreal
Posts: 1,037
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

very interesting, will have a look
Reply With Quote
  #7  
Old 05-18-2006, 05:06 PM
Impreza04 Impreza04 is offline
 
Join Date: Jul 2005
Location: UK
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

lol.. I create a hack i'm surpirsed no one else has done and then two more that do the same job come along
Reply With Quote
  #8  
Old 05-18-2006, 05:09 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Impreza04
lol.. I create a hack i'm surpirsed no one else has done and then two more that do the same job come along
Can you add some liks to the settings so we can get examples of how the should be?
Reply With Quote
  #9  
Old 05-18-2006, 05:14 PM
redspider's Avatar
redspider redspider is offline
 
Join Date: Jul 2005
Posts: 225
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

will try it thanks .
Reply With Quote
  #10  
Old 05-18-2006, 08:47 PM
Snake's Avatar
Snake Snake is offline
 
Join Date: Mar 2005
Location: Cleveland, OH
Posts: 3,832
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Awesome. I'm definitely going to install this!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:53 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.04375 seconds
  • Memory Usage 2,298KB
  • Queries Executed 23 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete