shondalai.com Forum
-
maverick replied to the topic Can't set permission to answer multiple times.
February 27 at 3:22 am
That code will be executed only when the user do not have multiple answers permission. Your category and component permissions are fine, there is one more check... -
maverick replied to the topic translating "polls anywhere" .tpl file?.
February 27 at 3:15 am
My comments are still valid. Content plugin indirectly uses PollsAnywhere script. -
maverick replied to the topic Other Trackers.
February 27 at 3:11 am
I can add, provided an API is available. Google Fit has one such API but most features in Fitbit are not available in Google Fit and vice-versa. -
-
maverick replied to the topic Discover Menu does not work.
February 27 at 3:09 am
Add this css in your template css override file #cj-wrapper .navbar .collapse {overflow: visible} -
Mariosgr replied to the topic Help needed with polls.
February 26 at 10:31 pm
And is there a way to hide the massage about when poll will be closed? -
Mariosgr replied to the topic Help needed with polls.
February 26 at 9:53 pm
Maverick M wrote: To hide the messages, edit or override the view components/com_communitypolls/views/poll/tmpl/default.php and... -
Apps Proyectos replied to the topic Can't set permission to answer multiple times.
February 26 at 8:37 pm
I check your code and clearly it check for permissions but then it executes this query: ... -
yorai85 replied to the topic translating "polls anywhere" .tpl file?.
February 26 at 8:13 pm
thank you maverick, but it's not what i'm looking for. i think i did not explain my problem in a good way. i'm not using "polls anywhere", i'm using the polls... -
Apps Proyectos replied to the topic Can't set permission to answer multiple times.
February 26 at 7:54 pm
Sorry, i tried setting permissions on category and component but still no luck. Category: -
Apps Proyectos replied to the topic Can't set permission to answer multiple times.
February 26 at 7:43 pm
HI! I am realizing that i get deny to all permissions in every category, but how? I set allow in component permission. Regards, JM -
piranhapete created new topic Other Trackers.
February 26 at 6:17 pm
Do you plan on integrating any other trackers in addition to Fitbit? -
piranhapete replied to the topic CJ Fit Default Message.
February 26 at 6:13 pm
Thanks. Is it possible to add an image like the Fitbit logo or a sample graph? -
pkonrad created new topic Discover Menu does not work.
February 26 at 1:55 pm
Hello Maverik The Discover Menu on my Site does not work: -
lmc replied to the topic PDF Report opening error (Acrobat Reader DC).
February 26 at 8:14 am
I see, on the same site in Community Surveys we were using dompdf for reports without errors.. I will investigate and post here if will find a solution. Thank... -
maverick replied to the topic CJ Fit Default Message.
February 26 at 3:17 am
Just add a language override for the key COM_CJFIT_USER_NOT_REGISTERED_WITH_FITBIT_1 with the content you want. -
maverick replied to the topic Show all map info when selecting a track from the GPX Tracks Module.
February 26 at 3:15 am
Added to to-do list. -
piranhapete created new topic CJ Fit Default Message.
February 26 at 1:12 am
I would like to add an image (a mockup of the graph that is used to show user steps) in the default message that shows for users who are not yet connected to fitbit... -
asmeets created new topic Show all map info when selecting a track from the GPX Tracks Module.
February 25 at 6:54 pm
When a track is selected from the GPS tracks module it opens a information window of the type 'google.maps.Infowindow'. Because I use additional information about a... -
maverick replied to the topic Block access to default fields when to Frontend users.
February 25 at 4:30 pm
Find below code <?php echo $this->form->renderField('published'); ?> <?php echo $this->form->renderField('access'); ?> <?php echo...