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?
Hello Cymru78,
You use the version 1.1.0 ?
Because in my rankings, points are in the middle ...
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
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?
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
does anyone know what is the default logo size??
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
Posts: 156
Hero

Registered
Joined Board
07/07/2009 16:38
User is OfflineView all users posts

