Hi again
I am testing community builder and i could do all changes but one.
How can i edit the link to the user profile??
option=com_joocm&view=profile&id=XX&Itemid=XX
I know witch link i must use but i don't know where to change it, i can't found it in the links editor of joocm (where i edited all other links)
I tried do it manually but i don't found the declaration of function ( $this->forum->authorLink ) witch must be the one
Hope you can help me
thanks, i love that component...
As Robbie is the programming genius, I will leave this for him.
Welcome,
Jeff
Hi Yranac,
it is my fault, because just forgot to change all links in version 0.9.2, so some of them are fix coded in the template.
If you like, you can change them in the template. Just replace the static link to:
Code
<?php echo JoocmHelper::getLink('profile'); ?>
Anyway, thx!
thanks so much, i will wait for the new release.
Anyway i tried your fix but it redirects to my profile not to the author profile.
You are welcome.
BTW: The development team decided to bring out release 1.0.0 Phobos RC1 on Sunday 5th, Sep 2010.
I solved it in the hard way, i updated the links of:
view.html.php
at
com_joobb/views/forum
com_joobb/views/board
and joobbpost.php
Hope this changes not give me problems next update
Thanks
There shouldn't be any problem with this, because I fixed all the (buggy)
static links.