By Imran Abdulhaq on Wednesday, 14 September 2016
Posted in General
Replies 16
Likes 0
Views 413
Votes 0
Dear Team,

Getting the below error. when clicking on user.(http://grandsalute.com/discussions/users)


Fatal error: Call to undefined method JPagination::getPageNumber() in /home4/imran/public_html/administrator/components/com_easydiscuss/includes/easydiscuss.php on line 3327.


And also what to know how to remove the number in the mail subject.

Thanks,
Imran
Try download my attached file and replace into this file location and see how it goes?

JoomlaFolder\administrator\components\com_easydiscuss\models\users.php

If the issue still persists, can you provide us with your user account secret key as well and FTP access so we can better have a check.

And also what to know how to remove the number in the mail subject.

May i know what mail subject you referring? Perhaps you can provide us with some screenshot so we can know which part you referring.
·
Wednesday, 14 September 2016 23:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Dear Arlex,

The users issue is resolved.

I want to know about the email subjects.
attached screenshot for reference

also I got only 2 Themes but the package says we will get 6 Professional Themes.

Thanks,
Imran
·
Thursday, 15 September 2016 00:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Also what to to know how to change the logo in the email template ?
and the size of the font attached the screen shot.
·
Thursday, 15 September 2016 00:35
·
0 Likes
·
0 Votes
·
0 Comments
·
These following language string is control that number from the mail.

To remove this, you have to override these following language string into Joomla backen, you can read the documentation here : http://stackideas.com/docs/easysocial/administrators/hows-to/how-to-create-language-string-override

// [#%1s]: <- this is show the number

COM_EASYDISCUSS_NEW_REPLY_ADDED="[#%1s]: New reply added - %2s"
COM_EASYDISCUSS_NEW_POST_ADDED="[#%1s]: New discussion added - %2s"
COM_EASYDISCUSS_NEW_QUESTION_MODERATE="[#%1s]: New question posted and is under moderation - %2s"


also I got only 2 Themes but the package says we will get 6 Professional Themes.

I've checked in your license, it seems like you purchased community license instead of PRO license, regarding the Community license it only have 2 themes.
·
Thursday, 15 September 2016 00:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Dear Arlex,

The given link : http://stackideas.com/docs/easysocial/administrators/hows-to/how-to-create-language-string-override

is not accessible please verify the attached screenshot.

Thanks,
Imran
·
Thursday, 15 September 2016 04:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

It seems like you do not have Easysocial license so you unable to access it.

But you can take a look this similar documentation how to override language constant in Joomla :

http://www.inmotionhosting.com/support/edu/joomla-3/languages/overrides

Hope this will help.

Updated : http://stackideas.com/docs/easydiscuss/administrators/configuration/creating-language-string-override
·
Thursday, 15 September 2016 10:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Dear Arlex,

What about logo in the mail ?
and mail font attached screenshot for reference.

Thanks,
Imran
·
Thursday, 15 September 2016 16:13
·
0 Likes
·
0 Votes
·
0 Comments
·
You can follow this documentation guideline

http://stackideas.com/docs/easydiscuss/administrators/templating/overrides-email-logo

Hope this help.
·
Thursday, 15 September 2016 16:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Dear Arlex,

Thanks

I want to know how to add social media login to the dicuss ?

thanks,
Imran
·
Thursday, 15 September 2016 17:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Currently we do not have this feature.

But you can try use Jfbconnect extension (https://www.sourcecoast.com/joomla-facebook/) to achieve this.

Hope this help.
·
Thursday, 15 September 2016 17:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Dear Arlex,

i have added CM Social Connect component.

I am able to see the social login if i add login form in a menu.

But in easy discuss its not appearing.

please find the screenshot.

thanks,
Imran
·
Friday, 16 September 2016 03:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Unfortunately we do not have this integration with this component.

By the way, I would suggest you this 2 method :

1. Use Jfbconnect extension

2. Disable Easydiscuss login icon from the toolbar, show the login module from the Easydiscuss page.
·
Friday, 16 September 2016 10:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Dear Arlex,

I have purchased jfbconnect.
How to configure EasyDiscuss With jfbconnect so that it will get social user login in EasyDiscuss ?

Thanks,
Imran
·
Thursday, 29 September 2016 19:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Imran,

Go to Settings > Integrations > Facebook and turn on the integrations It will then display JFBConnect's buttons on EasyDiscuss pages.
·
Thursday, 29 September 2016 21:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Dear Support,

what should br the value of below constant if i don't want to display #number.
in the mail subject.

COM_EASYDISCUSS_NEW_REPLY_ADDED="[#%1s]: New reply added - %2s"
COM_EASYDISCUSS_NEW_POST_ADDED="[#%1s]: New discussion added - %2s"
COM_EASYDISCUSS_NEW_QUESTION_MODERATE="[#%1s]: New question posted and is under moderation - %2s"

Thanks,
Imran
·
Sunday, 02 October 2016 20:43
·
0 Likes
·
0 Votes
·
0 Comments
·
You can use these following language, I already remove these # number from the mail title.
COM_EASYDISCUSS_NEW_QUESTION_ASKED="New question asked - %2s"
COM_EASYDISCUSS_NEW_REPLY_ADDED="New reply added - %2s"
COM_EASYDISCUSS_NEW_POST_ADDED="New discussion added - %2s"
COM_EASYDISCUSS_NEW_QUESTION_MODERATE="New question posted and is under moderation - %2s"
·
Monday, 03 October 2016 11:30
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post