shondalai.com Forum
-
-
Maverick replied to the topic Guest submit and publish answers.
October 25 at 4:55 am
1. To moderate posts, allow "Moderate Questions" and "Moderate Answers" permissions. 2. Try this: Go to administrator questions listing page and click on refresh button. do same on categories page. -
Mr Dung created new topic Guest submit and publish answers.
October 25 at 1:26 am
- Permissions.png an database above 1. I want to guest can question or answers.. After Administrator read it and publish or delete.. But when user answer or question.. It show immediately .. How to moderation question or answers 2. When Admin delete a answers-> Number of answers not change.. -
yorai ronen replied to the topic can't save new poll.
October 24 at 6:33 pm
Thank you. iv'e send the details. yorai -
Bignon replied to the topic EasySocial integration with community poll.
October 24 at 5:05 pm
I am glad to hear this. When Can we expect the new plugin? I cannot develop one on my own. So I will wait for yours to complete my project. Can I expect that in the next few days? Thanks a lot for your assistance on this. Bignon -
Bignon said thank you to Maverick for his/her reply to the topic EasySocial integration with community poll.
October 24 at 4:57 pm
That's cool. You can use anywhere code to achieve this. 1. In your stream, insert anywhere code for example {CONTENTPOLL ["id": POLLID]}2. Now develop a plugin with the onPrepareStream event and parse this code Anyway, I will develop a new plugin to handle this. -
Maverick replied to the topic Always redirect to url set when finished or canceled a survey.
October 24 at 1:40 pm
Can you explain little more detail? What sort of formatting lost? -
Alessandro Micheletti replied to the topic Always redirect to url set when finished or canceled a survey.
October 24 at 12:22 pm
Yes, I'm sorry my mistake, is surveys. Thank you very much for your solution, but there is some detail because when I have defined the redirect_url when continue after introduction of the survey, the survey format is lost, this does not happen when the redirect url is blank. Thanks in advance. -
Maverick replied to the topic New version of CJBLOG .
October 24 at 10:12 am
https://www.corejoomla.com/downloads/cjblog.html -
ALAMU IDOWU replied to the topic New version of CJBLOG .
October 24 at 10:11 am
I see only CjLib there -
Maverick replied to the topic New version of CJBLOG .
October 24 at 9:34 am
Please check CjBlog category in downloads section. -
Maverick replied to the topic How to Add more than one Column Function.
October 24 at 9:34 am
Please check in the CjBlog category in downloads section. -
ALAMU IDOWU created new topic New version of CJBLOG .
October 24 at 8:19 am
I cant find the pkg new version of cjblog i could nt find it all i see is the Lib -
ALAMU IDOWU replied to the topic How to Add more than one Column Function.
October 24 at 8:17 am
I cant find the pkg new version of cjblog i could nt find it all i see is the Lib -
Maverick replied to the topic can't save new poll.
October 24 at 5:15 am
Can you please send me your website details using contact us form to check it? -
yorai ronen created new topic can't save new poll.
October 24 at 5:06 am
hello Maverick, i've just installed the latest version of community polls (afcourse with the CJiLIB Component). everything is OK except i can't create new polls. the problem is that the "save" button doesn't work. both on front-end and on back-end. the "cancel" button IS working. from reading related threads on the forum, i'm guessing it's a problem related to JS (i'm not a proggramer so i can't find this one out on my own). i'm using both the latest versions of CP and Joomla, cloudbase3 template. can you pleas advise? for now i can't create any new polls on the site, meaning i can't use CP. thanks a lot in advance yorai -
Maverick replied to the topic Always redirect to url set when finished or canceled a survey.
October 24 at 4:36 am
I believe you are talking about surveys not polls. If yes, follow below procedure. Edit components/com_communitysurveys/views/response/tmpl/default_form.php and find <a class="btn" href="/<?php echo JRoute::_('index.php?option='.S_APP_NAME.'&view=survey'.$itemid)?>"><?php echo JText::_('LBL_CANCEL');?></a> change it to <?php if(!empty($this->item->redirect_url)):?> <a class="btn" href="/<?php echo UriHelper::parse_url($this->item->redirect_url);?>"><?php echo JText::_('LBL_CANCEL');?></a><?php else:?> <a class="btn" href="/<?php echo JRoute::_('index.php?option='.S_APP_NAME.'&view=survey'.$itemid)?>"><?php echo JText::_('LBL_CANCEL');?></a><?php endif;?> -
yorai ronen added the topic to his favorites: No buttons work on "Create A Poll".
October 24 at 4:27 am
I'm not sure what's happened, but I cannot create a new poll. I've tried with all of my browsers, but when I get on the new poll page, although I can enter text into the fields, no button works. I click away and the page doesn't move. The browser recognizes that they are links, but that's about it. Any thoughts on what could be happening? Cheers, Ian -
Maverick replied to the topic No buttons work on "Create A Poll".
October 24 at 4:10 am
Looks to be javascript issues. where can I see this? can you send me your website details using contact us form? -
Maverick replied to the topic EasySocial integration with community poll.
October 24 at 3:20 am
That's cool. You can use anywhere code to achieve this. 1. In your stream, insert anywhere code for example {CONTENTPOLL ["id": POLLID]}2. Now develop a plugin with the onPrepareStream event and parse this code Anyway, I will develop a new plugin to handle this.