shondalai.com Forum

Welcome, Guest
Recent activity
  • Maverick replied to the topic Constant Flashing of "Please Wait" During Survey Start.

    February 24 at 8:37 am

    Looks like some of your plugins sending ajax form requests every few seconds. You can see this on your browser console network tab. Can you let me know your website details? 

    8 years ago

  • Maverick replied to the topic Copy Survey from Front-End.

    February 24 at 8:34 am

    Yes. As discussed with you over email

    8 years ago

  • Frank Uhlig replied to the topic Survey - additional programming.

    February 24 at 7:52 am

    Done. Thanks! Is the new package a bugfix which will be available in next release?   Thanks

    8 years ago

  • A. Nelson created new topic Constant Flashing of "Please Wait" During Survey Start.

    February 24 at 2:51 am

    I have a test survey set up but a "Please Wait" message flashes every few seconds so the survey cannot be readily started. It constantly flashes while trying to answer the questions. I uninstalled everything and reinstalled both latest survey module and the lastest cjlib version but I still have the same issue.

    8 years ago

  • Defence in Business replied to the topic Copy Survey from Front-End.

    February 23 at 6:14 pm

    Many thanks for the quick reply. Is that feature planned anytime soon?

    8 years ago

  • Maverick replied to the topic Survey - additional programming.

    February 23 at 6:00 pm

    Looks like there is more work needed not just that code. Can you please send me an email through contact us form so that I can provide the package?

    8 years ago

  • Maverick replied to the topic CJblog waate.

    February 23 at 5:55 pm

    1. Install the package, make sure cjblog content plugin is enabled and its options are configured. 2. Configure compoennt options (Components->CjBlog->Options) 3. Create CjBlog - Blog menu item and CjBlog Form menu item in some menus, need not show on front-end. You can create other menu items as per requirement. You are good to go. Please note that CjBlog uses Joomla article system. So if you are able to create an article, you can post with CjBlog form.

    8 years ago

  • Frank Uhlig replied to the topic Survey - additional programming.

    February 23 at 10:41 am

    Thanks for answers!   3) But when I insert the new line (bugfix) and try to do the survey, I will get error-message like this: It´s not allowed to look into this ressource!| RC=10

    8 years ago

  • Madhuri Pydimukkala replied to the topic CJblog waate.

    February 23 at 3:29 am

    Sorry Mavarick, The documentation, does not specifiy what I have to do after Installing CjBlog plugin in Joomla. I have not seen any steps which specify admin configurations  and How I can view those on client side. Specifically I am looking for blogging. Please let me know in 5 steps what I have to do to accomplish which include  only blog action in my joomla site. If you have those steps and website documentaion links, I can go through those. otherwise, really wasting time on researching and reading documentation. Thanks buddy,          

    8 years ago

  • Maverick replied to the topic CJblog waate.

    February 23 at 2:49 am

    Documentation is here: http://wiki.corejoomla.com/CjBlog All configuration options are documented on their labels.

    8 years ago

  • Maverick replied to the topic Start Survey Button Does Not Work.

    February 23 at 2:48 am

    The option need not set. This looks like your geoip database is corrupt. Please follow below instructions. http://wiki.corejoomla.com/Frequently_Asked_Questions#My_extension_could_not_record_country_and_city_information.2C_how_do_I_fix_the_GeoIP_database.3F  

    8 years ago

  • Madhuri Pydimukkala created new topic CJblog waate.

    February 23 at 2:21 am

    One of the useless plugin I have encountered , no proper documentation, for installation, immplementation, Admin or client configurations in joomla

    8 years ago

  • A. Nelson replied to the topic Start Survey Button Does Not Work.

    February 22 at 8:26 pm

    I figured out that the "Start Survey" button wouldn't work unless I set  "Anonymous" on.  But, I still have the other issue regarding the menu option "Responses".  This feature does not work at all for me.  I can't delete the responses or make them unpublished. Any option I choose results in an "http 500" error.

    8 years ago

  • A. Nelson created new topic Start Survey Button Does Not Work.

    February 22 at 6:39 pm

    I have created test surveys. When the "Start Survey" button is pressed, either from the site or from an invitation, the survey form does not appear. It seems nothing happens but each time the "Start Survey" button is pressed it lists an empty "response" in the Response Menu.  When I try to delete these responses I get an Http500 error. Any ideas?

    8 years ago

  • Maverick replied to the topic Survey - additional programming.

    February 22 at 4:40 pm

    1. administrator/models/reports.php (function getCsvData) 2. Please check this: https://docs.joomla.org/Creating_a_profile_plugin 3. When you invite registered users from invite page, the component will automatically capture user id which will be automatically populated when user uses same url. However there is a small bug in the component which results in not capturing user id when the user actually takes the survey. Below code will fix this issue, Edit components/com_communitysurveys/models/response.php find below code at line 368 $newRec->created_by = $user->id; change it to $newRec->created_by = $userId;

    8 years ago

  • Maverick replied to the topic Copy Survey from Front-End.

    February 22 at 4:29 pm

    No, copy survey feature available only from backend.

    8 years ago

  • Maverick replied to the topic CJ Forum Search.

    February 22 at 4:28 pm

    Yes, a plugin is already developed but not in current version. If you already have purchased the extension and installed it, I can provide the plugin.

    8 years ago

  • Frank Uhlig created new topic Survey - additional programming.

    February 22 at 12:26 pm

    1) CSV-ExportCSV-Export gives me some joomla-user-data (user-id, user-name, loginin-name). If I need more user-data (e.g. email-address and last visit-data), which file do I need to manipulate?Is itadministrator/components/com_communitysurveys/models/users.phpANDadministrator/components/com_communitysurveys/models/report.phpor different/others ones??? 2) Additional profile-fieldsAs said in 1), I´d like to have even more additional user-profile-fields. Do you have any suggestions for joomla-extension that would work easily with it?3) Unique Survey URLs without user-loginI gonna use "Unique Survey URLs"  - with one unique URL for a certain user. But I´d like to give the user the possibility to do the survey without the need to login with username and password. But I want to allocate the URL to the user myself. So first of all I would give user-profile a new field with unique-URL per user...Then when starting the survey I need to check the unique URL and fetch the associated user-ID. In the end I need to save the user-id to database (like user would have been logged in).My question: Which/where are the files I need to manipulate?>>file which says the name "of unique survey url">>file writing data (user-id) into databaseThanks alot for help!Carsten

    8 years ago

  • Defence in Business created new topic Copy Survey from Front-End.

    February 22 at 10:31 am

    Hi there, Is there a feature to copy a survey from the front-end. I've used the category layout and my surveys list layout to see all surveys I've created (front-end view). However, when I hit 'edit', I only get the Cancel' or 'Save & Exit' options, no 'Save as Copy' option which is available in the backend. Is there a possibility to do the same in the front-end? If not, is it planned for the future?Many thanks, Thomas

    8 years ago

  • Amish created new topic CJ Forum Search.

    February 22 at 6:03 am

    I want to use cj forum topic to be searchable in default joomla search how is this possbile? I am using cjforum version 1.2.0 in joomla 3.4.6 pls answer asap.

    8 years ago

Powered by CjForum