Forum Activity for @michael

michael
@michael
08/23/14 12:28:11AM
7,832 posts

Search won't search within results


Installation and Configuration

ah. I see now. you've called that top div class="top_ad". Steve (guess) and I both have ad-block-plus installed because we don't like seeing ads.

Its doing its job and removing the top_ad.

If i disable it for your site, i see the links and the search.
michael
@michael
08/22/14 08:02:21PM
7,832 posts

Search won't search within results


Installation and Configuration

I see what steve sees.
screenshot_punkband.png screenshot_punkband.png - 17KB

updated by @michael: 08/22/14 08:02:37PM
michael
@michael
08/22/14 07:57:36PM
7,832 posts

tag clouds single for item


Design and Skin Customization

Each item has its own tags, but each item has only 1 of each tag, so every item in the cloud will be the same size.

If they're all the same size it kind of defeats the point of having a cloud.
michael
@michael
08/21/14 11:09:50PM
7,832 posts

Audio Downloads not working right


Installation and Configuration

the code you have doesnt match up with the url showing.

your code reads:
...<a href="{$jamroom_url}/{$murl}/download/audio_file/{$item._item_id}">{jrCore_icon icon="download"}</a>

But the url shows
https://www.punkbandpromotions.com/audio/download_album/4/never-mind-the-covers-from-groningen-heres-two-two-79

It should be irrelivant which skin is being used because the template comes from the audio module.

Hit 'compare' and see if it matches up with the current .tpl file.
michael
@michael
08/21/14 10:46:43PM
7,832 posts

Search won't search within results


Installation and Configuration

There is no search in the top right.
michael
@michael
08/21/14 10:44:48PM
7,832 posts

Profile Active Check Box


Design and Skin Customization

Don't think there is specifically a tool built, but you could easily do a search on them with:
{jrCore_list module="jrProfile" search1="profile_active = 0"}
for not active users. Should be that only the admin sees the results.
michael
@michael
08/21/14 10:14:57PM
7,832 posts

Audio Downloads not working right


Installation and Configuration

The link is the same for all the download buttons.

Whats the template code thats causing the button to appear?
michael
@michael
08/21/14 10:13:00PM
7,832 posts

Site is Broken - Can't log-in


Using Jamroom

Ken_Rich:TinyMCE embed tool gives me "javascript void" and does not insert anything.

Make sure you have your system up to date. That should fix this issue. If it persists, let us know the module that is not working for you.
michael
@michael
08/21/14 09:08:54PM
7,832 posts

Disable cache


Jamroom Developers

docs:

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

no_cache

Quote: Set the "no_cache" parameter to true and caching will be disabled on the request.

{jrCore_list module="module" template="template_name" order_by="_created numerical_desc" no_cache=true}
michael
@michael
08/21/14 05:03:34PM
7,832 posts

Core 5.2.9 TinyMCE4 update


IpsumJam

probably the only file you will need to change is:
tab_ajax_(your module).tpl

and in that change:
tinyMCEPopup.editor
to
top.tinymce.activeEditor
  668