Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 11-10-2011, 04:01 AM
svBK.vn svBK.vn is offline
 
Join Date: Oct 2011
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Changing the title of tag search pages in vB4?

Hi,

I need help with reformatting the title of the tag pages on my site http://svbk.vn/tags.php?tag=dien+dan+svbk

I need the title to change from

Search Results (kết quả t?m kiếm) - Dien dan sinh vien Bach Khoa

to

dien dan svbk - Dien dan sinh vien Bach Khoa

How do i change this in the templates. I'm running 4.1.3

Thanks in advance
Reply With Quote
  #2  
Old 11-10-2011, 05:38 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

template - <span class="comment">search_resultlist

Change this line to what you want:
HTML Code:
<title>{vb:rawphrase search_results} - {vb:raw vboptions.bbtitle}</title>
If this is only for the tags page, then perhaps something like:

HTML Code:
<title><vb:if condition="THIS_SCRIPT == 'tags'">dien dan svbk<vb:else />{vb:rawphrase search_results}</vb:if> - {vb:raw vboptions.bbtitle}</title>
Reply With Quote
  #3  
Old 11-11-2011, 02:08 AM
svBK.vn svBK.vn is offline
 
Join Date: Oct 2011
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank for you support but I need the title to change title of tag search page from:

Search Results (kết quả t?m kiếm) - Dien dan sinh vien Bach Khoa

to

<tag's name I search> - Dien dan sinh vien Bach Khoa

Example: when I search abc tag, title of tag search page will be:

abc - Dien dan sinh vien Bach Khoa


when I search def tag, title of tag search page will be:

def - Dien dan sinh vien Bach Khoa

It's look like this page: http://www.vbseo.com/tags/vbulletin/
Reply With Quote
  #4  
Old 11-14-2011, 11:46 AM
svBK.vn svBK.vn is offline
 
Join Date: Oct 2011
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Who can help me?
Reply With Quote
  #5  
Old 11-14-2011, 04:42 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just write a plugin like:
hook location - search_complete
PHP Code:
$this->template->register('criteria'$_GET['tag']); 
And then use the variable criteria in the <title> tag.

Probably should clean it first. So...
PHP Code:
$vbulletin->input->clean_array_gpc('r', array(
        
'tag'    => TYPE_STR,
));
$this->template->register('criteria'$vbulletin->GPC['tag']); 
Reply With Quote
  #6  
Old 11-16-2011, 01:13 PM
svBK.vn svBK.vn is offline
 
Join Date: Oct 2011
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Solved. I've done it!

Thank you so much :x
Reply With Quote
  #7  
Old 11-16-2011, 08:42 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You may need to put a condition around that to only do it on the tags.php page (use THIS_SCRIPT) since that hook gets called on the regular search page also.
Reply With Quote
Благодарность от:
svBK.vn
  #8  
Old 11-18-2011, 12:35 AM
svBK.vn svBK.vn is offline
 
Join Date: Oct 2011
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK, Thank you very much again :X
Reply With Quote
  #9  
Old 11-28-2011, 08:42 AM
svBK.vn svBK.vn is offline
 
Join Date: Oct 2011
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry, I have a problem with this plugin: When I try to view http://svbk.vn/search.php (and some profiles page), it gives me a 500 error saying:



When I disable this plugin, everything works normally so I think this plugin cause the error.

Who can help me? Thanks in advance
Reply With Quote
  #10  
Old 11-28-2011, 05:06 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Did you put a condition around the plugin so it's only used for tags as I suggested in post 7?
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:47 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.05397 seconds
  • Memory Usage 2,261KB
  • Queries Executed 13 (?)
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
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_html
  • (2)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (1)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (10)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_postinfo_query
  • fetch_postinfo
  • 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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete