shondalai.com Forum
-
maverick replied to the topic Some minor Bugs.
January 31 at 2:45 am
Thanks for reporting the bugs, will fix them in the next release. Appreciate your feedback about the extension. if you like the product, please give a review and... -
Vin created new topic Can an editor be used when posting a question?.
January 30 at 11:29 pm
Good evening, I'd like to know whether the form by which the user asks a question can have an editor like this one I am using posting this topic (JCE?)... -
Vin created new topic path shown instead of img deafault avatar.
January 30 at 11:21 pm
When a registered user with no picture in the avatar posts a question, the avatar doesn't show the default image (the one for user with no picture) but it shows a path... -
Vin replied to the topic Link to profile when avatar not present .
January 30 at 11:13 pm
I think I have a clue now. First: the problem happens when the question is posted by a registered user with no picture in the avatar. Second: on a local site I... -
Vin created new topic Email notifications.
January 30 at 8:07 pm
Good evening. I'd like to have the users to get notified by email whenever a new question is posted. So, I set the "Community Answers - Questions" plugin like you can... -
TomReige created new topic Some minor Bugs.
January 30 at 7:20 pm
Hi, I would like to begin by thanking you for this component that I have long expected. However, there are, of course, small bugs in such a... -
maverick replied to the topic Use of undefined constant SOC_MAJOR_VERSION .
January 30 at 5:10 pm
Thanks for reporting the bug. That constant should be changed to CF_MAJOR_VERSION in the file plugins/content/cjforum.php at line 23. -
dieformelek created new topic Use of undefined constant SOC_MAJOR_VERSION .
January 30 at 12:44 pm
Warning: Use of undefined... -
maverick replied to the topic How to reduce number of questions in question list?.
January 29 at 5:46 pm
Sure, will add it as my to-do item. -
antar replied to the topic How to reduce number of questions in question list?.
January 29 at 5:15 pm
Well, OK, could it be an CA-option in future? -
maverick replied to the topic How to reduce number of questions in question list?.
January 29 at 4:54 pm
The list limit can be configured in your global configuration. btw.. there will be only one query fired to get all the 100 questions and not 100 queries. -
antar created new topic How to reduce number of questions in question list?.
January 29 at 2:10 pm
How to reduce number of questions in question list: option=com_communityanswers&view=questions? Just because 100 questions means hundreds of calls to the MySQL database,... -
NosyWeb replied to the topic Answers modified by super user.
January 29 at 8:21 am
Ok thanks for your reply. -
NosyWeb said thank you to Maverick for his/her reply to the topic Answers modified by super user.
January 29 at 8:21 am
That's not possible due to regulatory reasons. You are not supposed to alter user responses in any way. If you want to do your own analysis, download the csv and make... -
NosyWeb said thank you to Maverick for his/her reply to the topic Fields Uppercase and Capitalize.
January 29 at 8:21 am
Add below css to do it #cj-wrapper .qtype-name input[type="text"]:last-child {text-transform: uppercase}#cj-wrapper .qtype-name input[type="text"]:nth-child(2)... -
NosyWeb liked a reply to the topic Fields Uppercase and Capitalize.
January 29 at 8:21 am
-
NosyWeb replied to the topic Fields Uppercase and Capitalize.
January 29 at 8:20 am
Brilliant, many thanks -
maverick replied to the topic Fields Uppercase and Capitalize.
January 29 at 3:01 am
Add below css to do it #cj-wrapper .qtype-name input[type="text"]:last-child {text-transform: uppercase}#cj-wrapper .qtype-name input[type="text"]:nth-child(2)... -
maverick replied to the topic Answers modified by super user.
January 29 at 2:50 am
That's not possible due to regulatory reasons. You are not supposed to alter user responses in any way. If you want to do your own analysis, download the csv and make... -
NosyWeb created new topic Fields Uppercase and Capitalize.
January 28 at 4:39 pm
Hi, For Spécial field "NAME", is it possible to oblige in answers : <> "name" field to be UPPERCASE<> "first name" field to be...