Forum Activity for @douglas

douglas
@douglas
07/23/14 08:00:33AM
2,807 posts

Customize Register Page


Installation and Configuration

You'll want to use the form designer in each module and add the fields you want to use.

So if you go to create an audio item, click the form designer button and add the fields in.

Hope this helps,
Douglas
douglas
@douglas
07/23/14 07:55:23AM
2,807 posts

Troubleshooting Oneall feeds


Using Jamroom

Did you create the apps on Twitter and Facebook as described in your Oneall account?
douglas
@douglas
07/23/14 07:54:27AM
2,807 posts

Charts not updating


Using Jamroom

Those variables are already in the song_chart_row.tpl file.

I'm not 100% sure, but you may have to wait the amount of days set in the chart_days parameter in the jrCore_list function before entries start to move.

You could change change that parameter in your skins/jrNova/song_chart.tpl and skins/jrNova/song_chart_weekly.tpl files to 1 and see if that makes a difference. At least that would let you know that it is working.

Hope this helps,
Douglas
douglas
@douglas
07/21/14 08:31:08AM
2,807 posts

Adding Google Adsense Code To JrMobile Site.


Using Jamroom

Just adding this reply from your other post...

Quote:
There isn't much support going for JR4 anymore since we are not working on any updates for JR4 anymore and support for JR4 will eventually cease to exist.

However, you should be able to add the advert function to the mobile templates like it is in the skin templates... this link should help.

http://archive.jamroom.net/Jamroom4_jr_advert

you might also check out how it is added into a skin template as a reference.

Hope this helps,
Douglas
douglas
@douglas
07/21/14 07:30:50AM
2,807 posts

Adding Google Adsense code to JrMobile site.


Design and Skin Customization

There isn't much support going for JR4 anymore since we are not working on any updates for JR4 anymore and support for JR4 will eventually cease to exist.

However, you should be able to add the advert function to the mobile templates like it is in the skin templates... this link should help.

http://archive.jamroom.net/Jamroom4_jr_advert

you might also check out how it is added into a skin template as a reference.

Hope this helps,
Douglas
douglas
@douglas
07/21/14 07:16:19AM
2,807 posts

Adding Google Adsense code to JrMobile site.


Design and Skin Customization

Which skin are you using?

The skins settings has a field for your Google Adsense ID, which is all you need to show Adsense ads, so you don't need to add the Ad code to any templates and there isn't a jrMobile module that I'm aware of.

If you go to your ACP > Skins Settings, if your using a Jamroom Network skin, you'll see a checkbox to show google ads and a field right below it to add your Google Adsense ID.

Hope this helps,
Douglas
douglas
@douglas
07/20/14 12:53:08PM
2,807 posts

nothing showing in the timeline or the blog


Genosis

Glad you figured it out. You might also check to see if there is a require image in the skin config, unless you don't profiles showing up without an image.
updated by @douglas: 12/29/14 09:23:55AM
douglas
@douglas
07/20/14 12:50:48PM
2,807 posts

Polls Module


Using Jamroom

You can use the jrCore_list function to get a poll listing on the skin side/front-end... you can also use {debug} in the row template to find out what variables are available.

https://www.jamroom.net/the-jamroom-network/documentation/development/89/jrcore-list

Something like this should get you going:

{capture name="row_template" assign="poll_row"}
	{literal}
		{jrCore_module_url module="jrPoll" assign="murl"}
		{if isset($_items)}
    		{foreach from=$_items item="item"}
    			{debug}
		    {/foreach}
		{/if}
	{/literal}
{/capture}

{jrCore_list module="jrPoll" order_by="_created numerical_asc" limit="10" template=$poll_row}

You can also use the templates found in the modules/jrPoll/templates folder for examples.

Hope this helps!
douglas
@douglas
07/17/14 11:15:59AM
2,807 posts

Accidentally downgraded master admin account to user account.


Installation and Configuration

In the jr_jruser_item_key table, find the _item_id 1 and change the user_group to master.

Hope this helps,
Douglas
updated by @douglas: 07/17/14 11:16:22AM
douglas
@douglas
07/16/14 02:12:23AM
2,807 posts

Arvixe


Jamroom Hosting

I believe the module parameter is wrong too...

module="jrCore_image"

there is no such module unless they created one named jrCore_image...
  215