Hey, Is there any mod related to place a custom title to every link detail page. Like in http://www.directorydump.com/noble-directory-link-683.html You will see the title as - Noble Directory - Paid directory - Business Directory Could anyone share any related things? I just had got custom category titles done in my directory which can be seen here - The title of the category would be Business Web Listings in - Noble- Business Web Directory so thought it would be good if there was custom titles in link detail pages too If it isnt, i would request a MOD that would be helpful
im not a phpLD expert (yet) but a quick check of detail.tpl {capture name="title"}{$TITLE|escape} - {l}Details{/l} -{$CAT_TREE|regex_replace:"/.$/":""}{/capture} Code (markup): I would expect you need to change that to your likening
If all it does is change the title, the page will need re-caching but the URL wont change so there should be any problems...
yep similar to custom category titles, the category URL remained the same but title could be changed to anything! Anyways would wait for mhadmi to write a mod on this!
Counld check this one out Custom Meta Tags on any page,.... depends on your phpLD version, but some smart tweaks should work for any version!
It should, ... like the header.tpl of 3.1 will be diffrent, but the basic idea would remain the same, basically overriding values which otherwise would would filling up the meta tags. M.