Forum Activity for @michael

michael
@michael
01/14/15 02:06:52AM
7,832 posts

Construction Tab in Embed Local Media page


Using Jamroom

I've removed the QUOTA CONFIG tab from the module. Its really a user setting, not a profile one. So now the "Panel Admin" setting is on the user account.

ACP -> USERS -> USER ACCOUNTS -> TOOLS -> BROWSE USER ACCOUNTS -> (select user) -> MODIFY.

At the bottom of the page is the setting under MASTER ADMIN OPTIONS:
Panel Administrator checkbox
screenshot_user_panel_admin_setting.png screenshot_user_panel_admin_setting.png - 98KB

updated by @michael: 01/14/15 02:07:11AM
michael
@michael
01/14/15 01:32:32AM
7,832 posts

sitebuilder ez add slider and slideshow


Suggestions

All that's possible right now, its just not drag'n'drop. The list functionality is the same as jrCore_list and will get anything it can get.

The returned results are limited to Profiles and Gallery because that was all I could think of for default settings.

If you use the TEMPLATE field of the form, you can make the slider do anything you want it to do.

If you give me some screenshots of what your after (made in photoshop or similar) i can show you how to structure the code.

Its not possible to create a one-size-fits-all for this situation because every module has different keys in the database. eg: profile module has a profile_name, but no profile_title. blog has a blog_title but no blog_name. Then linking to that blog requires a URL formed differently for each module. So it need to be handled on a case-by-case setup.

The default item row template is:
/modules/jrConstructionKit/templates/default_rotator_row.tpl

You can copy that to your skin and call it:
/skins/YOUR SKIN/jrConstructionKit_default_rotator_row.tpl

and change it all you like if you want.


-- edit --
order by random is
order_by="_created rand"

updated by @michael: 01/14/15 01:34:33AM
michael
@michael
01/14/15 12:57:16AM
7,832 posts

Undeleting profile


Using Jamroom

That "User Profile Link" is the right section.

You have a Label in a Label quota. You're not able to edit it because your user account is not associated with that profile.

One user account can be linked to as many profiles as is necessary. The place to do that is "User Profile Link".

The only other thing to check is if the user is a Profile Admin:
ACP -> USERS -> USER ACCOUNTS -> TOOLS -> BROWSE USER ACCOUNTS -> Select the account your after -> MODIFY

Then find the MASTER ADMIN OPTIONS Section and set the USER GROUP to "Profile Admin"
michael
@michael
01/14/15 12:31:21AM
7,832 posts

Construction Tab in Embed Local Media page


Using Jamroom

Ok just released jrConstructionKit ver 1.0.5 which should fix that construction kit visible issue. Thanks.

I'll go look for the page jumper issue now.
michael
@michael
01/14/15 12:08:31AM
7,832 posts

Construction Tab in Embed Local Media page


Using Jamroom

sekeri:
I updated the image. Please check.

You can add a screenshot to replies to if you go in and update the message.

--edit--
A squirrell

-- edit edit--
I see what your saying. The module quick switcher doesnt show the "Site Builder - Panels" heading. I'll go look for why.

Yes, your on the right page.
squirrell.jpg squirrell.jpg - 62KB

updated by @michael: 01/14/15 12:10:15AM
michael
@michael
01/13/15 11:26:29PM
7,832 posts

Construction Tab in Embed Local Media page


Using Jamroom

Got a screenshot? There's no 'activity timeline' anywhere near that section for me.
michael
@michael
01/13/15 11:02:34PM
7,832 posts

Construction Tab in Embed Local Media page


Using Jamroom

I'll check it out. Thanks.

It should be:
* any admin user
* users in the quota where "Panel Administrator" is checked.
ACP -> SITE BUILDER -> PANELS -> QUOTA CONFIG -> PANEL ADMINISTRATOR

If that's not checked they should not be able to edit panels. The same setting controls the Construction Kit tab.

I'll go look.
updated by @michael: 01/13/15 11:03:14PM
michael
@michael
01/13/15 10:33:19PM
7,832 posts

WYSIWYG Editor In Forum Comments - Intermittant


Ning To Jamroom

It shouldn't be THAT slow to load. Im thinking a quick flash of the text box before seeing the editor. If its more than 5 seconds after the page has fully loaded you have a different problem.
michael
@michael
01/13/15 07:54:54PM
7,832 posts

Undeleting profile


Using Jamroom

Check the profile that is supposed to be a "Label" is in the correct Quota for Labels.
michael
@michael
01/13/15 07:51:38PM
7,832 posts

A few remaining issues in member images galleries


Ning To Jamroom

That bit of code:
{if $_stat.module == "jrGallery"}
Is just saying "If this is the gallery module, then use this different url". Which is exactly what you want to do.

So tell it the URL to use on the next line:
<a href="{$jamroom_url}/{$profile_url}/wherever/you/want/to/go/in/here"><span class="stat_entry_title">{$title}:</span> <span class="stat_entry_count">{$_stat.count|default:0}</span></a>

See that part that reads /wherever/you/want/to/go/in/here. Edit that part to point to where you want it to go.
  606