Forum Activity for @douglas

douglas
@douglas
11/18/14 06:59:27AM
2,812 posts

How to remove *asterisks* from Images Tab ?


Ning To Jamroom

Strumelia:
Ok, I ran the integrity chack and the asterisks around Images disappeared in the main menu links. :)

I cloned my Ningja skin and found the headermenudesktop tmeplate and i did this and saved it, and refreshed page, but am not seeing a link for HOME in my top nav bar links. What am I not doing right please?:

(oops bear with me, I can't seem to paste code into my post here...)

Did you clear your cache?
updated by @douglas: 12/29/14 09:23:54AM
douglas
@douglas
11/18/14 05:10:10AM
2,812 posts

Upgrading from existing “Ning” Pages and Discussions modules


Ning To Jamroom

I replied to your email, you must have not received it?

We'll need your site URL, admin login and FTP access. If you can email us that info we can get you fixed up.

Thanks!
updated by @douglas: 12/29/14 09:23:54AM
douglas
@douglas
11/17/14 10:22:09AM
2,812 posts

commenting vanished/


Ning To Jamroom

I'll let Brian or Paul answer this, I'm not 100% sure if profile comments will be added in or if your Ning comments will be put somewhere else.
updated by @douglas: 12/29/14 09:23:54AM
douglas
@douglas
11/17/14 10:19:19AM
2,812 posts

Charts


Using Jamroom

Did you clear your cache?

ACP > System Tools > Clear Cache
douglas
@douglas
11/17/14 09:33:08AM
2,812 posts

Charts


Using Jamroom

jcoppage:
I need to replace "genre" with "artist" since this site is all one genre. How could I do that?

Find this:

<span class="capital">{jrCore_lang module="jrAudio" id="12" default="genre"}:</span> <span class="media_title">{$item.audio_genre}</span>&nbsp;

replace with this:

<span class="capital">Artist:</span> <span class="media_title">{$item.profile_name}</span>&nbsp;
douglas
@douglas
11/17/14 09:07:41AM
2,812 posts

Since Ninja Updates


Ning To Jamroom

Make sure you've followed this:

https://www.jamroom.net/ning-to-jamroom/forum/announcements/16739/upgrading-from-existing-ning-pages-and-discussions-modules

as the group modules have changed.
updated by @douglas: 12/29/14 09:23:54AM
douglas
@douglas
11/17/14 09:06:29AM
2,812 posts

How to remove *asterisks* from Images Tab ?


Ning To Jamroom

Remove the { if } and { /if }, you don't need that part.
updated by @douglas: 12/29/14 09:23:54AM
douglas
@douglas
11/17/14 09:04:51AM
2,812 posts

Google Analytics


Using Jamroom

If you have the Google Analytics module installed...

https://www.jamroom.net/the-jamroom-network/networkmarket/80/google-analytics

You can add your Google Analytics ID in the "Global Config" tab for the module and your set.

Hope this helps! :)
douglas
@douglas
11/17/14 09:02:11AM
2,812 posts

charts - song limits


Using Jamroom

You can add a group_by parameter to the function...

 {jrCore_list module="jrAudio" chart_field="audio_file_stream_count" chart_days="7" group_by="profile_name" template="song_chart_row.tpl" pagebreak="10" page=$_post.p}

however that is only going to show one song per profile. I don't think there is a way to show just 2.
douglas
@douglas
11/17/14 08:58:27AM
2,812 posts

Charts


Using Jamroom

jcoppage:
I already have a chart page showing. Would it be this file that I edit? skins/jrNova/song_chart_row.tpl ?

Yes, that is the template you'll want to modify.
  194