The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
![]()
telll me the function
|
#12
|
|||
|
|||
![]() Quote:
i want to use my category description as my page description tell me the function by which i can do this |
#13
|
|||
|
|||
![]() Quote:
which variables should be placed in this code to show title and category name in description please its urgent |
#14
|
|||
|
|||
![]()
plz any one help me which variables should be placed in this code
description of this page is any one help me to limit the content size vB4 General Discussions title + category name i dont know there variables in showthread.php and how can i place them in the code above i have place $thread['titile'] in this code HTML Code:
$thread['meta_description'] = htmlspecialchars_uni(fetch_censored_text(fetch_trimmed_title($thread['meta_description'], 500, false))); i have run this code but it is not showing title+forum name in description HTML Code:
$thread['meta_description'] = htmlspecialchars_uni(fetch_censored_text(fetch_trimmed_title($thread['title'], $thread['forumid'], false))); any one guide me plz |
#15
|
||||
|
||||
![]()
This is not going to work:
HTML Code:
$thread['meta_description'] = htmlspecialchars_uni(fetch_censored_text(fetch_trimmed_title($thread['title'], $thread['forumid'], false))); HTML Code:
$thread['meta_description'] = htmlspecialchars_uni(fetch_censored_text(fetch_trimmed_title($thread['title'].$thread['forumid'], 500, false))); |
#16
|
|||
|
|||
![]() Quote:
this code gives me the output of title and forum number but forum name i had search a lot but i cant find the variable of forum category name e.g:- any one help me to limit the content size vB4 General Discussions title and forum category name |
#17
|
||||
|
||||
![]()
Perhaps $foruminfo['title'] or $foruminfo['title_clean']
|
#18
|
|||
|
|||
![]()
thanku so much dear it is runing properly
![]() --------------- Added [DATE]1388451562[/DATE] at [TIME]1388451562[/TIME] --------------- i have tried HTML Code:
$vbulletin->GPC['pagenumber'] |
#19
|
|||
|
|||
![]()
???????????????????
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|