how to disable text under each forum on index ?

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

Moderator: Moderators

how to disable text under each forum on index ?

Postby GoBieN » Sun Nov 30, 2008 10:17 pm

Could someone tell me how to disable the following text:
Code: Select all
News  Site map  RSS Feed  Sitemap 

In the forum list on index page ?
GoBieN
PR1
PR1
 
Posts: 122
Joined: Mon Mar 10, 2008 7:12 pm
Location: Belgium

Advertisement

Postby HB » Mon Dec 01, 2008 12:44 am

Delete this code from functions.php:

Code: Select all
   // www.phpBB-SEO.com SEO TOOLKIT BEGIN - GYM LINKS
   if (!empty($config['gym_installed'])) {
      require_once($phpbb_root_path . 'gym_sitemaps/includes/gym_common.' . $phpEx);
      obtain_gym_links();
   }
   // www.phpBB-SEO.com SEO TOOLKIT END - GYM LINKS
Dan Kehn
HB
phpBB SEO Team
phpBB SEO Team
 
Posts: 1220
Joined: Mon Oct 16, 2006 2:25 am

Postby GoBieN » Mon Dec 01, 2008 7:24 pm

Now the links are gone from the footer too.

Is there a way i could just disable the part in the forumlist (beneath each forum), perhaps disable it in the template some where?

I looked in the template but didn't not see anything relevant.

thanks for your help
GoBieN
PR1
PR1
 
Posts: 122
Joined: Mon Mar 10, 2008 7:12 pm
Location: Belgium

Postby SeO » Tue Dec 02, 2008 12:36 pm

in gym_sitemaps/includes/gym_common.php, replace :
Code: Select all
if (!empty($template->_tpldata['forumrow'])) {

with :
Code: Select all
if (false) {


we'll add options for displaying links in the next version ;)
SeO
Admin
Admin
 
Posts: 6333
Joined: Wed Mar 15, 2006 9:41 pm

Postby GoBieN » Tue Dec 02, 2008 8:07 pm

excellent, exactly how i wanted it. Thanks a lot !
GoBieN
PR1
PR1
 
Posts: 122
Joined: Mon Mar 10, 2008 7:12 pm
Location: Belgium


Return to GYM Sitemaps & RSS

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 17 guests