Forum Activity for @michael

michael
@michael
12/03/14 03:30:08PM
7,832 posts

Remove alternative Quotas on Sign up


Ning To Jamroom

Strumelia:...Now I can't remember where I saw that 2 admin types choice... d'ohhh! Any hints?...
Its probably under the users settings on that users 'account' tab.

So as the admin user click on their profile image on their profile to get to their PROFILE tab in their account, then change to the ACCOUNT tab and at the bottom you will see:

Quote:
master admin options
user group

with these setting options
Quote:
Select the user group this user should be part of:

Standard User: a normal user account in your system - can modify items they have created only.
Profile Admin: can modify users and profiles and items created by any user on the system. Has access to the Dashboard.
Master Admin: full access to all system areas including the Admin Control Panel and Dashboard.

updated by @michael: 12/29/14 09:23:54AM
michael
@michael
12/03/14 03:21:59PM
7,832 posts

User Profile Image


Ning To Jamroom

That is an image of a notepad. If you replace it with something else, then everywhere that notepad image is shown will change.

--edit--
I think the image you might be looking for is under the images module:
your-site.com/image/admin/images
updated by @michael: 12/29/14 09:23:54AM
michael
@michael
12/02/14 10:11:28PM
7,832 posts

Skin Settings Error


Design and Skin Customization

First thing I'd try would be getting rid of the empty validate sections.

other locations that call for the editor use:
        'type'     => 'editor',
        'validate' => 'allowed_html',
        'required' => true

so try dropping the 'validate' => '' as it seams related to the "invalid jrCore_checktype:" message.
michael
@michael
12/02/14 09:57:56PM
7,832 posts

The other layout with updated modules


Off Topic

The problem I ran into was how to get to the "ning-to-jamroom" profile. There wasn't a way to do it with the old layout.

This page still shows in "latest updated at the top" order:
https://www.jamroom.net/the-jamroom-network/networkmarket
michael
@michael
12/02/14 09:00:38PM
7,832 posts

Can't Find Forum Template


Design and Skin Customization

The categories that are shown in your screenshot are in the:
/modules/jrForum/templates/item_categories.tpl

file.

But don't alter it directly, unless you do it from the TEMPLATES tab of the module in the ACP.

To over-ride that at skin level you can use this method:

"Altering a modules template"
https://www.jamroom.net/the-jamroom-network/documentation/development/1051/altering-a-modules-template
michael
@michael
12/02/14 08:01:46PM
7,832 posts

JR PJ - Comments Sort


Using Jamroom

The order by clause did change. _created used to run just by the inserted id in the database, but because imports from external systems could end up entering the newest first in the database _created was no longer always in the same order as the timestamp for when it was created.

Does that make sense? another way.

#1 - time = 1001
#2 - time = 1030
#3 - time = 1052

so ordering by #1,#2,#3 is the same order as ordering by 1001,1030,1052 but when things are imported its not the same.

So yes it has changed to use the timestamp instead of the item id.

Its in the changelog under Version 5.2.16
Quote:

Jamroom Core changelog Version 5.2.16: - New: modules can include their own sprite icons in img/icons_(black|white) - Change: ordering by _created no longer maps to ordering by _item_id - Change: Form Designer field ordering updated to be more consistent - Bug Fix: Form Designer could get "stuck" turned on for a specific form - Bug Fix: Cache key used in {jrCore_list} could be incorrect based on listeners
here:
https://www.jamroom.net/the-jamroom-network/networkmarket/32/jamroom-5-system-core
michael
@michael
12/02/14 07:54:40PM
7,832 posts

Arranging Tabs In Profiles: How Do You ?


Design and Skin Customization

The menu your talking about is the "Profile Menu". Its found in the
/skin/(YOUR SKIN)/profile_header.tpl

file and will look something like this by default:

{jrProfile_menu template="profile_menu.tpl" profile_quota_id=$profile_quota_id profile_url=$profile_url}

There are other options for it though. They are listed up here:

"{jrProfile_menu}"
https://www.jamroom.net/the-jamroom-network/documentation/development/1997/jrprofile-menu

If your talking about adjusting the order for everyone's profile, this is where you'd want to do it. Add in an order="" parameter with the order you want.

eg:
{jrProfile_menu template="profile_menu.tpl" profile_quota_id=$profile_quota_id profile_url=$profile_url order="jrVideo,jrPage"}
would put the order as VIDEO, PAGE, AUDIO, BLOG, EVENT ......

The video is first, the page is next, then there are no other modules defined, so they come last in the default order (which is alphabetical.)

If your talking about allowing each user to re-arrange their tabs as they see fit, then it could be incorporated into the profile tweaks module if it was needed I would think.
michael
@michael
12/02/14 06:17:37PM
7,832 posts

After editing page, redirects to index page


Using Jamroom

I was sooooooooo hoping you were going to say that. Phew....

Thanks for helping find that issue Gary. :)
updated by @michael: 12/22/16 11:55:59AM
michael
@michael
12/02/14 01:36:19AM
7,832 posts

User Requests


Ning To Jamroom

Strumelia:
paul:
And to add profile name, in the jrProfile_item_list.tpl template, try this for starters -
Replace the entire code in the template with the above. The profile name should show above the image.
Make sure you have the developer module installed and developer mode turned on so that you see changes immediately.

Should I do this from within my server cPanel, or from within my JR site module settings?
and- Can i just copy the code into notepad for safety before I make the change and try it out, or is there a smarter way to make a safe copy before I change the template?
(I am using the Ningja skin)

The safest way to try something out is via the template editor because you can easily revert it if it doesn't work.

So go to:
* ACP -> SKINS -> NINGJA -> TEMPLATES -> jrProfile_item_list.tpl -> MODIFY
* copy+paste in that code.
* click SAVE CHANGES
* click CANCEL
* locate the checkbox next to jrProfile_item_list.tpl and check it
* click SAVE CHANGES

done.
updated by @michael: 12/29/14 09:23:54AM
michael
@michael
12/02/14 01:30:43AM
7,832 posts

Site Builder for Ningja skin?


Ning To Jamroom

Its in:
ACP -> MARKETPLACE -> TOOLS -> RELEASE CHANNELS -> BETA (Activate)

You can then download the slate skin and the "Site Builder" set of modules from the marketplace.

the Site Builder currently only works with the slate skin and it is in beta. Beta means things are changing continuously so only install it to help find bugs and make it better. When all the bugs are found and its working then we can get it integrated to the Ninga skin.

Report any issues you find here:
https://www.jamroom.net/site-builder/forum

Thanks for helping make it better. :)
updated by @michael: 12/29/14 09:23:54AM
  628