Member Profiles

classic Classic list List threaded Threaded
104 messages Options
123456
Reply | Threaded
Open this post in threaded view
|

Re: Member Profiles

Pedro
Harvey44 wrote
It's not opening or opened on my droid. It says Edit your profile, but won't open.
Did you click on it? Try to increase your zoom. In my mobile it worked perfectly.
Harvey44 wrote
That does look more integrated. Did you set it inline or is it pulling from the CSS?
I've added the Shaded background class into the edit field form.

What is your suggestion to deal with the age/birth date?
My test forum.
Reply | Threaded
Open this post in threaded view
|

Re: Member Profiles

Harvey
In reply to this post by Harvey

I did try to click it.  It turns blue but doesn't open.

You would enter your birthday and it would subtract from current year to figure your age?  How hard is that to do?

(via mobile)

On Aug 28, 2013 1:46 PM, "Harvey44 [via Nabble Support]" <[hidden email]> wrote:
That does look more integrated.

Pedro <Nabble> wrote
The drop down is for web browsers, at your mobile it will be opened.
It's not opening or opened on my droid. It says Edit your profile, but won't open.

Any feedback on the other issues:

Date of Birth
Button




If you reply to this email, your message will be added to the discussion below:
http://support.nabble.com/Member-Profiles-tp7583880p7586209.html
To unsubscribe from Member Profiles, click here.
NAML

Screenshot_2013-08-28-21-04-01.png (73K) Download Attachment
HTTPS Please!
Reply | Threaded
Open this post in threaded view
|

Re: Member Profiles

Pedro
Harvey44 wrote
You would enter your birthday and it would subtract from current year to
figure your age?  How hard is that to do?
I have to think in an easy way to do it. We would have to calculate the years every time someone visits a profile.
My test forum.
Reply | Threaded
Open this post in threaded view
|

Re: Member Profiles

Harvey
If it ends up getting to complicated let me know.


On Thu, Aug 29, 2013 at 12:05 AM, Pedro <Nabble> [via Nabble Support] <[hidden email]> wrote:
Harvey44 wrote
You would enter your birthday and it would subtract from current year to
figure your age?  How hard is that to do?
I have to think in an easy way to do it. We would have to calculate the years every time someone visits a profile.


If you reply to this email, your message will be added to the discussion below:
http://support.nabble.com/Member-Profiles-tp7583880p7586213.html
To unsubscribe from Member Profiles, click here.
NAML



--
"Like" us on Facebook: www.facebook.com/NYSkiBlog
Follow us on Twitter: http://twitter.com/nyskiblog
----------
Harvey Road: NYSkiBlog.com
NY Ski Forum: forum.NYSkiBlog.com
NY Ski Magazine: mag.NYSkiBlog.com
NY Ski Directory: directory.NYSkiBlog.com
HTTPS Please!
Reply | Threaded
Open this post in threaded view
|

Re: Member Profiles

Pedro
In reply to this post by Harvey
I replace the age with birth. Take a look.
Now I have to think how to subtract the current date and the birth.
My test forum.
Reply | Threaded
Open this post in threaded view
|

Re: Member Profiles

Harvey
Cool.

Two things.

One - Americans are more used to this:

mm/dd/yyyy

not this

yyyy/wmm/dd

Two - I'm thinking we don't DISPLAY the birthday, we just use it to calculate age.
HTTPS Please!
Reply | Threaded
Open this post in threaded view
|

Re: Member Profiles

Pedro
Ok, I was doing step by step. Take a look on it now.
My test forum.
Reply | Threaded
Open this post in threaded view
|

Re: Member Profiles

Harvey
Pedro <Nabble> wrote
Ok, I was doing step by step. Take a look on it now.
Was not trying to pressure, just help.

Looks really good!

I would like to add a note under the birthday that indicates that it will only be used to calculate your age.

That would go here?

<label>Birthday:</label><div><input type="text" pattern='^(0[1-9]|1[012])[- /.](0[1-9]|[12][0-9]|3[01])[- /.](19|20)\d\d$' name="bday" class='bday' /> (mm/dd/yyyy)</div>
(Date will be used to calculate your age.)
        </div>
        <br class='clear'/> 

Also the type is purple again. Would like it to match.

HTTPS Please!
Reply | Threaded
Open this post in threaded view
|

Re: Member Profiles

Harvey
Or maybe this would be better:

<label>Birthday (used to calculate age):</label><div><input type="text" pattern='^(0[1-9]|1[012])[- /.](0[1-9]|[12][0-9]|3[01])[- /.](19|20)\d\d$' name="bday" class='bday' /> (mm/dd/yyyy)</div>
        </div>
        <br class='clear'/> 
HTTPS Please!
Reply | Threaded
Open this post in threaded view
|

Re: Member Profiles

Pedro
It seems that you have already changed it, right?
My test forum.
Reply | Threaded
Open this post in threaded view
|

Re: Member Profiles

Harvey
Pedro <Nabble> wrote
It seems that you have already changed it, right?
I did thanks.

I'd like the update button to have rounded corners... maybe match "button class = toolbar"

Do I do that here:

 <div>
            <label>Location:</label><div><textarea class='location' maxlength='30'  name="location" ></textarea></div>
        </div>
        <br class='clear'/>
        <br/>
        <input class="sub_but"  type="submit" value="Update" />
        <br class='clear'/><br/>  
HTTPS Please!
Reply | Threaded
Open this post in threaded view
|

Re: Member Profiles

Pedro
Yes:
<input class="sub_but toolbar" type="submit" value="Update">
My test forum.
Reply | Threaded
Open this post in threaded view
|

Re: Member Profiles

Harvey
I think it looks great:



I understand why you did the letters in purple but its the only purple anywhere on the site.  Not sure what that color should be.

Also when you open the edit profile window, content gets cut off at the bottom of the iframe.  Probably no way around that when using Javascript?

Anyway thanks. Looks good.
HTTPS Please!
Reply | Threaded
Open this post in threaded view
|

Re: Member Profiles

Pedro
Where is it cutting off? Can you print it?
My test forum.
Reply | Threaded
Open this post in threaded view
|

Re: Member Profiles

Harvey
Pedro <Nabble> wrote
Where is it cutting off? Can you print it?
It cuts off at the bottom when "Edit your profile" is open:


HTTPS Please!
Reply | Threaded
Open this post in threaded view
|

Re: Member Profiles

Pedro
Fixed. Please, take a look now.
My test forum.
Reply | Threaded
Open this post in threaded view
|

Re: Member Profiles

Harvey
That works thanks!  (How did you do it?)

I'm wondering if when someone checks FEMALE if the default avatar could be a female version of this:

HTTPS Please!
Reply | Threaded
Open this post in threaded view
|

Re: Member Profiles

Pedro
Do you have a female avatar image?
My test forum.
Reply | Threaded
Open this post in threaded view
|

Re: Member Profiles

Harvey
I don't. I'd like it to match the man.

Where did you get him?

He needs a pony tail or something.
HTTPS Please!
Reply | Threaded
Open this post in threaded view
|

Re: Member Profiles

Pedro
I guess Hugo made that one.
My test forum.
123456