Changing the position of icons

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

Moderator: Moderators

Changing the position of icons

Postby maxwell » Thu Feb 18, 2010 4:30 pm

I want to move the icons that are on the main page to the right side, see the screen.

Image

How and where do I modify the code that was just as I want?
Will be icons below each other.
maxwell
PR0
PR0
 
Posts: 72
Joined: Sun Nov 15, 2009 3:13 pm
Location: NL

Advertisement

Re: Changing the position of icons

Postby austin881 » Thu Feb 18, 2010 7:39 pm

Edit styles/prosilver/template/forumlist_body.html ???
My dev playground: ModernDignity.com
Appreciate my assistance? You can thank me by linking to Chevy Truck Forum or Gas Scooters.
User avatar
austin881
phpBB SEO Team
phpBB SEO Team
 
Posts: 248
Joined: Wed Oct 28, 2009 12:16 am
Location: Boise, Idaho USA

Re: Changing the position of icons

Postby maxwell » Thu Feb 18, 2010 8:33 pm

austin881 wrote:Edit styles/prosilver/template/forumlist_body.html ???

This file probably does not have these icons? sought but not found there
maxwell
PR0
PR0
 
Posts: 72
Joined: Sun Nov 15, 2009 3:13 pm
Location: NL

Re: Changing the position of icons

Postby maxwell » Sat Feb 20, 2010 9:49 am

BUMP :)
maxwell
PR0
PR0
 
Posts: 72
Joined: Sun Nov 15, 2009 3:13 pm
Location: NL

Re: Changing the position of icons

Postby dcz » Sun Mar 14, 2010 1:46 pm

Thses are added firectly in the template variable to make it simpler. It is done in gym_sitemaps/includes/gym_common.php :
Code: Select all
               if ($link) {
                  $template->_tpldata['forumrow'][$k]['FORUM_DESC'] .= "<br/>$link";
               }


What you can do is to set a new template variable on the fly, like this instead :
Code: Select all
               if ($link) {
                  $template->_tpldata['forumrow'][$k]['FORUM_RSS_LINK'] = "$link";
               }

And then use :
Code: Select all
{forumrow.FORUM_RSS_LINK}

in forumlist_body.html, where you want in the forumrow loop.

++
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: 21219
Joined: Fri Apr 28, 2006 9:03 pm

Re: Changing the position of icons

Postby maxwell » Wed Mar 17, 2010 3:40 pm

I did as you say, and it works but it is an error

Code: Select all
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php  on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_common.php on line 159: Undefined index: FORUM_RSS_LINK
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4385: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3544)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4387: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3544)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4388: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3544)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4389: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3544)
maxwell
PR0
PR0
 
Posts: 72
Joined: Sun Nov 15, 2009 3:13 pm
Location: NL

Re: Changing the position of icons

Postby dcz » Sat Mar 27, 2010 3:07 pm

Sorry, there was a mistake, I edited my post, should do it now ;)
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: 21219
Joined: Fri Apr 28, 2006 9:03 pm


Return to GYM Sitemaps & RSS

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 2 guests