I created the league championship with several teams and standings.
I would associate with the team name link on the official site.
how can I do?
thanks
Hi kerosky,
I don't think it's possible with this version of Bearleague ( 1.1.0). At this time the better way to do what you wan't is create an extra field to add url in each team page.
Regards
Eric
zebulon437
Posts: 156
Hero

Registered
Joined Board
07/07/2009 16:38
User is OfflineView all users posts
thanks.
Can i delete the link of the team??
thanks
kerosky
kerosky,
Do you want delete the link from Tournament table layout?
if so you need
1. Open \www\components\com_bearleague\views\ltable\tmpl\default.php for editing
2. Find near 144 line code:
Code:< a href="/lt?php echo JRoute::_('index.php?option=com_bearleague&task=team&tid='.$team['tid'].'&sid='.$this->sid.'&Itemid='.$Itemid)?>"><?php echo $team['name']?> < /a>
and replace with following:
Code:
<?php echo $team['name']?>
but you need keep in mind that you have no way to view the team page except separate menu item which will follow user to the Team page
regards,
john
BearDev - development company. Any complexity Web Sites. PHP/MySQL/Joomla! solutions.

