shondalai.com Forum
-
abdulhalim created new topic Simple Poll for cjForum.
December 2 at 9:22 pm
Hello , A simple poll is realy useful for forum . Regards, -
Sebastian Schilling replied to the topic You are not authorised to respond to this survey.| RC=101.
December 2 at 9:19 pm
Top!! Thanks :) -
abdulhalim replied to the topic Remove plugins buttons from editor.
December 2 at 8:06 pm
OK now, i changed the ACL to Administrator group -
abdulhalim replied to the topic Remove plugins buttons from editor.
December 2 at 8:01 pm
By this way they disable in both front-end and back-end ! I want just disable from forum in front-end , or at least disable for users -
Maverick replied to the topic You are not authorised to respond to this survey.| RC=101.
December 2 at 7:57 pm
In language file: language/en-GB/en-GB.com_communitysurvey.ini -
Sebastian Schilling replied to the topic You are not authorised to respond to this survey.| RC=101.
December 2 at 7:05 pm
Perfect, works for me :) thanks! One more question: Where can i change the text in the Buttons and text areas, and stars [Start Survey] [Finish] [Enter your answer...] [Poor], [Average] ...Kind regards, Jack -
Maverick replied to the topic You are not authorised to respond to this survey.| RC=101.
December 2 at 4:56 pm
Go to Components->Community Surveys->Click on Options button on toolbar->Click on Permission settings tab->Give Respond permission to appropriate user groups. -
Maverick replied to the topic Remove plugins buttons from editor.
December 2 at 4:54 pm
Go to Extensions -> Plugins -> Click on Search tools button and filter by editors-xtd type->Disable the plugins here -
Maverick replied to the topic How to add module in center of question list.
December 2 at 4:53 pm
Follow this procedure. 1. edit components/com_communityanswers/layouts/default/question_list.php and find below code at line 254 </li><?php 2. Add below code after that if(count(JModuleHelper::getModules('questions-view-after-question-'.($i+1)))){ ?> <li class="list-group-item pad-bottom-5"> <?php echo CJFunctions::load_module_position('questions-view-after-question-'.($i+1));?> </li> <?php} Now publish your module at module position questions-view-after-question-10 to display after 10th question. -
Maverick replied to the topic About Answer Discover Bar display.
December 2 at 4:46 pm
It looks like you are using Bootstrap 3 template. Change your default layout to bootstrap3 one from component options. -
Maverick replied to the topic Permission Settings and Archived Surveys.
December 2 at 4:44 pm
2a) I do not have exact date but it will not be too long. 2b) I am working on it -
Sebastian Schilling created new topic You are not authorised to respond to this survey.| RC=101.
December 2 at 2:45 pm
Hej Support, i realy don`t know what to do with this error: You are not authorised to respond to this survey.| RC=101 Kind regards, Jack -
Graziano replied to the topic CJLib (CoreJoomla API Library) component not found. Please download and install it to continue..
December 2 at 2:19 pm
Done -
Frank Uhlig replied to the topic Several problems with Surveys.
December 2 at 9:50 am
...and now older problems are even back again. I just wrote a technical support email with ftp- and login-data to you. I hope everything will work soon, cause I really need it. Otherwise we need to do money-back. -
abdulhalim created new topic Remove plugins buttons from editor.
December 2 at 9:04 am
Hello , I wonder how to remove plugins button from below the editor ? plugins such as read more , articles , etc ... -
Unal replied to the topic Error with "discover" menu options.
December 2 at 8:44 am
it seems ok now. thank you. -
Murad Gulaliyev created new topic How to add module in center of question list.
December 2 at 8:40 am
Hello How can i add module in list of questions? In which file i need to do changes and how http://prntscr.com/99e1a4 -
eudora yang created new topic About Answer Discover Bar display.
December 2 at 8:11 am
Hello , Excuse me Sometimes I change other template. Answer Discover Bar the display is not normal!How can I do make Answer DISCOVER Bar when I change template? Attach two pictures Q-P1.jpg use T3_blank (T3 Joomla template)Q-P2.jpg use purity_iii (T3 Joomla template) thank you very much I use Joomla! 3.4.5 -
jcnewbie01 replied to the topic Permission Settings and Archived Surveys.
December 2 at 4:28 am
jcnewbie wrote:(b) Survey Counts: As it stands now, surveys that are past the Finish Dates are still being counted as shown below even though they are no longer accessible. This could potential cause a lot of confusion to end users. Could you kindly take a second look? Maverick wrote: 2b. I will check and fix this issue. Thanks, Maverick! This is a lot clearer now.1b) Could you confirm when you expect the next release will be available?2b) Understand you were looking into the issue. Could you give me an update? -
Maverick replied to the topic Permission Settings and Archived Surveys.
December 2 at 3:51 am
Apologies for overlooking your post. 1a. Sorry, I was confused. "Access component" is little confusing translation but it is what present in Joomla core language file for "JACTION_MANAGE". So basically this permission allows users to manage surveys i.e. give them access to edit or publish or delete surveys. 1b. Not possible unless you do some code hacks. Survey owner will always have edit survey permissions or never have. You need to add further checks to disallow by checking closed date. 2a. It is expected. Reports will be accessible to survey owners and the menu items are also accessible to them. I don't see any other user group who have access to the reports in this case. If you are talking about admins/managers, they can access everything from backend. There are other options available to display consolidated report - using consolidated report module, linking the url of the consolidated report with external url menu item or publish the result in an article using CS content plugin. This is something debatable topic but most users prefer not showing closed surveys. I will add an option to override this in next revision.