Forum Activity for @michael

michael
@michael
09/02/14 08:56:56PM
7,832 posts

Arrange Blogs


Using Jamroom

Dazed:...I post a blog. You post a blog pushing mine down and you are in spot 1. I would like to change the sort so that I can change my post to be post 1 and your to post 2. Kind of like the arrange songs being drag and drop for order....

Your right, there is an issue with blog display order. It should be ordered by the newest publication date at the top. Its not doing that right now.

Getting your item to the top should be as easy as updating the post and setting its publication date as newer that the other one.

This is the code that seams correct in /jrBlog/item_index.tpl
{jrCore_list module="jrBlog" profile_id=$_profile_id search1="blog_publish_date <= `$smarty.now`" order_by="blog_publish_date numerical_desc" pagebreak="8" page=$_post.p pager=true}

/jrBlog/index.tpl is also listing the list from oldest to newest publication date which should be reversed.
michael
@michael
09/01/14 11:10:27PM
7,832 posts

New Artists not updating


Installation and Configuration

nope, a cron like feature is activated each day. Its called 'daily maintenance' and will fire once every day if there has been a visit to the site.

You can try clearing your caches and running the integrity check via the ACP.

Steps to clear cache and Integrity Check:
http://www.jamroom.net/the-jamroom-network/documentation/problems/114/somethings-wrong-what-do-i-do
michael
@michael
09/01/14 11:06:05PM
7,832 posts

Can't Find Template For Station


Design and Skin Customization

renaming the templates will change their url.

/skins/(active skin name)/stations.tpl
will show up on the url
YOUR-SITE.com/stations

whereas
/skins/(active skin name)/radios.tpl
will show up on the url
YOUR-SITE.com/radios
michael
@michael
09/01/14 11:00:48PM
7,832 posts

How to get startet with JamRoom?


Using Jamroom

Where the code is depends on what skin your using. For example, if your using the jrElastic skin, then when you look in the header.tpl file there is a check to see if the device is a mobile device and if it is then include:
/skins/jrElastic/header_menu_mobile.tpl

otherwise the user is using a desktop, so include
/skins/jrElastic/header_menu_desktop.tpl

Inside header_menu_desktop.tpl you will see all the different menu options for the menu.

Skin designers have a lot of power to change how their skin utilizes the power of the system so changing the skin will change how the site works.

If you like watching videos to learn, then there is a free course about Jamroom 5 here:
https://www.udemy.com/start-your-own-online-community

That you might be interested in. Or pick and choose what interests you from our YouTube channel:
https://www.youtube.com/user/jamroomdotnet
michael
@michael
09/01/14 10:44:34PM
7,832 posts

Embed Audio by Genre


Using Jamroom

adding a search function to the embed seams a pretty easy way to go. (except for the interface, not sure how to do that.)

[jrEmbed module="jrAudio" search="audio_genre = rock"]

Seams like a good addition to the current way of doing things.
michael
@michael
09/01/14 10:24:20PM
7,832 posts

Media Pro Skin WWW issue


Design and Skin Customization

Its a javascript issue. Javascript is built so that you cant access a different sites stuff.

javascript views www.site.com as one site and site.com as a completely different site. in the same way aaaaa.com is different to bbbbb.com.

If your on aaaaa.com and say "Javascript load bbbbb.com/some-page into my div on aaaaa.com" javascript will say "Nope.".

So you have to choose between www.your-site.com and your-site.com.

The .htaccess stuff brian has above is how to make that choice.
michael
@michael
09/01/14 06:26:19PM
7,832 posts

Limiting Tagging to Admins


Suggestions

Currently the tags are limitable by quota. Put all your admins in a single quota, then you have this feature.

Seams like adding another checkbox would add an extra level of confusion.
michael
@michael
08/27/14 05:53:53PM
7,832 posts

How do I create the update form for polls and gallery?


Using Jamroom

Yeah, I knew it world work ;). What im interested in is what _instructions_ would have worked.

The instructions that are there are not clear enough to explain what needed to be done.

Do you have any ideas about what wording you that would have made you understand that what needed to be done was what you just did?

--edit--
Quote: The following designer forms have not been setup yet for this module:

Poll/update

These forms will be initialized the first time they are viewed. It is recommended that you view all forms for this module before using the form designer.

how to reword that ^^
updated by @michael: 08/27/14 05:55:57PM
michael
@michael
08/27/14 05:25:32PM
7,832 posts

Store customer upload


Design and Skin Customization

The store doesn't have a file upload feature in the communications system.

I'll look into getting one added in to the 'communication' tab.
  666