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 "my response" layout VS "quiz reulst" layout.
April 26 at 3:47 am
1. They are in layouts/default/results folder. 2. You can call it like this <?php echo QuizHelper::renderLayout($layout.'.results.actions',... -
maverick replied to the topic CQ - Public Viewing.
April 25 at 6:57 pm
Not sure how many people prefer such nagging mechanism to register users. but anyway I will add a configurable option to allow displaying unauthorised links (a major code... -
maverick replied to the topic Public Survey with Global URL Key.
April 24 at 3:39 pm
You have Single Survey menu item and the access level is set to Registered. So public users cannot access that menu item. Change the access level of the menu item to public. -
maverick replied to the topic My Survey List - Duplicate rows for each survey.
April 24 at 3:33 pm
This is a bug. You can fix it by edit components/com_communitysurveys/models/mysurveys.php and... -
maverick liked a reply to the topic TCPDF ERROR: Could not include font definition file: freesans.
April 24 at 3:28 pm
-
maverick replied to the topic Community polls free?.
April 24 at 3:27 pm
I am sorry, there is no such basic version available. -
maverick replied to the topic Email template - adding href .
April 24 at 3:35 am
This looks to be a bug. I will fix it with next release. -
maverick replied to the topic Voting (Like/Dislike) stopped working after using CB for Stream Component.
April 24 at 3:13 am
It is the activity stream. If you do not use CB activity stream, do not enable it. -
maverick replied to the topic Email template - adding href .
April 24 at 2:56 am
Create menu item for subscriptions page and it will be used. The extra url is taken from the current active url because there is no menu item for subscriptions page. -
maverick replied to the topic Voting (Like/Dislike) stopped working after using CB for Stream Component.
April 24 at 2:51 am
Here is the error in ajax response. -
maverick replied to the topic Public Survey with Global URL Key.
April 24 at 2:47 am
Is your menu item access level set to public? Can you please send me your website details using contact us form so that I can check it? -
maverick replied to the topic Email template - adding href .
April 23 at 4:22 am
An example url please? -
maverick replied to the topic On click "ask question" redirect to login page.
April 23 at 4:20 am
1. Your menu item is directly pointing to form page which is incorrect. But anyway, I added a check there to redirect user to login page in this case. A patch was sent to your... -
maverick replied to the topic Email template - adding href .
April 22 at 2:26 pm
Will add the new tag in next release. Here is the code for it. Find at around line 624 in plugins/communityanswers/questions/questions.php $description -
maverick replied to the topic Email template - adding href .
April 22 at 11:04 am
try to save the content in editor html mode. Usually editors try to correct html formatting automatically in editing mode but will allow any content when saved in html mode. I... -
maverick replied to the topic Email template - adding href .
April 22 at 10:38 am
Change http://newaussie.com.au/{QUESTION_URL} to {QUESTION_URL} -
maverick replied to the topic Email template - adding href .
April 22 at 8:57 am
Can you please post the html content of the email template? -
maverick replied to the topic Email template - adding href .
April 22 at 6:05 am
QUESTION_URL tag will be replaced with full url, there is no need to prepend it with site url again. -
maverick replied to the topic Email template - adding href .
April 22 at 5:27 am
Since the site url is static, I guess you can hardcode it in the email template. Please note that the email templates are provided for you to customize, you can add or remove... -
maverick replied to the topic Email template - adding href .
April 21 at 5:13 pm
You need to change relative urls otherwise your editor will strip the urls. Regarding tags, it is already available: