Search found 3 matches

by tc9
Fri Nov 18, 2005 10:31 am
Forum: General discussions
Topic: SPAM
Replies: 1
Views: 3782

SPAM

Thorsten,

As of a couple of days ago I have noticed spam being delivered to the (exclusive) email contact address in my FAQ. It is clearly automated.

:(
by tc9
Wed Nov 02, 2005 3:45 am
Forum: Proposals
Topic: anchors in rss feed
Replies: 5
Views: 15109

Modified Version of News RSS Feed

Thorsten,

Instead of using page anchors, I have modified main.php, function.php, and rss.php to display a single news article on the page. What do you think?

In inc/functions.php find
function generateNews()
{
global $db, $PMF_LANG, $PMF_CONF;
$counter = 0;
$result = $db->query("SELECT datum ...
by tc9
Sat Oct 22, 2005 10:48 pm
Forum: Proposals
Topic: anchors in rss feed
Replies: 5
Views: 15109

rss feed

Really? I am currently uising 1.5.3. The rss feed sends out exactly the same link for all items in the list of news stories.

Here is the code (feed/news/rss.php, line 54), I believe:

$rss .= "\t\t<link>http".(isset($_SERVER['HTTPS']) ? 's' : '')."://".$_SERVER["HTTP_HOST"].str_replace ("/feed ...