Forum Activity for @douglas

douglas
@douglas
08/01/14 10:40:30AM
2,807 posts

Profiles created using OneAll


Using Jamroom

The profile was not active, therefore it wouldn't show in the list.

I changed it in your database in the jr_jrprofile_item_key > _item_id 5 > profile_active table and it is showing in the list now.

Hope this helps,
Douglas
douglas
@douglas
08/01/14 08:10:57AM
2,807 posts

Profiles created using OneAll


Using Jamroom

That is the oddest thing... I'm not sure why its not being listed on the profiles page or the index page.

Can you install the developers module so I can check out the database?

Thanks!
douglas
@douglas
07/31/14 02:12:45PM
2,807 posts

Profiles created using OneAll


Using Jamroom

Send it to douglas[at]jamroom[dot]net

It'll most likely be in the morning before I can look at it, I'm about to head out of the office.

Thanks!
douglas
@douglas
07/31/14 12:15:23PM
2,807 posts

Profiles created using OneAll


Using Jamroom

Have you logged in as that profile user? Maybe the profile isn't active yet?

Can you send us your admin login info so we can check it out?
douglas
@douglas
07/31/14 09:33:50AM
2,807 posts

Profiles created using OneAll


Using Jamroom

Do you have a link we can check out?

Thanks!
douglas
@douglas
07/31/14 09:07:10AM
2,807 posts

Profiles created using OneAll


Using Jamroom

They should all display, did you reset the cache via ACP > System Tools > Reset Cache?
douglas
@douglas
07/31/14 07:36:12AM
2,807 posts

Profiles created using OneAll


Using Jamroom

You might check that the require images box isn't checked in your ACP > Skin Settings

Hope this helps,
Douglas
douglas
@douglas
07/30/14 05:08:03AM
2,807 posts

How do I show different things for different profiles?


Design and Skin Customization

If this is going on the profile page, you could check the _profile_id and show the banner that way... ie.

{if $_profile_id == '1'}
Show banner code to the master admin only...
{elseif $_profile_id == '2'}
Show banner code to profile ID 2 only....
{else}
Show banner code to everyone else...
{/if}

Hope this helps,
Douglas
  213