Forum Activity for @michael

michael
@michael
03/14/17 01:19:31PM
7,832 posts

The requested URL /genosis-open-source/user/signup was not found on this server.


Installation and Configuration

make sure the .htaccess file is uploaded too.

jamroom uses it to route every incoming url to the router.php script, so if mod_rewrite isnt enabled on your server and that hidden file .htaccess is not there you would get the situation you are describing. "....there is no user directory......"

/user is not a directory its the jrUser module.
michael
@michael
03/14/17 01:17:04PM
7,832 posts

Password Reset Email


Using Jamroom

probably this one:
https://www.jamroom.net/icw/hosting/domain_email_log/58/id=214

There is a failed email. get her to check the email address is the correct one. may need you to fix it for her.
michael
@michael
03/14/17 02:08:45AM
7,832 posts

/modules/jrCore/tools/ffmpeg' has size=15950411 instead of 15951292


Using Jamroom

not understanding. What is ".....but only when og wasnt selected....."

Steps to reproduce please.
michael
@michael
03/14/17 02:06:51AM
7,832 posts

Keep getting an error message when i try to upload images?


Using Jamroom

reinstalling the gallery module wont help, the data will still be there. what needs to happen is to figure out how it got into that state and stop that from happening.

What that error is saying is that there already is an image that exists for in the location that you're trying to upload it to and that there can only be 1 order for any one image.

So somehow the image order is in the database before the image has been created. This is why @ultrajam is asking about altering the database.

any deleting of gallery images lately if yes, how?
michael
@michael
03/12/17 10:02:40PM
7,832 posts

How do I restrict/sort Calendar Events from different profile Calendar?


Installation and Configuration

profile_id will only be one specific profile, not any profile in a specific quota. if thats what you're after sure.

The email message is saying you've not put your jamroom.net email account into the support module, so it cant look up jamroom.net to see what level of support you have to return the links to the locations you have access to, like the docs, the forums, vip support etc.
michael
@michael
03/12/17 09:59:43PM
7,832 posts

Custom Profile Template


Design and Skin Customization

Use the "Profile Tweaks" module. Enable it for those profiles. Set the default template for those profiles to a different skin. Build how you want those profiles to look into that second skin.
michael
@michael
03/12/17 09:56:41PM
7,832 posts

Activity logs


Installation and Configuration

Its probably some string in the skin that is using a variable from the address bar, but in one of the links on the site, that variable is not coming in. eg:

* search for a list of blog posts in the 'cats' category on site.com/a-profile/blog/cats
and the template has
search="blog_post = `$_post.option`"
where $_post.option is 'cats' from the address bar. when someone opens the url that is site.com/a-profile/blog/ and 'cats' doesnt come in, but the template search string is still firing, then you'll end up with

search="blog_post = "

which will trigger that error because you need to search on something.
michael
@michael
03/12/17 09:46:42PM
7,832 posts

Audio Pro


Design and Skin Customization

either in the template here:
ACP -> SKINS -> AUDIO PRO -> TEMPLATES -> index_top.tpl -> MODIFY
http://mysite.com/core/template_modify/skin=jrAudioPro/template=index_top.tpl

or in the language strings:
ACP -> SKINS -> AUDIO PRO -> LANGUAGE
http://mysite.com/core/skin_admin/language/skin=jrAudioPro?search_string=welcome
michael
@michael
03/11/17 06:12:30PM
7,832 posts

How do I restrict/sort Calendar Events from different profile Calendar?


Installation and Configuration

Docs: "Event Calendar : For Developers"
https://www.jamroom.net/the-jamroom-network/documentation/modules/276/event-calendar#for-developers
Quote:
For a small calendar there is a template included with the calendar module
{jrEvent_calendar month="3" year="2016" template="small_calendar.tpl" tpl_dir="jrEvent"}
so in your case, try
{jrEvent_calendar search="profile_quota_id = 1"  template="small_calendar.tpl" tpl_dir="jrEvent"}
  251