I'm running my rss feed through an aggregator on my site and it . I've already followed the following to remove the forum name and stats. in gym_sitemaps/modules/rss_forum.php. $item_desc = $this->forum_cache[$forum_id]['forum_url_full'] . "\n\n" . $first_message. "\n" . $topic_s...
Ok, I've uninstalled and deleted the mod files and uploaded the new versions. Which phpbb core files need to be changed as the first message I got when trying to install it again was: General Error Language file ./../language/en/mods/acp_phpbb_seo.php couldn't be opened. I have other mods, so I don'...
I updated to the newest version of phpbb and I think it has overwritten some of the files. The Advanced SEO URL options are still available in the ACP, but it's not working. Is there a link to files that need to be changed for this mod to work? I think my theme files are fine as I use a custom one, ...
Is it possible to have 2 forms of feed output. e.g. I want to list the feed from one of my forums on my homepage with the title and a snippet of the post content. I also want to list it in my sidebar with just the title. Is this possible?
Thanks, the first bit removes the title. I wasn't sure what you meant by this bit "Removing the statistics or the last poster information would be as easy as getting rid of..." I want to remove the stats and last poster info by removing this $topic_stats = '<b>' . $user->lang['STATISTICS']...
I'm not a programmer, so I don't know, but I read that someone else managed to remove the stats like number of views from showing by editing this file, so I was assuming at the rest would be in here as well. I am trying to remove the forum title and only leave the post title with description. Is thi...