Maverick
Location | Hyderabad, India |
---|---|
Gender | Male |
Age | 42 years |
Member since | October 28th, 2009 |
Last seen | 2 years ago |
Topics | 32 |
Replies | 15.4k |
Points | 6.66k |
A computer geek, who always love coding, now fell in love with beautiful Bootstrap framework :).
Loves coding as much as watching Sci-Fi movies. Designed and developed some of the popular Joomla! components and corejoomla.com with all passion and love towards programming. Strong believer in smart work and "Anything is possible".
I welcome your feedback and suggestions, reach me out through contact us form.
-
Maverick replied to the topic Additional/Custom Field for CjForum.
July 6 at 4:55 pm
The shortest way without modifying too many core files. 1. Add new column in xxx_cjforum_topics to save your field value 2. Create a custom field type for your country list and place it in components/com_cjforum/model/fields folder. see already developed fields for reference. 3. Add your field in form xml file in components/com_cjforum/models/forms/topic.xml 4. Override form template file components/com_cjforum/views/form/tmpl/edit.php to add your new field 5. Override components/com_cjforum/views/topic/tmpl/default.php template file to display your new field -
Maverick replied to the topic Allowing auto publish for community answers.
July 6 at 3:25 am
Go to Components->Community Answers->Options->Permission Settings -> Disallow or inherit permission for Moderate Questions-> Disallow or inherit permission for Moderate Answers -
Maverick replied to the topic Community Builder Activity Streaming for CjForum.
July 6 at 2:41 am
Unfortunately that is not for CjForum. CjForum released 4 months before. 2 years ago, there was no API in CB for activity streams, so the feature never went into development. Its the same case now also: https://www.joomlapolis.com/support/tutorials/120-api-usage I can't find a proper way to do such development yet. -
Maverick replied to the topic Community Surveys Conditionals.
July 6 at 2:37 am
You cannot enable/disable questions on other pages, only pages can be skipped. Create seperate pages for which you need to skip. Can you let me know your website details using contact us form so that I can check the issue? -
Maverick replied to the topic Quiz Builder Password Protected Problem.
July 5 at 1:26 pm
You don't need that menu item. All user menus are available on toolbar by default. All you need is create quizzes layout menu item to show quizzes on front-end. Or you can create quiz category menu items to customize the urls of your categories. -
Maverick replied to the topic Community Surveys Conditionals.
July 5 at 4:22 am
Sure. There are two ways you can enable questions based on answers. 1. Enable questions on same page (you need to edit questions from front-end. A bug in backend do not show this option) 2. Enable a page based on answer to a question on current page In both the cases, you need to create a conditional rule on the source question and show or hide the target question/page. -
Maverick replied to the topic Fatal Error Encountered When Posting New Article in Joomla.
July 4 at 3:38 am
Please disable Content - CjForum plugin, I am fixing this issue. Once this is fixed in v1.0.8, you can enable it. -
Maverick replied to the topic Community Surveys Conditionals.
July 4 at 3:36 am
Yes, you can show hide based on other questions answers on same page. -
Maverick replied to the topic Remove "Powered by CjForum".
July 3 at 3:05 am
Edit and remove HTML content from components/com_cjforum/layouts/default/credits.php -
Maverick replied to the topic Remove Publishing, Language, Metadata tabs.
July 3 at 3:03 am
I will fix this with next release. For now you can replace the attached file in components/com_cjforum/views/replyform/tmpl folder. -
Maverick replied to the topic limit title characters.
July 2 at 4:32 pm
You can override it by editing components/com_communityanswers/models/forms/question.xml <field name="title" type="text" label="JGLOBAL_TITLE" description="JFIELD_TITLE_DESC" class="form-control input-block-level input-large-text" size="40" required="true" /> to <field name="title" type="text" label="JGLOBAL_TITLE" description="JFIELD_TITLE_DESC" class="form-control input-block-level input-large-text" size="40" required="true" maxlength="128"/> -
Maverick replied to the topic Subscribe to a Topic, working version.
July 2 at 3:26 am
Regarding emails not being sent: 1. Make sure the CjForum Topics plugin is enabled 2. Emails are sent through queue, you can check the queue in CjLib component page. -
Maverick replied to the topic Load Question Thumbnail on Question Listing Page.
July 2 at 3:09 am
That can't be done with simple code hack. I will add this as a new feature in next release. -
Maverick replied to the topic Point System: Integration with AUP.
July 2 at 3:08 am
Go to Components->CjForum->Options->Integration and select AlphaUser Points as Points... -
Maverick replied to the topic Subscribe to a Topic, working version.
July 2 at 3:06 am
Will add a new subscriptions page and required functionality. -
Maverick liked the topic Subscribe to a Topic, working version.
July 2 at 3:06 am
Currently there is a "subscribe" button when you post a reply to a topic. I tested this logged... -
Maverick replied to the topic Various Configuration questions.
July 2 at 3:04 am
Latest version is v1.0.7. Forum members are created when they are created in Joomla.... -
Maverick replied to the topic Edit State, Edit Own State Permissions not working well.
July 1 at 5:40 pm
This is fixed in v1.0.7 -
Maverick replied to the topic Community Surveys: AUP Plugins.
July 1 at 5:27 pm
Please send me a request through contact us form. I will provide you the update files.