Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

Showing results 1 to 25 of 252
Search took 0.01 seconds.
Search: Posts Made By: CarCdr
Forum: vB3 General Discussions 10-19-2005, 01:52 AM
Replies: 0
Views: 2,394
Posted By CarCdr
[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 06-17-2005, 11:10 AM
Replies: 102
Views: 24,288
Posted By CarCdr
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 06-17-2005, 10:50 AM
Replies: 19
Views: 16,547
Posted By CarCdr
LOL.

LOL.
Forum: Community Lounge 11-12-2004, 02:55 AM
Replies: 37
Views: 3,474
Posted By CarCdr
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-11-2004, 11:51 AM
Replies: 37
Views: 3,474
Posted By CarCdr
Just installed. Nice. The main thing one notices...

Just installed. Nice. The main thing one notices is how fast it renders pages!

There are a few minor nits, but they are very likely the result of the IE non-standard (but familiar) behaviour. IE...
Forum: vBulletin 3.0 Full Releases 11-08-2004, 03:17 AM
Replies: 102
Views: 24,288
Posted By CarCdr
I presume you are asking this of SpankMe Lionel? ...

I presume you are asking this of SpankMe Lionel?

(Hmmm... I'll bet you do not see those three words directed at you very often. :) )
Forum: vBulletin 3.0 Full Releases 11-08-2004, 03:16 AM
Replies: 102
Views: 24,288
Posted By CarCdr
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) 11-07-2004, 11:06 PM
Replies: 5
Views: 1,208
Posted By CarCdr
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) 11-07-2004, 10:54 PM
Replies: 2
Views: 988
Posted By CarCdr
Replacement variables are not the way to go, as...

Replacement variables are not the way to go, as it replaces any occurrence of the characters you specify, even if they occur in HTML (e.g., a URL) or Javascript.

This will do the trick:
...
Forum: vB3 General Discussions 10-27-2004, 06:48 PM
Replies: 8
Views: 1,692
Posted By CarCdr
Plain fopen() should be faster. Letting Apache...

Plain fopen() should be faster. Letting Apache handle it without using a script should be MUCH faster. Static content does not have to interact with the MySQL server.
Forum: vB3 Programming Discussions 10-26-2004, 01:41 AM
Replies: 16
Views: 2,738
Posted By CarCdr
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) 10-12-2004, 12:05 PM
Replies: 6
Views: 943
Posted By CarCdr
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) 10-10-2004, 11:20 PM
Replies: 4
Views: 808
Posted By CarCdr
Hack that will Process post text replacements,...

Hack that will Process post text replacements, abbreviations, fake BBCODE's (https://vborg.vbsupport.ru/showthread.php?s=&threadid=68367)
Forum: Modification Requests/Questions (Unpaid) 10-07-2004, 08:59 PM
Replies: 3
Views: 913
Posted By CarCdr
If the current behaviour were changed, and it...

If the current behaviour were changed, and it should be, then I would recommend no <BR> if HTML is allowed and the line ends in what looks like a <tag>.
Forum: vB3 Programming Discussions 10-07-2004, 12:51 AM
Replies: 7
Views: 1,139
Posted By CarCdr
You'll have to use a JOIN to select only those...

You'll have to use a JOIN to select only those rows for which the forum table entry has 'marlboro' on.
Forum: Modification Requests/Questions (Unpaid) 10-07-2004, 12:45 AM
Replies: 3
Views: 913
Posted By CarCdr
You are correct. vB translates all newlines (hard...

You are correct. vB translates all newlines (hard ENTER key) to BR's. The extra line above the table actually come from the BR's within the table (i.e., at the end of a TD or TR line).

You would...
Forum: Modification Requests/Questions (Unpaid) 10-04-2004, 11:31 PM
Replies: 1
Views: 856
Posted By CarCdr
vBulletin Options --> Message Posting and...

vBulletin Options
--> Message Posting and Editing Options
----> Time Limit on Editing of Thread Title
Forum: vB3 General Discussions 10-01-2004, 06:19 PM
Replies: 4
Views: 848
Posted By CarCdr
The unique ID comes from MySQL, not vBulletin....

The unique ID comes from MySQL, not vBulletin. Without extraordinary measures, there is nothing you can do to change this.
Forum: vBulletin 3.0 Full Releases 09-22-2004, 01:07 AM
Replies: 102
Views: 24,288
Posted By CarCdr
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 09-18-2004, 05:33 PM
Replies: 6
Views: 1,359
Posted By CarCdr
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 09-18-2004, 04:12 PM
Replies: 6
Views: 1,359
Posted By CarCdr
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 09-18-2004, 01:08 PM
Replies: 3
Views: 871
Posted By CarCdr
<a...

<a href="http://dev.mysql.com/doc/mysql/en/INSERT.html" target="_blank">http://dev.mysql.com/doc/mysql/en/INSERT.html</a>
Forum: Modification Requests/Questions (Unpaid) 09-18-2004, 01:02 PM
Replies: 3
Views: 1,015
Posted By CarCdr
(already answered)

(already answered)
Forum: vB3 Programming Discussions 09-18-2004, 12:51 PM
Replies: 6
Views: 1,359
Posted By CarCdr
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 09-17-2004, 06:38 PM
Replies: 8
Views: 1,086
Posted By CarCdr
You are missing a closing parenthesis before the...

You are missing a closing parenthesis before the closing quote of the condition="" clause. You have one there to close array, but you need one to close in_array.
Showing results 1 to 25 of 252

 
Forum Jump

All times are GMT. The time now is 05:09 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01778 seconds
  • Memory Usage 2,054KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)forumjump
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (2)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (22)threadbit_pagelink 

Phrase Groups Available:
  • global
  • inlinemod
  • prefix
  • search
Included Files:
  • ./search.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_search.php
  • ./includes/functions_databuild.php
  • ./includes/functions_forumlist.php
  • ./includes/functions_misc.php
  • ./includes/functions_forumdisplay.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • search_before_process
  • search_start
  • search_results_start
  • search_results_query_posts
  • search_results_prebits
  • threadbit_process
  • search_results_postbit
  • pagenav_page
  • pagenav_complete
  • forumjump
  • search_complete
  • navbits
  • navbits_complete