4images Forum & Community

4images Modifications / Modifikationen => Mods & Plugins (Requests & Discussions) => Topic started by: Murat on July 19, 2006, 06:06:15 PM

Title: rss mod rewrite and email adress
Post by: Murat on July 19, 2006, 06:06:15 PM
hello I'm using 
"4images 1.7.3", "Search Engine Friendly URLs aka Short URLs mod" and phpbb integration mod.

my rss page link example:
 .../rss.php?action=images
.../rss.php?action=comments&image_id=1907
.../rss.php?action=images&cat_id=10

convert to .htm or file eg /images/ ?

and problem user mail address. example@example.com how remove or add userpagelink?
Title: Re: rss mod rewrite and email adress
Post by: dezina on July 29, 2006, 08:29:50 AM
Open rss.php
Find
Code: [Select]
$user_email = "example@example.com";Adjust to taste
 :mrgreen:
Title: Re: rss mod rewrite and email adress
Post by: V@no on July 29, 2006, 05:01:24 PM
as of "search frendly urls", you do the same thing as for the rest of the links from the mod...(for further questions regarding this, please ask under appropriate topic)

as of the example@example.com - this fake email address only used for guests and for members who chosed not to show their real email addresses.
Because of the RSS standarts, an email must be present in the feed, that why a fake email was added.