I hope you do not think I am degrading in the way that i post?No any suggestion is appreciated, but when a user searches for a solution, I want him to find full reply in each topic.
I noticed that if the topic title and the post title (hope I am getting that right) are usually the same and it was redundant in most cases to display themYes but this is not issue, this is normal like Kunena profile page, kunena allow you to add a title for reply, if title is not specified then the reply inherit topic title. In screenshot you will see that also kunena seems to repeat a title, but it is not.
I noticed that if the topic title and the post title (hope I am getting that right) are usually the same and it was redundant in most cases to display themYes but this is not issue, this is normal like Kunena profile page, kunena allow you to add a title for reply, if title is not specified then the reply inherit topic title. In screenshot you will see that also kunena seems to repeat a title, but it is not.
public function getUserListURL($action = '', $xhtml = true)
{
if ($config->userlist_allowed == 1 && $my->id == 0)
{
return false;
}
elseif ($this->params->get('userlist', 0) == 0)
{
$config = KunenaFactory::getConfig();
$my = JFactory::getUser();
return KunenaRoute::_('index.php?option=com_kunena&view=user&layout=list' . $action, $xhtml);
}
else
{
return JRoute::_('index.php?option=com_jsn&view=list&Itemid='.$this->params->get('menuitem',''),false);
}
}
public function getUserListURL($action = '', $xhtml = true)
{
$config = KunenaFactory::getConfig();
$my = JFactory::getUser();
if ($config->userlist_allowed == 1 && $my->id == 0)
{
return false;
}
elseif ($this->params->get('userlist', 0) == 0)
{
return KunenaRoute::_('index.php?option=com_kunena&view=user&layout=list' . $action, $xhtml);
}
else
{
return JRoute::_('index.php?option=com_jsn&view=list&Itemid='.$this->params->get('menuitem',''),false);
}
}
$tabs[]=array('tab title','tab content');
Dave FALL wrote:
OK
thank you for your help
my idea it's add simple external url linkin this tabs<li><a href="#">new tab link</a></li>
<li><a href="#">new tab link</a></li>
in this tabs i have have other question it's possible to change order of tabs ? or move tab with SocialNetwork tabs/menu ?Yes, this depends by orders of our plugins:
moving tabs on topNo sorry , this is not possible with a simple way, you need to change Social Network theme and Easy Profile layout (not small changes,it is very very complex)
Doing it this way is (I think) also the way to display users articles, etc.this plugin is already ready, we will release next week (in screenshot there is a "Articles" tab )
What I noticed is that there is no way to disable the intro text. Setting the 'Intro Post Text Limit' to 0 doesn't work (default back to 300 I think), setting it to 1 works but displays to much information. Would be nice to disable the intro text.We will add
the two topic titles do not look like a links (links are green on my site, and when klikking on them they give a 404.Thanks, we will fix these issue.
What would be great to also have as functionality...We will try to add all these features, does not seem complicated
$avatar=JURI::base( true ).'/'.$user->getValue('avatar');
Working days: Monday to Friday. The support staff is not available on weekends; in the most of cases tickets will not be answered during that time.
Reply time: Depending on the complexity of your support issue it's usually between a few minutes and 24 hours for paid members and about one week for free members. When we expect longer delays we will notify you.
Before you post: read the documentation and search the forums for an answer to your question.
When you post: include Site Details if you request a support (you can use the form below the reply in Site Details tab).
Auto Solved Question: If after a week the author of the post does not reply to a request by moderator, the question will be marked as resolved.
Language: only English
Easy Profile® is not affiliated with or endorsed by Open Source Matters or the Joomla Project. Joomla is Free Software released under the GNU/GPL License.
Our site uses non fat, delicious cookies which help us improve your user experience. You can read more about it in our Legal page.