![]() |
Remove Items
i disabled 'Username Options' but people still have bolded/colored usernames. How can i remove these from people?
|
dosn't any one know??
|
Right now, u'll have to do a query to remove them. Or use the vbPlaza Maintenance options to "Clear All Display Flags".
At this moment, I dont have time to build the query for you, but there are other examples in this forum about removing the flags for display flags via a query. -CMX |
i searched and could not find a similar query, could you please point me in the right direction
thanx |
Try this query...
To remove Username Bold: Code:
UPDATE (TABLE_PREFIX)user SET vbp_displayflags = vbp_displayflags & (-1 ^ 1); Code:
UPDATE (TABLE_PREFIX)user SET vbp_displayflags = vbp_displayflags & (-1 ^ 2); Code:
UPDATE (TABLE_PREFIX)user SET vbp_displayflags = vbp_displayflags & (-1 ^ 4); -CMX |
do you know how to remove username fonts?
|
Code:
UPDATE (TABLE_PREFIX)user SET vbp_namefonttype = ''; |
All times are GMT. The time now is 11:12 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|