Forum: vB3 Programming Discussions
07 Nov 2008, 01:20
|
Replies: 4
Views: 668
update post set pagetext =...
update post set pagetext = replace(pagetext,'domain .com','domain.net')
You will need to rebuild your post cache to see the changes.
Both of these operations are very server intensive and...
|
Forum: vB3 Programming Discussions
03 Nov 2008, 22:26
|
Replies: 2
Views: 620
vbadvance might do the first part, it can...
vbadvance might do the first part, it can summarize forums on the portal page
Your usercp shows messages and the like, not sure what more you need there.
You also win my vote for worst thread...
|
Forum: vB3 Programming Discussions
02 Nov 2008, 23:40
|
Replies: 4
Views: 1,551
|
Forum: vB3 Programming Discussions
31 Oct 2008, 00:04
|
Replies: 4
Views: 1,551
You can do this with a nested query
...
You can do this with a nested query
SELECT albumpicture.*, album.*, user.username, user.usergroupid,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid
FROM " ....
|
Forum: vB3 Programming Discussions
28 Oct 2008, 06:21
|
Replies: 1
Views: 828
|
Forum: Forum and Server Management
26 Oct 2008, 23:42
|
Replies: 4
Views: 1,089
|
Forum: vB3 Programming Discussions
26 Oct 2008, 23:40
|
Replies: 1
Views: 816
|
Forum: Forum and Server Management
22 Oct 2008, 00:35
|
Replies: 4
Views: 878
|
Forum: Forum and Server Management
22 Oct 2008, 00:33
|
Replies: 4
Views: 1,089
|
Forum: Modification Requests/Questions (Unpaid)
22 Oct 2008, 00:30
|
Replies: 5
Views: 1,277
Like this?
...
Like this?
http://www.myth-weavers.com/sheets/?
You need to register to see the full functionality, but other versions of the 3eprofiler code are out there.
We are the only site I am aware...
|
Forum: vB3 Programming Discussions
20 Oct 2008, 04:10
|
Replies: 4
Views: 720
|
Forum: vB3 General Discussions
07 Oct 2008, 01:58
|
Replies: 8
Views: 1,049
You can drop a vb script (with access to the...
You can drop a vb script (with access to the mysql classes) into includes/cron and set it up as a cron in the admincp.
Alternatively, you can use a scripting language with mysql support and set it...
|
Forum: Forum and Server Management
07 Oct 2008, 01:56
|
Replies: 27
Views: 3,413
|
Forum: Forum and Server Management
07 Oct 2008, 01:50
|
Replies: 9
Views: 1,900
|
Forum: News and Announcements
26 Sep 2008, 04:25
|
Replies: 114
Views: 23,088
I really think some of the larger feature sets...
I really think some of the larger feature sets like social groups, albums, and things like that should be opt-out. Additionally, there are a lot of things just added to the datastore that, under...
|
Forum: vB3 Programming Discussions
16 Sep 2008, 01:25
|
Replies: 4
Views: 887
|
Forum: Forum and Server Management
12 Sep 2008, 00:34
|
Replies: 9
Views: 1,603
|
Forum: vB3 Programming Discussions
12 Sep 2008, 00:29
|
Replies: 2
Views: 550
|
Forum: vB3 General Discussions
10 Sep 2008, 01:28
|
Replies: 19
Views: 1,562
What is the address for you rsite
What is the...
What is the address for you rsite
What is the error message you recieve
Does it work in other browsers
Is it only PCs that have the problem
Have you considered a better thread title might result...
|
Forum: vB3 General Discussions
09 Sep 2008, 02:17
|
Replies: 9
Views: 1,601
|
Forum: vB3 General Discussions
08 Sep 2008, 00:57
|
Replies: 5
Views: 751
|
Forum: vB3 Programming Discussions
04 Sep 2008, 06:32
|
Replies: 2
Views: 660
Your question is not making alot of sense.
...
Your question is not making alot of sense.
What do you mean "repeat various amounts of time"? is the ratieid supposed to be the same in each case, so effectively an identical entry 158 times? If...
|
Forum: vB3 Programming Discussions
04 Sep 2008, 01:01
|
Replies: 1
Views: 639
Probably easiest to run a script over the...
Probably easiest to run a script over the database which capitalises the first name. The default collation that vb uses is not case sensitive, so it wont affect the code. You (or someone you...
|
Forum: vB3 General Discussions
03 Sep 2008, 04:48
|
Replies: 2
Views: 693
What do you mean by OK?
It's not going to...
What do you mean by OK?
It's not going to hurt your board, except that searching will be turned off, and you can doit from the admincp ->vbulletin options->message searching options
|
Forum: vB3 General Discussions
03 Sep 2008, 04:42
|
Replies: 4
Views: 719
|