Forum Replies Created
-
Well I thought if I add a custom profile filed. Make it a drop down.
Then all i need to do is check the value of that field on profile/index.php
The profile field is fine. However, how do i then call its value in an if statement?
works a treat
Ok, followed this to the letter. and it pretty much works perfectly.
only problem is in the ‘Active Forum Topics’ it shows all my posts, but doesnt recognise who posted it or show my gravatar.
If i few the posts in the actual forum /forum/ it shows who its recognises admin posted it and shows my gravatar
any suggestions?
cheers
ahhhh thats the solution to my problem!
I had the same with the welcome widget only saving one char.
Is their a rough time frame for this?
I think perhaps its something in the ajax call not saving correctly.
Can tell me what page handles the save action of the widget? I should be able to do further tests from there
thanks
I have run into this, but as yet haven’t worked out why its doing it.
Also other widgets only save the first character of anything i add!
Looking at the database its not getting saved correctly… it doest look like a properly formatted array.
so im thinking there is a problem with the ajax file that saves it?
I am also having this problem with the Welcome Widget and all other widgets i tested.
Its only saving the first character i type in.
looking at the entry in wp_X_options before i save (just added welcome widget) it contains ‘a:2:{s:5:”title”;s:0:””;s:4:”text”;s:0:””;}’
When i save the widget text leaving the fields blank its does what it should… the db field again says ‘a:2:{s:5:”title”;s:0:””;s:4:”text”;s:0:””;}’
However when i add some text to the widget and save ir does this;
does the ajax call posting the correct widget text. then something happens as the db field now says
‘FIRST CHARACTER OF WIDGET TEXT rray’
Any ideas?