Forum Activity for @paul

paul
@paul
12/18/22 08:58:07PM
4,325 posts

Deleting extra profiles also deleted the master admin account...


Jamroom Developers

This has been fixed in the next release of the jrUser module. Thanks again for letting us know about it.
paul
@paul
12/18/22 12:14:33AM
4,325 posts

Comments/Item Features on Site Builder Pages


Design and Skin Customization

Great that your son is into coding :-)
The reason 'Page Builder' pages have an $item_id is that their html is saved on a DataStore and are hence referenced by the DS item ID. Site Builder doesn't work like that so you just need to create new 'Site Built' pages called 'likes', or 'members', or 'games' or whatever.
Hope That Helps
paul
@paul
12/17/22 09:39:33PM
4,325 posts

Deleting extra profiles also deleted the master admin account...


Jamroom Developers

Yep - Am seeing this happen on my test site doing it your way.
Thanks for letting us know, we'll work out what's going on.
paul
@paul
12/16/22 09:27:52PM
4,325 posts

Deleting extra profiles also deleted the master admin account...


Jamroom Developers

Are you using the latest version of Jamroom? I recall that it was possible to delete the master admin account but that was fixed many versions ago.
Have just tried what you describe on one of my test sites and see no issue.
How did you delete the profile, via the profile page or the ACP profile datastore tool?
Or did you delete the admin user account via the ACP user datastore tool? But again, the latest Jamroom should not allow that to happen (I've just tried - it doesn't).
Let us know.
Thanks
paul
@paul
11/03/22 04:17:17AM
4,325 posts

WhatsApp


Using Jamroom

Is this in a template?

Try wrapping the code with 'literal' tags -
{literal}<script src=........>{/literal}

hth
paul
@paul
09/21/22 05:19:57AM
4,325 posts

Adding a verified check badge system to jamroom


Design and Skin Customization

Maybe you can just add an 'Admin Only' checkbox to the profile update form, then in the profile template code something like -

{if isset($profile_approved) && $profile_approved == 'on'}
    {* The profile template code here *}
{else}
    THIS PROFILE IS NOT APPROVED
{/if}
hth
paul
@paul
06/30/22 01:05:44AM
4,325 posts

Jamroom Developer Version


Jamroom Developers

Just to add to Michael's post above, the free downloadable version of Janroom can be installed on your own server and will likely include all the basic modules and functionality needed to develop your own modules/ plugins. If your modules need to interact with other Janroom premium modules they could maybe be purchased individually.
Out of interest, which CMS were you using?
paul
@paul
06/26/22 06:58:40AM
4,325 posts

New poll error?


Using Jamroom

I'm not seeing this on my test site.
Have you got the latest Poll module? It was updated to fix another issue not so long back.
If you do have the latest, have run the IC and cleared caches etc., and are still seeing this issue let me know exactly the setup and how I might replicate this issue.
Thanks
paul
@paul
06/13/22 02:44:15AM
4,325 posts

Polls Error


Using Jamroom

Have fixed this up. Get the latest Poll module from the market place.
paul
@paul
06/06/22 02:05:28AM
4,325 posts

Polls Error


Using Jamroom

I'm seeing this.
Will check it out.
Thanks for letting us know.
  3