SORTED! Input bg color on NMS

General project discussion. NOT for help questions.
Post Reply
User avatar
pgingao
Forum Members
Forum Members
Posts: 70
Joined: Mon Sep 03, 2007 8:02 am

SORTED! Input bg color on NMS

Post by pgingao »

Hi all,

I can't find were to change this in-line style="background-color: rgb(255, 255, 160);" on EMAIL ADDRESS and NAME on subscribe NMS. Any ideas?

Paulo
Last edited by pgingao on Mon Dec 22, 2008 5:12 pm, edited 1 time in total.
tyman00
Power Poster
Power Poster
Posts: 906
Joined: Tue Oct 24, 2006 5:59 pm

Re: Input bg color

Post by tyman00 »

1. In order to get the best support you should provide a better Title for the thread
2. This is the wrong forum. Should go under Modules/Add-Ons
3. I did a right click --> View Source on my NMS subscription page. I found

Code: Select all

<input type="text" name="m5email" id="m5email" value="" size="30" maxlength="150" />
and

Code: Select all

<input type="text" name="m5username" id="m5username" value="" size="30" maxlength="150" />
Try targeting m5email and m5username in your stylesheet.

FWIW, that took all of 2 minutes to research.
If all else fails, use a bigger hammer.
M@rtijn wrote: This is a community. This means that we work together and have the same goal (a beautiful CMS), not that we try to put people down and make their (voluntary) job as difficult as can be.
User avatar
pgingao
Forum Members
Forum Members
Posts: 70
Joined: Mon Sep 03, 2007 8:02 am

Re: Input bg color

Post by pgingao »

Hi tyman00,

thanks for your tips. Please nothe this code style="background-color: rgb(255, 255, 160);" is an in-line style so it overwrides linked or embedded!

Thanks

Paulo
tyman00
Power Poster
Power Poster
Posts: 906
Joined: Tue Oct 24, 2006 5:59 pm

Re: Input bg color

Post by tyman00 »

Huh, that's interesting since mine doesn't have any in-line styling and I haven't done any changes in that sense to my input tags. So I apologize for jumping to conclusions.

Was this a fresh installation from the latest release of NMS or was this upgraded from a Previous Version? Does your template in the admin have {$username} where your tag is?
If all else fails, use a bigger hammer.
M@rtijn wrote: This is a community. This means that we work together and have the same goal (a beautiful CMS), not that we try to put people down and make their (voluntary) job as difficult as can be.
User avatar
pgingao
Forum Members
Forum Members
Posts: 70
Joined: Mon Sep 03, 2007 8:02 am

Re: Input bg color

Post by pgingao »

Hi again,

no worries! Yes it's a fresh new install and my template is:

{if $message ne ""}

{$message}

{/if}
{$formstart}
{$formhidden}
        {if $prompt_email ne ""}
{$prompt_email}:{$email}
        {/if}
        {if $prompt_username ne ""}
                {$prompt_username}:{$username}
        {/if}
{*foreach from=$listids item=curr_id}
  {$curr_id}
{/foreach*}

{$submitbtn}
{$formend}

Thanks

Paulo
tyman00
Power Poster
Power Poster
Posts: 906
Joined: Tue Oct 24, 2006 5:59 pm

Re: Input bg color

Post by tyman00 »

Unfortunately, this issue just passed my realm of capabilities. I can't imagine that calguy would build an inline style into a form input, plus it doesn't show up in mine (which confuses me).
If all else fails, use a bigger hammer.
M@rtijn wrote: This is a community. This means that we work together and have the same goal (a beautiful CMS), not that we try to put people down and make their (voluntary) job as difficult as can be.
User avatar
pgingao
Forum Members
Forum Members
Posts: 70
Joined: Mon Sep 03, 2007 8:02 am

Re: Input bg color on NMS SORTED

Post by pgingao »

You're not gonna bellieve this!

I was looking at it with firebug and that in-line style as there! But it's added by my browser with some extension, maybe auto complete or so!
It never came to me it could be something like this!

Sorry for the trouble guys!

Paulo
tyman00
Power Poster
Power Poster
Posts: 906
Joined: Tue Oct 24, 2006 5:59 pm

Re: SORTED! Input bg color on NMS

Post by tyman00 »

Can't believe I didn't think of that. It's the highlight from Google Toolbar (assuming you have it installed).
If all else fails, use a bigger hammer.
M@rtijn wrote: This is a community. This means that we work together and have the same goal (a beautiful CMS), not that we try to put people down and make their (voluntary) job as difficult as can be.
User avatar
pgingao
Forum Members
Forum Members
Posts: 70
Joined: Mon Sep 03, 2007 8:02 am

Re: SORTED! Input bg color on NMS

Post by pgingao »

Ye, can be! We always go for things more complicated :)

Paulo
Post Reply

Return to “General Discussion”