Design and Web Development
Home
BearDev
Forum is transfered to our new web site www.JoomSport.com
Removing Team Logos & Column Alignments
Post Removing Team Logos & Column Alignments
on 08/14/2010 12:21

I am currently testing this component.

Please can someone let me know how I can delete the team logos?

Also, I would like the points to be displayed in the centre of the words and not to the left.

How do I do this?


cymru78
Posts: 18

Naive
Naive
Registered

Joined Board
09/21/2009 14:29
Offline User is Offline

View all users posts

Post Re: Removing Team Logos & Column Alignments
on 08/14/2010 13:27

Hello Cymru78,

You use the version 1.1.0 ?

Because in my rankings, points are in the middle ...


patrik69
Posts: 17

Naive
Naive
Registered

Joined Board
11/15/2009 18:07
Offline User is Offline

View all users posts

Post Re: Removing Team Logos & Column Alignments
on 08/14/2010 16:09

I sure am.

See my test page at

http://rhylfc.co.uk/index.php?option=com_bearleague&view=ltable&sid=4&gr_id=0&Itemid=280


cymru78
Posts: 18

Naive
Naive
Registered

Joined Board
09/21/2009 14:29
Offline User is Offline

View all users posts

Post Re: Removing Team Logos & Column Alignments
on 08/15/2010 21:12

Just looked at your site and noticed you are using Joomleague to power your seasons... how is that working for you and is better supported?


whitey
Posts: 28

User
User
Registered

Joined Board
07/31/2010 09:16
Offline User is Offline

View all users posts

Post Re: Removing Team Logos & Column Alignments
on 08/15/2010 21:34

Ooops.
I forgot to keep the test page live

I've been using joomleague for a long time.
Beardev is easier to use, but joomleague does almost what I want.

I would prefer to use beardev


cymru78
Posts: 18

Naive
Naive
Registered

Joined Board
09/21/2009 14:29
Offline User is Offline

View all users posts

Post Re: Removing Team Logos & Column Alignments
on 08/16/2010 07:19

does anyone know what is the default logo size??


prka
Posts: 1

Naive
Naive
Registered

Joined Board
06/25/2010 08:34
Offline User is Offline

View all users posts

Post Re: Removing Team Logos & Column Alignments
on 08/17/2010 19:59

Quote:I am currently testing this component.

Please can someone let me know how I can delete the team logos?

Also, I would like the points to be displayed in the centre of the words and not to the left.

How do I do this?


Hi Prka,
To center the points in table you have to edit Root\components\com_bearleague\views\ltable\tmpl\default.php and search near line 175 :

* in the code below I replace ">" by ")" and the other side by "( " because it's impossible to write php on forum !!
Code:(td)(?php echo $team['points']?)(/td)

and replace it by :
Code:(td align="center")(?php echo $team['points']?)(/td)



and for delete emblems in the same file search near line 135
Code:(td)
(?php

if($team['t_emblem'] && is_file('media/bearleague/'.$team['t_emblem'])){
echo '(img src="'.JURI::base().'media/bearleague/'.$team['t_emblem'].'" class="embl_in_tbl")';
}
?)
(/td)


and delete all this lines ( 135 to 142)

Regards

Eric


zebulon437
zebulon437
Posts: 156

Hero
Hero
Registered

Joined Board
07/07/2009 16:38
Offline User is Offline

View all users posts