Forum: vB3 General Discussions
19 Oct 2005, 02:52
|
Replies: 0
Views: 2,192
[chart] ...[/chart] bbcode
Having done some work recently with GD and a graphing package, it struck me how cool it would be to have a ... bbcode for vB.
Such a bbcode would allow one to embed a chart within a post. It would...
|
Forum: vBulletin 3.0 Full Releases
17 Jun 2005, 12:10
|
Replies: 102
Views: 21,791
My apologies for the long silence. Life got...
My apologies for the long silence. Life got seriously in the way of such pleasant pursuits as coding vB. FWIW, the silence will continue for a little while longer until I finish my current day job...
|
Forum: vBulletin 3.0 Beta Releases
17 Jun 2005, 11:50
|
Replies: 19
Views: 14,097
|
Forum: Community Lounge
12 Nov 2004, 03:55
|
Replies: 37
Views: 3,282
I hear ya, but I am too old and have seen this...
I hear ya, but I am too old and have seen this sort of thing too many times in nearly 30 years to get religious about standards. Sure, MS is evil, yada, yada. I just can't get excited over this...
|
Forum: Community Lounge
11 Nov 2004, 12:51
|
Replies: 37
Views: 3,282
|
Forum: vBulletin 3.0 Full Releases
08 Nov 2004, 04:17
|
Replies: 102
Views: 21,791
|
Forum: vBulletin 3.0 Full Releases
08 Nov 2004, 04:16
|
Replies: 102
Views: 21,791
I will get back to you this week. I need to...
I will get back to you this week. I need to upload the latest version as it has been tested enough now I think.
I will review thread for outstanding questions and also review the mod from SpankMe...
|
Forum: Modification Requests/Questions (Unpaid)
08 Nov 2004, 00:06
|
Replies: 5
Views: 1,144
You can do this in the template, using a trick...
You can do this in the template, using a trick that creates a value that lives in PHP. Presuming you use the regular postbit to display posts, as opposed to the legacy postbit, then look in in the...
|
Forum: Modification Requests/Questions (Unpaid)
07 Nov 2004, 23:54
|
Replies: 2
Views: 916
|
Forum: vB3 General Discussions
27 Oct 2004, 19:48
|
Replies: 8
Views: 1,667
|
Forum: vB3 Programming Discussions
26 Oct 2004, 02:41
|
Replies: 16
Views: 2,611
It's probably a scoping problem. Scoping in PHP...
It's probably a scoping problem. Scoping in PHP is, well, lacking. In your function, if you want to reference a variable outside the function, such as $DB_site, or $bbuserinfo, or whatever, you have...
|
Forum: Modification Requests/Questions (Unpaid)
12 Oct 2004, 13:05
|
Replies: 6
Views: 897
From what you have said thus far, this is very...
From what you have said thus far, this is very similar to the way forum passwords are managed. I would copy/adapt the code for forum passwords.
A couple of questions:
1) If I have entered a valid...
|
Forum: Modification Requests/Questions (Unpaid)
11 Oct 2004, 00:20
|
Replies: 4
Views: 784
This will do what you want...
Hack that will Process post text replacements, abbreviations, fake BBCODE's (http://www.vbulletin.org/forum/showthread.php?s=&threadid=68367)
|
Forum: Modification Requests/Questions (Unpaid)
07 Oct 2004, 21:59
|
Replies: 3
Views: 883
|
Forum: vB3 Programming Discussions
07 Oct 2004, 01:51
|
Replies: 7
Views: 1,046
|
Forum: Modification Requests/Questions (Unpaid)
07 Oct 2004, 01:45
|
Replies: 3
Views: 883
|
Forum: Modification Requests/Questions (Unpaid)
05 Oct 2004, 00:31
|
Replies: 1
Views: 832
|
Forum: vB3 General Discussions
01 Oct 2004, 19:19
|
Replies: 4
Views: 815
|
Forum: vBulletin 3.0 Full Releases
22 Sep 2004, 02:07
|
Replies: 102
Views: 21,791
Thanks Natch.
So, how do you suggest I...
Thanks Natch.
So, how do you suggest I conditionalize this so that no patch need be applied (i.e., in a future version of this hack).
What does your "$stylevar[imgdir_attach]" look like?
|
Forum: vB3 Programming Discussions
18 Sep 2004, 18:33
|
Replies: 6
Views: 1,273
A hit is when you are displaying a thread from...
A hit is when you are displaying a thread from the "special" forum. For such a display, you will want to retrieve the other information not in the thread table. That is when you would do the lookup...
|
Forum: vB3 Programming Discussions
18 Sep 2004, 17:12
|
Replies: 6
Views: 1,273
It's of no use to list our site as it is a...
It's of no use to list our site as it is a corporate site behind https. User's are registered by admin's and security is taken seriously.
As regards the linking, just use threadid. Each table you...
|
Forum: vB3 Programming Discussions
18 Sep 2004, 14:08
|
Replies: 3
Views: 824
|
Forum: Modification Requests/Questions (Unpaid)
18 Sep 2004, 14:02
|
Replies: 3
Views: 958
|
Forum: vB3 Programming Discussions
18 Sep 2004, 13:51
|
Replies: 6
Views: 1,273
You have the basics figured out imo. I did...
You have the basics figured out imo. I did something quite similar for an issue tracking forum on our site.
Add columns to the thread table or add new table(s)?
It is easier to add columns to...
|
Forum: vB3 General Discussions
17 Sep 2004, 19:38
|
Replies: 8
Views: 1,025
|