Forum Activity for @nmaster88

Nmaster88
@nmaster88
12/21/15 10:56:54AM
94 posts

Sign up form


Design and Skin Customization

douglas:
There isn't a template for the signup form, it is hard coded in the jrUser modules php files.

Can you let us know what your trying to accomplish?

Thanks!

Thanks for the reply!

I'm trying to accomplish something like what's on the image.
apagar.jpg apagar.jpg - 48KB
Nmaster88
@nmaster88
12/20/15 02:28:31AM
94 posts

Sign up form


Design and Skin Customization

I found and used this code for a login form:
https://www.jamroom.net/the-jamroom-network/documentation/howto/603/howto-add-the-user-login-form-to-any-page
But now i want to do the same for a signin form in my skin and i'm not finding anithing, where shall i look? Thanks in advance.
updated by @nmaster88: 03/30/16 09:57:19AM
Nmaster88
@nmaster88
12/12/15 03:11:36PM
94 posts

Google ads to Jamroom skin


Design and Skin Customization

michael:
Take a look at the GENERATED source code and I think you'll see a few things you want to fix up.

ie:
* go here http://dev.serveion.com/wowmusic/
* (in firefox) ctrl+u to see source code

There are quite a few locations shown in red, that usually means an error.

Some of them are stuff like this:
<!--<script type="text/javascript" src="/skins/wmWowMusic/js/lib-1-9-1.js"></script><!-- lib Js -->
Which has 2 opening tags for an html comment, but only 1 closing tag. that should be fixed up.

Further down there is:
 <h1 id="logo"> <a href="index.html"> <img src="http://dev.serveion.com/wowmusic/skins/wmWowMusic/img/logo.jpg"></h1>
Which has an opening 'a href' but no closing tag. That should be fixed up.

The part your probably most interested in related to the google code is down around line 1952 ish. (screenshot)

You have a script tag open, then some html inside that open script block.

If you can get the code that google says "Use this code to show adsense" in tact out to the source code, then you'll probably fix it.

Thanks for the help!

But it really was related to google, they have to approve the ads to the site first, and it seems it was not approved hehe.
Nmaster88
@nmaster88
12/09/15 09:27:53AM
94 posts

Google ads to Jamroom skin


Design and Skin Customization

douglas:
Is that message its giving you in your error logs?

I can see the code is there... the only thing I can think is that maybe your google id isn't correct?

You mean this: google_ad_client = "";?
In my google adsense account i have:
Publisher ID


EDIT: ID's removed.
updated by @nmaster88: 12/09/15 09:29:27AM
Nmaster88
@nmaster88
12/09/15 08:12:14AM
94 posts

Global config tabs not updating


Design and Skin Customization

brian:
We use this literally in hundreds of places in Jamroom, so I know for certain it works. All of our skins are setup this way. I would just double check that you have correctly inserted the right code in the config.php file. Maybe paste here what you have added? Did you use the correct skin directory name in the jrCore_register_setting() function call? it should be like:

jrCore_register_setting('SkinDir', $_tmp);

Where SkinDir is the DIRECTORY of your custom skin.

Yes, but that i have it ok, because the tabs appear on the global config of my skin, the real problem is when save changes, the fields are not modified... Is there some permission or configuration i'm missing?
Nmaster88
@nmaster88
12/09/15 08:02:54AM
94 posts

Google ads to Jamroom skin


Design and Skin Customization

douglas:
Do you have a link that we can check out?

http://dev.serveion.com/wowmusic/#

It's given me a 403 Ok response from it...
Nmaster88
@nmaster88
12/09/15 07:07:03AM
94 posts

Google ads to Jamroom skin


Design and Skin Customization

gary.moncrieff:
google_ad_client = "##############";

I've put: google_ad_client = "ca-pub-2460287167860304";
The problem is it still doesn't work. Don't i have to change more on the code?
It's strange, because if the ad works on my blog isn't it supposed to work here?
Nmaster88
@nmaster88
12/09/15 05:00:28AM
94 posts

Google ads to Jamroom skin


Design and Skin Customization

What do i need to change there to match my google ads code? thanks
Nmaster88
@nmaster88
12/09/15 04:03:26AM
94 posts

Google ads to Jamroom skin


Design and Skin Customization

No, it's not a clone skin, it's a template i'm adapting.
Nmaster88
@nmaster88
12/09/15 03:17:37AM
94 posts

Google ads to Jamroom skin


Design and Skin Customization

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

Which skin are you using?

I'm not using a default skin. Do you think i have something missing?
  8