vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   Limit meta description tag (https://vborg.vbsupport.ru/showthread.php?t=305108)

LOGECT 11-27-2013 06:26 PM

Limit meta description tag
 
Hello

I'm trying to limit the meta description in 150 characters, is there anybody who can help?
I've already checked this thread, but its not working.

Any help would be great, thank you.

kh99 11-27-2013 06:59 PM

I can't see offhand why that wouldn't work (it would only work on the showthread.php page of course). But code in showthread.php is already limiting it to 500 chars, so another thing you could do is edit the file and change 500 to 150.

LOGECT 11-27-2013 07:48 PM

Thank you so much for your help, i changed it to 150 but the meta description is still too long!

--------------- Added [DATE]1385636941[/DATE] at [TIME]1385636941[/TIME] ---------------

Just ignore my last post, the issue is now fixed, thank you :)

Bisha 01-15-2014 11:44 PM

Use this on as plugin, at hook location showthread post start ;)

PHP Code:

$short $thread['meta_description']; 
$thread['meta_description'] = substr($short0160); 


RichieBoy67 01-16-2014 12:12 AM

Honestly I do not think this 150 limit is so important any longer especially with the hummingbird updates. The thread linked was from 2009.

zorcocuq 09-19-2015 10:57 AM

Quote:

Originally Posted by Bisha (Post 2474477)
Use this on as plugin, at hook location showthread post start ;)

PHP Code:

$short $thread['meta_description']; 
$thread['meta_description'] = substr($short0160); 


Thanks.
This is where we should write the code?


All times are GMT. The time now is 08:08 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.01068 seconds
  • Memory Usage 1,726KB
  • 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_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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