By Nuno Francisco on Friday, 22 August 2014
Posted in Technical Issues
Replies 8
Likes 0
Views 547
Votes 0
Hi,

The Module EasyDiscuss Notifications is redirecting to the EasySocial profile and not displaying the logged name user.

In EasyDiscuss, every profile links to the EasyDiscuss profile page. So, I don’t understand why the Module EasyDiscuss Notifications directs to EasySocial?
Also in Module EasyDiscuss Notifications the statement:

<span class="visible-phone"><?php echo $system->profile->getName();?></span><b class="caret"></b>

is not working.

Thanks for your support.
One more thing:

I found out 2 buttons near your reply in post.reply.form.php as you can see in the attach file.
They are not working.
Can you please inform me if there's some settings missing or if it belongs to another 3thd extension?
Thanks,
·
Friday, 22 August 2014 22:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Nuno,

Sorry for late reply to this,
I have noticed your Joomla default template CSS hide it for this class, check my explanation below :

// this class visible-phone already set to dislay:none
<span class="visible-phone"><?php echo $system->profile->getName();?></span><b class="caret"></b>

//you should change to another css class
<span class="test"><?php echo $system->profile->getName();?></span><b class="caret"></b>


Regarding with your second social button for reply :
>> I have checked in your code, it seems like that that code only display for Facebook and twitter button, no any code to trigger this.
>> What i suggestion is you should consult with this code provider and see how it goes.
·
Saturday, 23 August 2014 00:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex,
Thanks for your reply.

However I still have a question.
You say: "What i suggestion is you should consult with this code provider and see how it goes."

Can you please be more specific? This code is in a EasyDiscuss file. As far I know it doesn't came from another 3thd extension.
So where or witch whom should I see?

Regards,
·
Saturday, 23 August 2014 03:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Nuno Francisco,

I am really sorry for the delay of this reply as it is a weekend for us here.
Oh, I missed up this and I checked back again in my locally, it seems like this code we already comment out already, which means that this feature is not available now.
·
Saturday, 23 August 2014 13:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Nuno Francisco wrote:

Hi,

The Module EasyDiscuss Notifications is redirecting to the EasySocial profile and not displaying the logged name user.

In EasyDiscuss, every profile links to the EasyDiscuss profile page. So, I don’t understand why the Module EasyDiscuss Notifications directs to EasySocial?


Hi Arlex,
Thanks for your support.
I accepted you answers for display user name and buttons Facebook, Twitter.
But you still didn't answer me about why the Module EasyDiscuss Notifications is redirecting to the EasySocial instead of the EasyDiscuss profile ?
Please help me fixing that.
Regards,
·
Saturday, 23 August 2014 15:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Nuno Francisco,

I am really sorry for the delay of this reply as it is a weekend for us here and missed up your first question,
Check my video -> http://screencast.com/t/kLAduDBQu and see is it I missed up some of the step reproduce this?
Because when i tried to click the profile button from the module Easydiscuss notification, it redirect to me go to Easydiscuss profile page. Please advise.
·
Sunday, 24 August 2014 11:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex,
Please consider my video http://screencast.com/t/xoD3MYxhIZ to see how to reproduce the error.

In fact, with EasySocial Login Module I can say stay in the same page or redirect to the page that I want - witch is correct. That means, if I login with EasySocial Login Module it doesn't redirect to the EasySocial profile page. - OK

With EasyDiscuss Notifications Module, when I click login it display the Joomla native login http://screencast.com/t/QROBONDCT and when logged it redirect to the EasySocial profile page. My request is how to avoid this EasySocial profile page? I need to stay at the same page or redirect to EasyDiscuss profile page.

Thanks,
·
Sunday, 24 August 2014 16:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Nuno Francisco,

I'm really sorry that delayed of this reply,
Regarding with your first issues :
>> I noticed you configure the "Profile" menu item is link to Easydiscuss profile, check my screenshot : http://screencast.com/t/7DKDsrRPY
>> You would like to link to Easysocial profile, you should create a menu item for it.

Regarding with your second issues :
>> That was because by default the "System - EasySocial" plugin is enabled. Which means that all URL (com_users) will be redirect to Easysocial.
>> I have temporary disabled it, so it will not redirect to EasySocial profile page after you login from Joomla login.
>> But unfortunately we do not have the option to do the redirection after you click login link from Easydiscuss notification module in current system.
·
Monday, 25 August 2014 19:43
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post