Forum Activity for @michael

michael
@michael
12/23/15 04:04:46PM
7,832 posts

Rss Audio Reader Custom


Using Jamroom

right, so any of your users might put an & in there and thats a problem if its going to break the xml. So use |jrCore_entity_string on whatever variable outputs that title in your .tpl file.

If you can paste your .tpl rss code I can tell you which variable it is if your stuck.

Well done, good finding.
michael
@michael
12/23/15 12:40:09AM
7,832 posts

Index Not Found


Installation and Configuration

The search box still works "log".

site.com/core/dashboard/activity

Its moved into the dashboard section.
michael
@michael
12/22/15 11:24:37PM
7,832 posts

Index Not Found


Installation and Configuration

Those errors are saying the images arent there which is probably correct if you havent upgraded elastic.

try checking the "log 404 not found" errors setting at:
site.com/core/admin/global/section=general/hl=log_404

open / a few times and see what the error log says.
michael
@michael
12/22/15 10:52:00PM
7,832 posts

Broken ACP Images (Nginx)


Installation and Configuration

"Like I said, this was a clean install of JR no modifications whatsoever." on an alien operating system.... :)

Not sure, but I don't know how to setup to go hunting for the root cause.

Guesses:
* .....

Nope, it doesn't make sense. If the image is showing for some modules, it should be showing for all modules. They use the same system.
michael
@michael
12/22/15 10:34:36PM
7,832 posts

Broken ACP Images (Nginx)


Installation and Configuration

Yeah, this will come back not found if accessed from the file system:
/home/nginx/domains/10.0.0.151/public/image/img/module/jrCore/option_pass.png
because the image is not there.
<img src="site.com/image/img/module/jrCore/option_pass.png">
should work ok though because that will get run through the router system ( router.php ) and picked up by the image module that then goes and locates the correct location for the current version of the module and displays that.

The correct location for the module would be initially:
/modules/jrCore/img/option_pass.png

But then someone might have uploaded a file at
ACP -> CORE -> SYSTEM CORE -> IMAGES -> option_pass.php

and that file will be stored at a location similar to this url:
/data/media/0/0/jrCore_option_pass.php

But it shouldn't be necessary to know that, just use the
site.com/image/img/module/jrCore/option_pass.png
url to go through the function to retrieve the image.

eg:
https://www.jamroom.net/skins/jrForest/img/logo.png

will ONLY get the version of the logo that is stored at:
/skins/jrForest/img/logo
on the filesystem.

but that same image can be retrieved at:
https://www.jamroom.net/image/img/skin/jrForest/logo.png

but that url will give the logo even if its been changed in the ACP.
michael
@michael
12/22/15 10:25:31PM
7,832 posts

Combined audio 'require image' code question


Design and Skin Customization

Try things. Docs for seamless:
Docs: "Seamless"
https://www.jamroom.net/the-jamroom-network/documentation/modules/289/seamless

Docs: "{jrCore_list}"
http://www.jamroom.net/the-jamroom-network/documentation/development/89/jrcore-list

Then come back and let me know what works, what doesn't what you tried and where your stuck. Happy to help when stuck, but don't really want to be the solution instead of trying, or developer on call. ;)

Try:
search1="audio_image_size > 0" search2="soundcloud_title LIKE %"
http://www.jamroom.net/the-jamroom-network/documentation/development/89/jrcore-list#search-conditions

search="audio_image_size > 0 || soundcloud_title LIKE %"
http://www.jamroom.net/the-jamroom-network/documentation/development/89/jrcore-list#searching-with-or
michael
@michael
12/22/15 10:15:09PM
7,832 posts

Index Not Found


Installation and Configuration

Sorry for the hassle. Wish I just had the answers.
michael
@michael
12/22/15 10:13:10PM
7,832 posts

jrAction_item_index


Jamroom Developers

These are the templates i see with which is which notes:
screenshot_issue_timeline.jpg screenshot_issue_timeline.jpg - 131KB
michael
@michael
12/22/15 09:55:12PM
7,832 posts

jrAction_item_index


Jamroom Developers

Thanks, I'll write up a ticket on it and ask Doug to take a look at it.
michael
@michael
12/22/15 09:50:02PM
7,832 posts

Index Not Found


Installation and Configuration

I like the rebase tool of developer tools:
ACP -> DEVELOPER -> DEVELOPER TOOLS -> TOOLS -> REBASE MODULES

With the "delete old modules"

That will take all those modules installed via the marketplace and put them back on the base url
* jrElastic-release-1.2.12 will become:
* jrElastic

That makes life simpler because you dont need to think about any symlinks.
  447