No... :? I have played a bit, but no luck.... This is what I have for my rss feed..... (in part) <?php header('Content-type: application/xml'); define('IN_PHPBB', true); $phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './'; $phpEx = substr(strr...
Hmmm where is the Forum URL Cache located? In the phpBB SEO cache folder? Nothing much happening there, files are never changed... (Only settings) Also, the Forum ID Removing setting, does not have any effect on my forums... Keep getting id's. (Not that I ever want to change that again... now...)
I speak basic php, very basic. Just for my understranding, I have made my "own" rss feed, and I display the urls like this: $topic_link = 'viewtopic.php?f='.$row['forum_id'].'&t='.$row['topic_id']; What would I put there to get the seo'd urls instead into $topic_link? thanks,
Of all the options in the SEO admin section, only "Virtual Root" is off. Url rewriting is set to "Advanced" and Posts Rewriting to "All". I have installed about 4 seo pre-mod forums, and none of them show the modded url :shock: in moved topics. I have checked if the cor...
Hi, if a topic is moved to another forum, the link is not "SEO" translated :( Shouldn't matter, because its redirected to the SEO url when clicked, but its an extra redirect... When a topic is moved to another forum, the "old link" is not redirected, but it gives a "not foun...
When a a post is blocked becuase the poster being on your foe list, you get a text like this: This post was made by USER who is currently on your ignore list. Display this post. And the link points to: -http://domain.com/viewtopic.php?f=2&t=20650&p=48451&view=show#p48451 When clicked, th...