shondalai.com Forum

Welcome, Guest
Recent activity
  • Ian Redsell replied to the topic User edit of a Survey (ACYMailing Invite).

    November 20 at 3:45 pm

    Its "Onymous"

    8 years ago

  • Maverick replied to the topic Conditionnal rules and sisplay a question.

    November 20 at 3:32 pm

    Can you send me a sample survey to check the issue?

    8 years ago

  • Maverick replied to the topic User edit of a Survey (ACYMailing Invite).

    November 20 at 3:31 pm

    Is your survey anonymous?

    8 years ago

  • Ian Redsell replied to the topic Response Report Sorting.

    November 20 at 11:27 am

    Maverick I note that the sort order has gone wrong again in 3.8.4 . Please amend the get_questions procedure which needs to be in page sort_order then question_sort_order and not page number as previously.   Amended code   // get questions in current page        $where = '';                if($page_id > 0){                        $where = ' and page_number = '.$page_id;        }                $query = '                select                    q.id, q.title, q.description, q.question_type, q.page_number, q.responses, q.sort_order, q.mandatory, q.created_by, q.custom_choice, q.orientation, q.min_selections, q.max_selections, q.params                from                    #__survey_questions q join #__survey_pages p on q.page_number=p.id                where                    q.survey_id='.$survey_id.$where.'                order by                    p.sort_order, q.sort_order asc';

    8 years ago

  • Fuchs Sylvain created new topic Conditionnal rules and sisplay a question.

    November 20 at 9:34 am

    Hello I can't understand how it works. I have 2 questions on my survey. The second one must be displayed only if the first question is answered. Both questions are on the same page. But when I am in the survey form : both question are already displayed. If I created a conditionnal rule to display a question only if I click a specifi answer, I thought the other question to be hidden. How can I hide a question and show it if an answer is selected in the first question ?   Thansk a lot !

    8 years ago

  • Ian Redsell created new topic User edit of a Survey (ACYMailing Invite).

    November 20 at 8:58 am

    HI Maverick   I am using ACYMailing to send out invites with Keys which works very nicely, some users are accidentally closing their survey and they then send me an email to ask if they can continue. I have been opening up the response by zeroing the completed date this means that the users can reuse the key , however their entered data does not appear and so they have to rekey it all. I have tried changing the status to zero but again I just get a blank survey.How can I best reopen a survey for a user to continue? Version 3.8.4   Thanks Ian  

    8 years ago

  • Joseph G. Lariosa replied to the topic Community Polls Update.

    November 19 at 9:44 pm

    11/19/2015 Ok, Maverick,   I will send you my backend website username and password to your contact form so you may upgrade the component and or install the CP/CjLib. Thank you.   0 0 1 26 149 Journal GlobaLinks 1 1 174 14.0 Normal 0 false false false EN-US JA X-NONE /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0in; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:Cambria; mso-ascii-font-family:Cambria; mso-ascii-theme-font:minor-latin; mso-hansi-font-family:Cambria; mso-hansi-theme-font:minor-latin;} Joseph

    8 years ago

  • David Janousek replied to the topic Removing several buttons from CjForum.

    November 19 at 5:57 pm

    Many thanks, Maverik. I will do recommended hacks. However if you could add options to disable them from admin backend in a future release of CjForum, that would be great. David

    8 years ago

  • Maverick replied to the topic GPS tools images.

    November 19 at 4:17 pm

    One way to show gallery on track page is in track description. Just enable process content plugins option in gpstools options and use any third party joomla gallery plugin which works with joomla articles.

    8 years ago

  • Maverick replied to the topic Removing several buttons from CjForum.

    November 19 at 4:15 pm

    The best way is I will add necessary options to disable them. However for quick fix follow below hacks if you need. Remove button "Quote" under each submission.Edit remove the hyperlink (search COM_CJFORUM_TOPIC_ACTION_QUOTE) in components/com_cjforum/views/topic/tmpl/default_reply.php Remove button "Reply" under each submission. I would like to use "Quick Reply" button only.Same as above but remove the hyperlink with text as COM_CJFORUM_TOPIC_ACTION_REPLY Remove check box "Subscribe" under the "Post your reply" form.Edit and remove below code in components/com_cjforum/views/topic/tmpl/default.php <input type="checkbox" name="subscribe" id="subscribe" value="1"> <?php echo JText::_('COM_CJFORUM_SUBSCRIBE');?> Remove button "Toggle editor" under the "Post your reply" form.This is your Joomla editor button. Check your editor configuration. Remove button "Permalink" under each submission.Edit and remove the hyperlink (with text COM_CJFORUM_TOPIC_ACTION_PERMALINK) in components/com_cjforum/views/topic/tmpl/default_reply.php Remove buttons "Like/Dislike" under each submission.Disallow rating permission in CjForum permission settings. Remove button "Thank you" under each submission.in same default_reply file check the block at the end (or search for text COM_CJFORUM_TOPIC_ACTION_THANKYOU). remove entire block there. Remove Topic, Replies and Points under each submission  In same file the html block at lines 89 till 101

    8 years ago

  • Gary created new topic GPS tools images.

    November 19 at 4:13 pm

    Hi Is there any way or extension that would allow a front end user to upload images to a gallery for a specific gps track page

    8 years ago

  • Maverick replied to the topic Community Polls Update.

    November 19 at 3:59 pm

    This is base package for the component to work. Upgrading it will not crash the site. This should always upto date. If you are not sure how to upgrade or install CP/CjLib, please send me your website details using contact form, I will do it for you.

    8 years ago

  • David Janousek created new topic Removing several buttons from CjForum.

    November 19 at 11:07 am

    Hello Maverick, I would like to make some modifications in CjForum which perhaps would not be difficult to make, however it is not possible to simply do it from the backend administration of Joomla. Could you please give me a hint how to:1.    Remove button "Quote" under each submission.2.    Remove button "Reply" under each submission. I would like to use "Quick Reply" button only.3.    Remove check box "Subscribe" under the "Post your reply" form.4.    Remove button "Toggle editor" under the "Post your reply" form.5.    Remove button "Permalink" under each submission.6.    Remove buttons "Like/Dislike" under each submission.7.    Remove button "Thank you" under each submission.8.    Remove Topic, Replies and Points under each submission   Thank you in advance for your help. David Normal 0 21 false false false CS X-NONE X-NONE MicrosoftInternetExplorer4

    8 years ago

  • Joseph G. Lariosa replied to the topic Community Polls Update.

    November 19 at 8:14 am

    Nov. 19, 2015       Hi, Maverick,       I was just able to restore my website after it crashed two weeks ago.   Now, some of those who helped me restore my website said the “Poll plugin” was the one that “delivered the fatal error” to my website. Did you get the same feedback from others? If so, were you able to fix the problem?   Right now, I am getting this error, saying I should update this below:   CjLib Package Update Package 2.3.4 N/A Site https://www.corejoomla.com/media/autoupdates/cjlib/details.xml   I am scared to update this Package since it might led my website to crash again. Also, I am scared to re-install the whole package as I don’t want to suffer the same problem. What do you think?   By the way, I am running Joomla! 3.4.5.   This is for your info.   Thanks.       Joseph  

    8 years ago

  • Andrew Ooi replied to the topic "registered" group only invited 3 user.

    November 18 at 8:27 am

    Will set it to 0 then.    Thank you Maverik for fast respond.   Good day.

    8 years ago

  • Bryon replied to the topic Display Avatar of users who took the quiz.

    November 18 at 4:31 am

    Thank you.

    8 years ago

  • Maverick replied to the topic "registered" group only invited 3 user.

    November 18 at 4:10 am

    So this is expected behavior. The number of invites the survey creator can have is depend on the number of points he has in his account. This feature is meant to monetize your surveys. If you do not need this, just set that to 0.

    8 years ago

  • Maverick replied to the topic Import Easyblog articles?.

    November 18 at 3:59 am

    Its possible. However many features are not possible to upgrade. Everything is customized in this extension. The following can be possible.   1. Articles moved to Joomla articles without any ACL and comments, need to configure ACL later if needed 2. Categories moved to Joomla categories without any ACL, need to configure later 3. Ratings can be moved to CjBlog 4. Tags can be moved to Joomla tagging system   It would be more feasible for them in CjBlog v2 as it is being build fully on Joomla v3 APIs.

    8 years ago

  • Andrew Ooi replied to the topic "registered" group only invited 3 user.

    November 18 at 3:35 am

    Hi.  I think I  figured it out why I cant send to more than 3-5 user. In 3rd party setting, points per credit. By default it selected Joomla points. Currently Ihave 5 pts, so I can only send 5 survey maxed. If this the case, can i select 3rd party option to none to allow me to send to all registered user ?   see attachment for screenshot.   Thanks   

    8 years ago

  • Ruud van Lent replied to the topic Import Easyblog articles?.

    November 17 at 4:59 pm

    Hi, the basics should be migrated (tekst, format, image, category, title, etc.) Whats not in Joomla (functional) cannot be migrated :)   I sent you the DB structure per mail. I think that if we could 'automate' this it will be usefull for more people :)

    8 years ago

Powered by CjForum