![]() |
|
Is there any easy way to replace in url string "news" with "blog"? - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Is there any easy way to replace in url string "news" with "blog"? (/thread-9994.html) |
Is there any easy way to replace in url string "news" with "blog"? - ferentz - 2012-05-19 I am using the news section as my websites blog. I have replaced everywhere in the template the word "news" with the word "blog". I would like to know how to replace it also in the url string. Is there any easy way to replace in url string "news" with "blog"? - sbillard - 2012-05-19 That is not easy as it is both hard coded in the url generation and also in the rewrite rules. I suggest you not do this, as it will be a maintainence headache. It is a change that you will have to re-apply every update of Zenphoto. Is there any easy way to replace in url string "news" with "blog"? - ferentz - 2012-05-20 Well, I think I can leave it that way. I wouldn't like the hassle of rewriting updated files. Thank you for your advice! Is there any easy way to replace in url string "news" with "blog"? - acrylian - 2012-05-20 One thing you could do is change the rewrite rules in the htaccess so it is at least rewritten. |