Forum Activity for @michael

michael
@michael
02/04/15 01:20:28AM
7,832 posts

Is there a maximum number of menus?


Using Jamroom

The issue is that I had a 50 item limit on the search to retrieve the menu items. they were being saved, just not being retrieved.

I've upped the search to 500 so thats the menu item limit now. I think that should be enough right?

Its working in 1.0.9 which is in the marketplace now.
michael
@michael
02/03/15 11:19:55PM
7,832 posts

Site Builder Menu Wrong Way Round


Using Jamroom

Your talking about the Ningja skin right? The issue is the menu is on the right in the ningja skin, so the menu elements are floated right
float:right
on the Slate skin the top menu item is the left menu item.

Cant think of another way to get the menu to the right on the menu without setting a width.

Thats why it feels upside down in ningja. Suggestions.

--edit--
Might be able to get it normalized, ill have a play.
updated by @michael: 02/03/15 11:23:06PM
michael
@michael
02/03/15 10:32:34PM
7,832 posts

white screen


Installation and Configuration

Its missing something but we cant guess what. Need more info. Try re-installing or outlining what you did to get you to where you are now.

Check your servers logs in the control panel.
michael
@michael
02/01/15 07:22:34PM
7,832 posts

new page titles and meta tags


Using Jamroom

Thats a problem that needs to be dealt with by the Site Builder core. I'll get it fixed up.

When you create a new page:
* horses
* ponies
* unicorns

the page titles should be:
Horses | Site Name
Ponies | Site Name
Unicorns | Site Name

but right now they all say
Home | Site Name
Home | Site Name
Home | Site Name

I'll get it fixed up as soon as I can.
michael
@michael
02/01/15 06:21:29PM
7,832 posts

Bad Code - Front Page Disappeared


Design and Skin Customization

What curtis said should have worked. when you add
/repair=true
to the url as the admin, it loads the widget headers without the content, so you can click the settings button to get back in to change whatever you put in there.

The index page should also show on
your-site.com/index/repair=true

I would expect it to work for just
your-site.com/repair=true

also.

Sorry for being not here. Will be less on the move on the 11th.
michael
@michael
01/29/15 11:04:36PM
7,832 posts

Cloud requirements


Using Jamroom

DannyA:....It seems this could get expensive. It would be great if you just charged for the masters and let the clients be unlimited...

There is an unlimited plan in the subscriptions area that allows for use of unlimited modules on unlimited domains. "VIP Unlimited"

http://www.jamroom.net/subscribe
michael
@michael
01/29/15 06:28:20AM
7,832 posts

full gallery image download


Using Jamroom

If its sold, they get the full image. try setting the price to 0. Or might just need the download button.

Should be possible, need to figure out how to get the button out there though. Will get back to you on that.
michael
@michael
01/29/15 06:19:54AM
7,832 posts

Good Stuff


Off Topic

Next time you want a point to raise in one of those PHP bashing discussions, try this image.
rank_scatter1.png rank_scatter1.png - 399KB

updated by @michael: 01/29/15 06:20:16AM
michael
@michael
01/29/15 06:11:23AM
7,832 posts

all main site forums say 10 replies even if hundreds/thousands


Ning To Jamroom

might be the call too. not sure, need to check, but it might be that if the {jrCore_list} function is using limit=10 that its different full count than if using pagebreak=10

I would expect that pagebreak would return the full count.
michael
@michael
01/29/15 06:08:33AM
7,832 posts

blogs lost all formatting


Ning To Jamroom

soaringeagle:....
it would be nice if stand alone pages truly stood alone like the groups had the sidebar and the profile header disabled

is there any way that can happen that stand alones have thier own template call that can be used to disable the profile elements ....

If its an admin user creating the page, They have the option of adding it as a stand alone page or a profile page.

If you want to pull a page off a profile and have it stand alone on the site, you can setup something at skin level to do that.

eg if you create a template called whatever.tpl in your skin, then its blank and will show up at:
your-site.com/whatever

The name of the template is the name in the URL.

so if you created a custom setup for pages you could have it any way you liked.

eg:
in whatever.tpl you could have
{capture name="template" assign="page_tpl"}
{literal}
    {foreach $_items as $item}
         {$item.page_body}
    {/foreach}
{/literal}
{/capture}


{jrCore_list module="jrPage" search1="_item_id = `$_post.option`" template=$page_tpl}



Then used the url

your-site.com/whatever/1/the-page-title

That would show just that page body in that location.

Alternatively you could see how the groups page is setup to do it, then copy that structure. I think from memory it puts {jrProfile_disable_sidebar} into the item_detail.tpl bar to disable the sidebar.

Could try that for pages too.
  592