Forum Activity for @michael

michael
@michael
03/25/16 07:53:42PM
7,832 posts

Illegal characters in URL


Using Jamroom

that small i worked as an 'I' in a blog post, I used it in a post that was titled:

hi there ıs this somerhing is this somerhing
and it got output as
hi there ıs this somerhing is this somerhing

From your explanation I expected to get an illegal character warning on save of the blog post.

The resulting URL is:
hi-there-s-this-somerhing-is-this-somerhing

The 'ı' was removed.
michael
@michael
03/25/16 07:48:37PM
7,832 posts

Hiding Menus when items are not present


Design and Skin Customization

What code are you using, how are you making the custom page?

The normal modules will show the profile menu tab to the owner so they can create the items but not show it to any visitors if there are no items created yet.

Not sure how you're doing it so its hard to advise on what to do.
michael
@michael
03/23/16 06:45:43PM
7,832 posts

profiles created by the admin


Using Jamroom

Not understanding the question sorry.
michael
@michael
03/22/16 05:48:10PM
7,832 posts

change pay pal item number


Jamroom Developers

pretty sure that's the code to ensure the right file gets delivered. What do you want to change it to?
michael
@michael
03/22/16 04:21:43PM
7,832 posts

Event Notification timing oddness


Using Jamroom

:) cool, a bit at a time then.

so in code terms this was requested as the search parameters:
"event_date >= {$min}",
"event_date < {$max}"
and it was being changed by a listener:

Docs: "Events and Listeners"
https://www.jamroom.net/the-jamroom-network/documentation/development/1011/events-and-listeners

so that it read:
"event_end >= {$min}",
"event_end >= {$min}",

So the wrong things were coming back in the search results. {$min} is the time now. and > = means as you would expect 'greater or equal' which equates to "any events that have an end date in the future"

Just a FYI.
michael
@michael
03/22/16 04:15:32PM
7,832 posts

page created in sb (old version) only shows up when logged in


Using Jamroom

nice one, thanks. Lets tackle each one individually until we can solve it. :)

If you can zip the latest skin you're using and send it to me, I can see if I can any obvious steps to make it easier.
michael
@michael
03/22/16 04:13:49PM
7,832 posts

site builder buttons do not show


Using Jamroom

The site builder buttons should show at the bottom left of the page, attached are some screenshots:

Not seeing any issues with the button showing on the ningja or slate skins
screenshot_sitebulder_btn-2.png screenshot_sitebulder_btn-2.png - 171KB
michael
@michael
03/22/16 04:05:45PM
7,832 posts

sb causes doubled styling due to forced containers


Using Jamroom

This is a skin issue with your skin, you'll need to adjust your skin CSS to match the structure of the current site builder system.
michael
@michael
03/22/16 04:04:10PM
7,832 posts

sb causes empty ghost menu items


Using Jamroom

what do you see when you go into the MENU EDITOR? are those items there? try deleting them and re-creating them or adjusting their settings.
  413