Forum Activity for @michael

michael
@michael
09/05/19 11:57:58PM
7,822 posts

Lots Of Issues With Updates


Design and Skin Customization

michaeld:
Not seeing this update in the marketplace channel

What update are you looking for?
michael
@michael
09/04/19 01:13:56AM
7,822 posts

tifig software error in the System Check.


Installation and Configuration

Most hosting providers don't charge to install it. Its there for those that need to use it. We have Jamroom Hosting as our solution to having the server setup right from the beginning ;)

Jamroom Hosting
https://www.jamroom.net/hosting

With the hosting you get to use all the modules we make on as many sites as you want to make, so if you're really into building sites with jamroom it quickly becomes cheaper than the alternatives.
michael
@michael
09/02/19 08:02:45PM
7,822 posts

Converting Visitor to Member


Jamroom Developers

'session_started' only fires once in the flow of loading a URL.

Maybe if you have some ajax on the page and are opening several URL's on a single page, that could cause it perhaps.

You could set a flag or a cookie or a session variable to prevent multiple whatever-you-want-to-do's happening per visit.

There's the 'router_init' event in router.php right after the session_init in flow of things. or 'parse_url' is just before the session start stuff.
michael
@michael
09/01/19 11:14:09PM
7,822 posts

redis issue


Installation and Configuration

Why do you need redis if you have litespeed? both are caches, seems like one or the other would do.
michael
@michael
09/01/19 11:11:18PM
7,822 posts

user group


Using Jamroom

Try on a standard skin. It's all working here for me.
michael
@michael
08/30/19 12:03:53AM
7,822 posts

form designer cache


Design and Skin Customization

You'll need to outline steps to recreate the issue for this one. There are so many moving parts in this area that its difficult to understand what you're trying to do, what you're expecting to happen and what is actually happening.

--edit--
Are you using the beta or the stable marketplace channel?
updated by @michael: 08/30/19 12:06:25AM
michael
@michael
08/27/19 12:46:24AM
7,822 posts

Updating the Documentation Module


Using Jamroom

Depends on how you've done the customized templates.

If you've cloned a skin or created a new one, then uploaded files that start with the name of the module:
/skins/xxYourSkin/jrDoc_category_index.tpl

Then they are safe, you'll just have the old version of the template file that you'll then need to check to see if there are any changes you want to bring in to your skin override template.

If you're over-riding by using the Template editor on the TEMPLATES tab of the Docs module in the ACP then those overrides will still be there after the update and you can use the COMPARE button to see what the difference is.
michael
@michael
08/25/19 07:02:11PM
7,822 posts

RSS Template Variables


Design and Skin Customization

Try:
$_items[0]._profile_id
michael
@michael
08/24/19 02:20:37AM
7,822 posts

RSS Template Variables


Design and Skin Customization

try:
{$item.0._profile_id}
michael
@michael
08/23/19 08:13:33PM
7,822 posts

RSS Template Variables


Design and Skin Customization

Things are getting to cryptic for me, im not understanding. What do you want to get into the rss.tpl file?

You want to get the profile info out.

Could you post your ideal RSS structure here along with the current structure and what info you need. Cheers.

--edit--
and whats the URL (or example of) that you're accessing the rss on. is it the main site feed or a profile.
updated by @michael: 08/23/19 08:16:57PM
  80