Forum Activity for @michael

michael
@michael
04/16/14 03:55:02AM
7,832 posts

JrEmbed place holder tag is not being rendered


Installation and Configuration

Brian is explaining how to convert your own embeded tags.

So if you have your own custom tag.

[myModule id=11] or other coming out in the item_detail.tpl page, the you will need to the technique he has above to change that into the desired output.

What is the tag that is coming out on the page?
michael
@michael
04/15/14 08:57:59PM
7,832 posts

Admins Need to upload files of up to 250mb


Installation and Configuration

Guesses:
* does the machine have as much memory available as the limits you are setting php.ini to?
* is there enough drive space to write the files.
* are there any timeout limits enforced by the server as to how long things are allowed to take
* does the same thing happen when uploading from other locations? (thinking internet connection flaking out)
* same from all browsers?
michael
@michael
04/15/14 08:53:07PM
7,832 posts

JrEmbed place holder tag is not being rendered


Installation and Configuration

sekeri:
I have created my own Articles module using Aparna. It works just fine except it does not render JrEmbed tags like [jrEmbed module="jrAudio" id="1"]

JrEmbed works fine for Blog or Page modules.

How can I enable this feature for my custom module?

Thanks..



How are you outputting the saved data in your item_detail.tpl page? Is it the same as the way the blog outputs its saved data in its item_detail.tpl page?

The blog one looks like this:
{$item.blog_text|jrCore_format_string:$item.profile_quota_id}
michael
@michael
04/15/14 08:43:39PM
7,832 posts

you may need to update this documentation..its not working


Design and Skin Customization

Whenever something isn't working, I find a good way of working out what is going on is to reduce it to as simple as possible, then build back in one step at a time.

So if:
{jrCore_list module="jrAction" profile_id=$_profile_id include_followed=true order_by="_item_id numerical_desc"} 

Isn't working, start with the simplest form of that same statement
{jrCore_list module="jrAction"} 
see if that works and go from there.
michael
@michael
04/15/14 12:50:54AM
7,832 posts

Login Page


Using Jamroom

This might help.

"HowTo: add the user login form to any page"
https://www.jamroom.net/the-jamroom-network/documentation/howto/603/howto-add-the-user-login-form-to-any-page

Then create a .tpl file and build your own login page instead of using the default one.
michael
@michael
04/15/14 12:47:37AM
7,832 posts



If you bought them off jamroom.net you'll need to make sure that the user you were logged in here as is the license being used on the system.

If you're using one user to login here, then a different one to provide the key for the marketplace system on your site, then they wont line up.

Safest way is to purchase via the ACP, then you know its on the license associated with the site.
michael
@michael
04/15/14 12:42:12AM
7,832 posts

you may need to update this documentation..its not working


Design and Skin Customization

Whats the question? What are you trying to do, and what is not working in your situation? are there any error messages or other info?
michael
@michael
04/15/14 12:40:20AM
7,832 posts

Foxycart address collection


Using Jamroom

andersda:
When you check out a purchase with foxycart, it makes the user enter their address.

Is there a way to avoid this if you've already collected their information when they created a member account?

If the user is logged in to your system when they made the purchase, then foxycart will know who they are and will show the info already stored for them.

If the user is logged out of your system when they made the purchase then foxycart has no way of knowing that their info has already been collected so will ask for it.
  709