Forum Activity for @paul

paul
@paul
02/14/18 06:06:53AM
4,335 posts

Very slow website


Installation and Configuration

You are sharing this server with many other sites - http://www.viewdns.info/reverseip/?host=devocionmusical.com&t=1 - any one of them could be sucking up all ther server's resources.
paul
@paul
02/14/18 05:13:53AM
4,335 posts

jrAparna module


Using Jamroom

Its a thought Gary. I'll mention it during our weekly Skype meeting tonight.
paul
@paul
02/14/18 04:30:08AM
4,335 posts

Make something show up only on an item for specific quota


Jamroom Developers

Also lose the underscore - $item._profile_quota_id should be $item.profile_quota_id
paul
@paul
02/14/18 03:49:32AM
4,335 posts

jrAparna module


Using Jamroom

I can email you the module? But please be aware that we are no longer supporting it.
Let me know.
paul
@paul
02/14/18 03:28:34AM
4,335 posts

Reboot error


Jamroom Developers

So you created a new domain, then rebooted the server before the process was complete? Yes, that could well have caused the issue !!
paul
@paul
02/14/18 02:05:09AM
4,335 posts

Reboot error


Jamroom Developers

Try it now. There was an error when restarting apache caused by an old domain you once created and have since deleted (I guess) still being in one of the server config files. I deleted it and all now seems ok.
Thanks
paul
@paul
02/13/18 11:56:43PM
4,335 posts

cometchat issues (with module and company)


Using Jamroom

Understood. Keep us informed of your progress with them.
Thanks
paul
@paul
02/13/18 11:53:41PM
4,335 posts

jrAparna module


Using Jamroom

It’s been removed from the Marketplace. It was a very old module that in many ways was not compliant with the way Jamroom now works. It also created a lot of support questions with users not understanding what it was for or how to use it, so we made the decision to retire the module.
paul
@paul
02/13/18 11:43:54PM
4,335 posts

cometchat issues (with module and company)


Using Jamroom

Quote: then jamroom added the jamroom cometchat module. wich i believe i had to pay for in addition to paying for the chat
Just to be clear, we never added the ‘CometChat Module. That is a product they developed and market themselves. We added our own SimpleChat module.
I therefore suggest that any CC issues need to be taken up with them directly.
Hth
paul
@paul
02/13/18 10:14:01AM
4,335 posts

Groups Sidebar Question


Using Jamroom

Something like this in the template?
{if $item.group_name == 'xxx'}
  // Sidebar code for xxx here
{elseif $item.group_name == 'yyy'}
  // Sidebar code for yyy here
{elseif $item.group_name == 'zzz'}
  // Sidebar code for zzz here
{/if}
  115