The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to find users with links in signature
Hi,
Is there a way to retrieve the list of users that have a link in their signature? I'd like to mass PM them but can't find a way to segment only those with links in their sigs. Thanks |
#2
|
||||
|
||||
Hmmm, you'd have to do a join query to get the username from the username table but in order to get a list of those with links in thier signature this should work in admincp>maintainance>execute sql query
PHP Code:
|
#3
|
||||
|
||||
The first condition in the where clause is redundant since you are performing the join on those fields.
|
#4
|
|||
|
|||
I tried this query but it returns an error:
'mydaabase.vb_user' doesn't exist Any idea how to fix this error? Edit: I have not prefix for some reason that's why. Thanks. |
#5
|
||||
|
||||
You can mass mail easily. Just search for "url" instead of by username or other criteria.
You could also search for users, export the returned user list, and then copy/paste users into a PM "to". Be sure your PM permissions are (at least temporarily) large enough to allow more than the standard 5 concurrent recipients. In my opinion, both are easier than rewriting PHP (or writing plugins), unless this is more than a one-off activity. Several ways to skin this cat. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|