-
Author
-
September 25, 2013 at 06:45 #3281
adam
ParticipantThanks for version 2.1! Your hard work is much appreciated 🙂
What does this mean exactly: Cometchat plugin compatibility ?
Thanks!
AdamSeptember 25, 2013 at 07:26 #3283adam
ParticipantTo clarify, I know what Cometchat is, but how have you made it compatible with this theme?
September 25, 2013 at 12:42 #3302SQadmin
KeymasterHi, there were some php warnings generated when using the plugin and also we fixed some display issues on the cometchat bar that was interfering with our styles. Now it is all fine.
PS: Thanks for your appreciation 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 25, 2013 at 12:55 #3304gabriel
ParticipantHow can i make cometchat for paid memberships only, i don’t want free members to be able to use it. Hope i can do this!
September 26, 2013 at 23:42 #3386SQadmin
KeymasterHi,
Yes you can limit access to cometchat by wrapping their code in header.php like this:COPY CODE/* In this example we are allowing only levels 1 and 2 to use the chat. */ <?php if ( pmpro_hasMembershipLevel(array(1,2))) { ?> /*put here the css and js from cometchat */ <?php } ?>
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 13, 2013 at 17:32 #4324JohnDoe
Participanthow would we make it that also only admins and payed users can use it?
this is my code right now :
October 14, 2013 at 19:19 #4372SQadmin
KeymasterHi,
That allows only level 3 members. To allows admin change to:
if ( pmpro_hasMembershipLevel(array(3)) AND is_super_admin() ) {Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 14, 2013 at 19:20 #4373JohnDoe
ParticipantThanks for the reply. but that does not work. it doesn’t showup
October 21, 2013 at 18:00 #4772Fatima
Participanthi, i uploaded the cometchat to my site, it shows in opera but none of the other browsers. ie IE, chrome or firefox.
i checked the cometchat website and their chat bar works in all the browsers. but on my site it is only updating in operaAre you sure it is compatible? i purchased it just because of this theme. 🙁
October 22, 2013 at 02:05 #4859SQadmin
KeymasterYes it is, don’t worry. Maybe you did something wrong.
Provide us with temp access to your FTP pleaseHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 26, 2014 at 08:24 #23689iamj_kim
ParticipantHi,
Can you please repost this code? I’d like to restrict cometchat to paid members as well. Thanks.
July 29, 2014 at 16:29 #23935Abe
KeymasterSee the code re-posted.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
You must be logged in to reply to this topic.