Forum Activity for @douglas

douglas
@douglas
12/09/15 04:19:20AM
2,812 posts

Google ads to Jamroom skin


Design and Skin Customization

This is what is used in our skins:

            <script type="text/javascript"><!--
                google_ad_client = "##############";
                google_ad_width = 180;
                google_ad_height = 150;
                google_ad_format = "180x150_as";
                google_ad_type = "text_image";
                google_ad_channel ="";
                google_color_border = "CCCCCC";
                google_color_bg = "CCCCCC";
                google_color_link = "FF9900";
                google_color_text = "333333";
                google_color_url = "333333";
                //--></script>
            <script type="text/javascript"
                    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
            </script>

There isn't a need for the literal tags.

Hope this helps!
douglas
@douglas
12/09/15 03:45:15AM
2,812 posts

Google ads to Jamroom skin


Design and Skin Customization

Are you using a cloned skin?

If so which skin did you clone?
douglas
@douglas
12/09/15 03:15:41AM
2,812 posts

Google ads to Jamroom skin


Design and Skin Customization

Nmaster88:
I have my code like this, isn't it supposed to work?

Which skin are you using?
douglas
@douglas
12/08/15 05:43:54AM
2,812 posts

SSL Recommendations


Jamroom Hosting

namecheap.com
douglas
@douglas
12/07/15 09:35:46AM
2,812 posts

new ningja skin version unusable (menu bug and others)


Ning To Jamroom

Yeah, you may have some code that isn't compatible or just not working, can you add the changes one at a time to see where it goes wrong?
douglas
@douglas
12/07/15 04:57:58AM
2,812 posts

new ningja skin version unusable (menu bug and others)


Ning To Jamroom

If your using a cloned skin nothing in the jrNingja skin update will change anything in your cloned skin, it just isn't possible.

Unless, you've manually taken the changes from the jrNingja skin and added them to your cloned skin?
douglas
@douglas
12/06/15 04:28:14AM
2,812 posts

Adding TAGS to a template search


Design and Skin Customization

Yes, this should be fixed for the next release.
douglas
@douglas
12/06/15 04:26:11AM
2,812 posts

Global config tabs not updating


Design and Skin Customization

If you want to remove it all together, you'll want to do that through the database admin.

ACP > Developer > Developer Tools > Database Admin

You'll find the skin config settings in the jr_jrcore_setting table.
douglas
@douglas
12/06/15 04:14:44AM
2,812 posts

@ Tag mentions in Profile Forums


Using Jamroom

I'm seeing an issue too, the @ tags do not get converted if the editor is enabled for the forum.

I'll get a ticket open for this.

Thanks!
douglas
@douglas
12/05/15 05:58:52AM
2,812 posts

Unwanted HTML gap/space


Using Jamroom

I see the same, the issue is a line break is added for each table tag after saving.

So if there are total of 8 table tags, then 8 line breaks are added.

<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<table>
<tbody>
<tr>
<td>
</td>
</tr>
</tbody>
</table>
  123