![]() |
Hmm, I assume you will have to edit a template or a VB setting to use the threads title for the page title.. I kinda thought they all did already, but maybe your template needs updating..
|
Thanks Jafo - been trying to work it out for ages and have got completely nowhere.
Heres how the links come up http://www.legalbeagles.info/forums/...ead.php?t=3539 On VB org they come up as https://vborg.vbsupport.ru/showthrea...=155909&page=7 On another site where it does work they come up as http://www.consumeractiongroup.co.uk...olicitors.html Thats what I want mine to do.... |
Ahhh think we ran out of VBSEO.... :(
Is that the only way to do it ? |
Not sure what is happening, because the site you link to isn't online..
|
Quote:
|
i tried everythin..still no luck for me :(
there is no way otherthan buying VBseo ? for Title_based_url.html ? |
thanks you!!!
|
Quote:
|
Go to the admin CP
Plugins & Products -> Plugin Manager Look for "Product : Title Replace" Edit the plugin labeled Title Replace Replace the contents of the Plugin PHP Code with the code below. The code below does NOT use cURL or fopen and does not run into the problem of either cURL not being installed or hosts that have URL opens with fopen disabled. fsocketopen will retrieve the first 8k of the HTML file to look for the <title></title> tags. if it does not find them, it will end the connection and return the pasted URL as is. I should warn you that i havent tested this code for basic PHP Errors. it would be wise to copy the existing plugin PHP Code to notepad for a backup before pasting the code below. -- See my post below with the change that uses fread() opposed to while(!feof(resource) ) |
This above code entry does NOT just open the first 8k.. Consider:
Code:
<?php |
All times are GMT. The time now is 07:53 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|