The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#31
|
|||
|
|||
![]()
Very generous. Thank you.
|
#32
|
|||
|
|||
![]()
Just thinkg about how many people i and other's have helped.
|
#33
|
|||
|
|||
![]()
Right on, that's what this site is supposed to be about. I don't post here for the money. It's just something to do to pay it forward. That's not to say I don't do professional work though. I'm picky about who I work with either way. Some appreciate it and you can tell, others, not so much.
|
#34
|
||||
|
||||
![]()
Works great but users still have to go to there edit options and hit save for the bar to show , how can i fix that?
|
#35
|
|||
|
|||
![]()
We need to look at which of the options is the default. Look in the user profile field editor and check the "Set Default" options for that custom field.
I don't know how it works code wise, hopefully it will update all users to the default when changed. The worse case scenario is having to delete it and create it again with a default which will hopefully set the default in their profile and not just the form. |
#36
|
||||
|
||||
![]()
Default is yes , its showing clicked , all they do is hit save
|
#37
|
|||
|
|||
![]()
So it is for the form only and not the actual setting in the DB for each user? It's actually no unless they go click? I didn't mock it up for a test, so I don't know what it's doing code wise.
|
#38
|
||||
|
||||
![]()
User Profile Fields in Area: Options: Messaging / Notification
Enable Cometchat Software? Single-Selection Radio Buttons Editable, Searchable field15 --------------- Added [DATE]1277334972[/DATE] at [TIME]1277334972[/TIME] --------------- Do i need to move if from edit options ? maybe it don't autoupdate or something Maybe <if condition="$bbuserinfo['field15'] != 'No' "> |
#39
|
|||
|
|||
![]()
I went in the DB with PHPMyAdmin. Seems like it's gonna take a query to pull off. This will opt everyone in as Yes and they will have to go to the cp to turn it to no instead of Yes.
Here's a query you can run in PHPMyAdmin from the SQL tab... update `userfield` set `field15` = 'Yes' where `field15` = ''; If you have table prefixes, adjust the userfield table name. Take note of backtics and single quote usage in the query. --------------- Added [DATE]1277335389[/DATE] at [TIME]1277335389[/TIME] --------------- Quote:
|
#40
|
||||
|
||||
![]()
testing
PHP Code:
Quote:
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|