Forum Activity for @michael

michael
@michael
08/18/16 09:31:55PM
7,832 posts

Audio song edit problem


Design and Skin Customization

Are you uploading the song again when you use the UPDATE button, or just changing the information.

Run the Integrity Check and clear the caches and make sure your system is up-to-date.

Docs: "Somethings wrong what do I do"
https://www.jamroom.net/the-jamroom-network/documentation/problems/114/somethings-wrong-what-do-i-do

Docs: "Marketplace"
https://www.jamroom.net/the-jamroom-network/documentation/modules/2865/marketplace
michael
@michael
08/18/16 08:43:57PM
7,832 posts

Pages In Search Results?


Using Jamroom

Think we got crossed wires. When you said "Pages" I was thinking the "Page Creator" module, but now I suspect that you are meaning Site Builder created pages. They are not search indexed.

I'll take a look and see if indexing them is possible. Throw the other question in a new thread, I'm sure others will search on that one, maybe "How do I exclude Search Terms from Results?"
michael
@michael
08/18/16 08:09:39PM
7,832 posts

Pages In Search Results?


Using Jamroom

Searching "Book Store Setup" I see pages:
https://americymru.net/search/results/all/1/8?search_string=Book+Store+Setup

Might be that the article is not on a profile. I'll run some tests.
michael
@michael
08/18/16 07:45:49PM
7,832 posts

Pages In Search Results?


Using Jamroom

Should be there, not showing up?
michael
@michael
08/18/16 06:52:52PM
7,832 posts

3 forums tabs all using same template but 1 pulls in the replies too


Design and Skin Customization

this works for me:
 {jrCore_list module="jrForum" limit="10" search1="forum_cat_url like %"}
michael
@michael
08/17/16 08:02:40PM
7,832 posts

Documentation to ePUB or app


Suggestions

looking at your docs again Steve, I'm even more impressed, the word puzzle built in and the polls. wow.
michael
@michael
08/17/16 05:28:08PM
7,832 posts

Custom search tpl


Jamroom Developers

the blog module has an index_search.tpl. Which module are you interested in changing the search results for?
michael
@michael
08/17/16 05:03:17PM
7,832 posts

You have entered an invalid value for "file " - value must be printable


Using Jamroom

I've tried to reproduce your steps here, but cant. The "File" module appears to be working as expected.

Please give more detailed steps.
michael
@michael
08/17/16 04:54:18PM
7,832 posts

3 forums tabs all using same template but 1 pulls in the replies too


Design and Skin Customization

Probably, the search2="forum_featured = on" applies only to the first item in a forum. you could try adding:

search2="forum_cat_url like %"

That would probably do it. Or if that doesnt work, group_by="forum_group_id"
michael
@michael
08/17/16 12:14:06AM
7,832 posts

Site (blog) News Display from home page not showing..


Using Jamroom

That is the correct url. Make sure you have the blogs.tpl file and the blogs_row.tpl file for your skin.

If you want to make it go to the profile instead, you can do that too though. Change the URL in the 'index_site_news.tpl' file to point to where you want it to go.

The url you probably want is:
<h2><a href="{$jamroom_url}/{$item.profile_url}/{$murl}/{$item._item_id}/{$item.blog_title_url}">{$item.blog_title}</a></h2>

for line 17 which currently reads:
<h2><a href="{$jamroom_url}/blogs/search/{$item._item_id}/{$item.blog_title_url}">{$item.blog_title}</a></h2><br>

updated by @michael: 08/17/16 12:16:06AM
  367