Remove topic title from Item description

The GYM Sitemaps & RSS module for phpBB. Sitemaps and RSS feeds for Google Yahoo! and MSN Live, support, add ons etc ...

Moderator: Moderators


Remove topic title from Item description

Postby Newweb » Wed Jul 01, 2009 4:10 pm

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


How can I do?

Thanks of all
Newweb
 
Posts: 30
Joined: Sat Jun 21, 2008 9:55 am

Advertisement

Re: Remove topic title from Item description

Postby Newweb » Thu Jul 02, 2009 6:26 pm

Nothing about it?
Newweb
 
Posts: 30
Joined: Sat Jun 21, 2008 9:55 am

Re: Remove topic title from Item description

Postby dcz » Fri Jul 03, 2009 9:29 am

If you are talking about feeds with content, then you could replace :
Code: Select all
      $message = '<b>' . $message_title . '</b>' . "\n\n" . $topic['post_text' . $key];

with :
Code: Select all
      $message = $topic['post_text' . $key];


in gym_sitemaps/includes/gym_rss.php.
Useful links :
SEO Forum || SEO Directory || SEO phpBB || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Recherche
dcz
Admin
Admin
 
Posts: 20100
Joined: Fri Apr 28, 2006 9:03 pm

Re: Remove topic title from Item description

Postby Newweb » Fri Jul 03, 2009 10:36 am

dcz wrote:If you are talking about feeds with content, then you could replace :
Code: Select all
      $message = '<b>' . $message_title . '</b>' . "\n\n" . $topic['post_text' . $key];

with :
Code: Select all
      $message = $topic['post_text' . $key];


in gym_sitemaps/includes/gym_rss.php.


I tryed it but don't change nothing. The feed rss output is always the same
Newweb
 
Posts: 30
Joined: Sat Jun 21, 2008 9:55 am

Re: Remove topic title from Item description

Postby Newweb » Sat Jul 04, 2009 5:32 pm

Help me please :cry:
Newweb
 
Posts: 30
Joined: Sat Jun 21, 2008 9:55 am

Re: Remove topic title from Item description

Postby Typo » Sun Jul 05, 2009 8:09 am

Did you refresh the cache in the GYM maintenance section as well as phpbb's?

Typo
User avatar
Typo
phpBB SEO Team
phpBB SEO Team
 
Posts: 344
Joined: Sun Jan 18, 2009 11:33 am

Re: Remove topic title from Item description

Postby Newweb » Sun Jul 05, 2009 8:55 am

Typo wrote: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 only statistics.
Newweb
 
Posts: 30
Joined: Sat Jun 21, 2008 9:55 am

Re: Remove topic title from Item description

Postby Typo » Sun Jul 05, 2009 9:10 am

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:' and make sure the 'Clear Google Cache' is set to ALL. You may also need to clear phpBB's cache too in the general tab in the ACP by selecting purge cache so do that too.

Typo
User avatar
Typo
phpBB SEO Team
phpBB SEO Team
 
Posts: 344
Joined: Sun Jan 18, 2009 11:33 am

Re: Remove topic title from Item description

Postby Newweb » Sun Jul 05, 2009 9:39 am

Typo wrote: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:' and make sure the 'Clear Google Cache' is set to ALL. You may also need to clear phpBB's cache too in the general tab in the ACP by selecting purge cache so do that too.

Typo


Hi Typo, nothing ... is always the same. I Clear both rss maintenance and phpbb's cache , but nothing changing.
I think that gym_rss.php is not right file to modify for my problem.
Newweb
 
Posts: 30
Joined: Sat Jun 21, 2008 9:55 am

Re: Remove topic title from Item description

Postby Typo » Sun Jul 05, 2009 11:37 pm

lets run this by dcz tonight and see what he has to say.

Just hold in there, we'll get it done.

Typo
User avatar
Typo
phpBB SEO Team
phpBB SEO Team
 
Posts: 344
Joined: Sun Jan 18, 2009 11:33 am

Re: Remove topic title from Item description

Postby Newweb » Mon Jul 06, 2009 10:18 am

I would like to know wich is the file who generate feed rss, so I con modify item description, becouse I wont to format as I wont this Item
Newweb
 
Posts: 30
Joined: Sat Jun 21, 2008 9:55 am

Re: Remove topic title from Item description

Postby fadetoblack22 » Tue Jul 07, 2009 1:18 pm

If someone finds out how to do this I would like to know as well :)
fadetoblack22
PR0
PR0
 
Posts: 53
Joined: Tue Aug 12, 2008 8:31 pm

Re: Remove topic title from Item description

Postby fadetoblack22 » Tue Jul 07, 2009 1:26 pm

I found a clue. It helps by changing this file: gym_sitemaps/modules/rss_forum.php
fadetoblack22
PR0
PR0
 
Posts: 53
Joined: Tue Aug 12, 2008 8:31 pm

Re: Remove topic title from Item description

Postby Newweb » Tue Jul 07, 2009 6:37 pm

fadetoblack22 wrote:I found a clue. It helps by changing this file: gym_sitemaps/modules/rss_forum.php


In this file I don't find item description. :roll:
Newweb
 
Posts: 30
Joined: Sat Jun 21, 2008 9:55 am

Re: Remove topic title from Item description

Postby fadetoblack22 » Tue Jul 07, 2009 6:41 pm

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 this what you are trying to do or is it the post title that you want removed?
fadetoblack22
PR0
PR0
 
Posts: 53
Joined: Tue Aug 12, 2008 8:31 pm

Next

Return to GYM Sitemaps & RSS

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 1 guest


 
cron