Hi Web, I'll try a phpbb mod which translate all forum in other language. The forum translated must be search engine friendly. Global translator plugin for wordpress create a chache directory in wich it save translated page. I am searching similar mod for phpbb3 forum This Forum ( above on the right...
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 th...
Please double check that the file has been properly edited and saved. (in other words, double check it) Also, just to be clear about the cache, I am referring to the cache inside the PHPBB SEO tab, in the maintenance section (the red maintenance link) (do not select the option to 'Clear Google ACP:...
Did you refresh the cache in the GYM maintenance section as well as phpbb's? Typo Oh! Yes, I refresh it more then one time, but nothing. He outpur result is the same. When I parse feed rss with script rss to html I'd like that the Item Itemdescription does not shows Topic Title + Statistics, but on...
If you are talking about feeds with content, then you could replace : $message = '<b>' . $message_title . '</b>' . "\n\n" . $topic['post_text' . $key]; with : $message = $topic['post_text' . $key]; in gym_sitemaps/includes/gym_rss.php. I tryed it but don't change nothing. The feed rss out...
Dear sir, In the rss/rss.xml I would like to remove "Topic title" from rss item "description". So Item description must shows only statistics as Statistics : 1 Post || 6 Views Post by
The problem is the same ... how can I do to shows my feed rss with the last post author name instead Author first post name? Where is the option that I have to set?
mm. Feed, do display the author of the displayed message, if it's the first one, then the author name is the one who posted the first message, if it's the last one, then the author name displayed is the one who posted the last message. Last post by qaswer vs: Post by Morph In the link I gave you. T...