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

Showing results 1 to 25 of 39
Search took 0.00 seconds.
Search: Posts Made By: matthew tucker
Forum: vB3 Programming Discussions 11-30-2003, 08:49 AM
Replies: 5
Views: 1,018
Posted By matthew tucker
OK yep, its normal. Just read up a bit more on...

OK yep, its normal. Just read up a bit more on PHP.net.

So ... I think from now on I'll be generating thumbs on upload and store in database...
Forum: vB3 Programming Discussions 11-30-2003, 08:13 AM
Replies: 5
Views: 1,018
Posted By matthew tucker
imagecreatefromstring() does it! thanks for...

imagecreatefromstring() does it!

thanks for that pointer.

but it seems REALLY slow ... is this normal? I mean, it seems slower than just loading the whole image!

using basic code from...
Forum: vB3 Programming Discussions 11-29-2003, 08:33 PM
Replies: 5
Views: 1,018
Posted By matthew tucker
Thank you Lee But most of my images are in...

Thank you Lee

But most of my images are in the MYSQL attachments database.

How can I do the above transformation on them *without* exporting them to disk as files??

I'm think about...
Forum: vB3 Programming Discussions 11-28-2003, 04:41 AM
Replies: 5
Views: 1,018
Posted By matthew tucker
generating real thumbnails on the fly

Has anyone worked out how to generate a real resized image thumbnail on the fly using PHP and the GD library? I can't find a hack for it.

In other words, not just displaying the image in a...
Forum: vBulletin 2.x Full Releases 09-09-2003, 01:27 AM
Replies: 108
Views: 31,386
Posted By matthew tucker
No that's the OPPOSITE of what I want to do. I...

No that's the OPPOSITE of what I want to do. I WANT the buttons to always wrap ... <td nowrap> forces no wrapping for the cell.
Forum: vBulletin 2.x Full Releases 09-08-2003, 11:08 PM
Replies: 108
Views: 31,386
Posted By matthew tucker
Nope I did try that, what it does is just...

Nope

I did try that, what it does is just put spaces between the buttons, and they stay in a horizontal line rather than wrapping at the table border.

without compression:

<body...
Forum: vBulletin 2.x Full Releases 09-08-2003, 05:33 AM
Replies: 108
Views: 31,386
Posted By matthew tucker
I have this code, in a PHP include file called...

I have this code, in a PHP include file called from global.php


if ( $bbuserinfo['userid'] != 0 )
{ $contact_but = '<a href="../forums/showthread.php?s=' . $session['sessionhash'] ....
Forum: vBulletin 2.x Full Releases 07-19-2003, 10:17 PM
Replies: 787
Views: 103,430
Posted By matthew tucker
catygery I installed a very early version...

catygery

I installed a very early version but will only install this update if the spelling of category is fixed. It was just too much fiddling to change every instance.

Not just me being...
Forum: Modification Requests/Questions (Unpaid) 04-25-2003, 12:22 PM
Replies: 2
Views: 857
Posted By matthew tucker
"the default field value in the database" yeah...

"the default field value in the database" yeah but what field in what table?

"Useless as they are" - what do you mean by that?!

thanks for your help ...
Forum: Modification Requests/Questions (Unpaid) 04-24-2003, 12:38 PM
Replies: 2
Views: 857
Posted By matthew tucker
auto subscribe to forum?

Can I have my users automatically subscribed to a forum when they register? How would I do that? I can't work out how the subscription thing works.
Forum: vBulletin.org Site Feedback 03-28-2003, 01:18 AM
Replies: 6
Views: 942
Posted By matthew tucker
[FIXED] birthday incorrect in user profile

I the user cp options I have my birthday set to 5 May 1961

if I view my "profile" by clicking on my name in a post I find I have become 9 years and several months younger!

Is a VB3 beta bug? or...
Forum: Member Archives 03-28-2003, 01:09 AM
Replies: 9
Views: 916
Posted By matthew tucker
Well I think I did it with the following hacked...

Well I think I did it with the following hacked function. I used a sculptor's technique ... removed bits of code until it worked.

// ###################### Start gettemplate...
Forum: Member Archives 03-28-2003, 12:18 AM
Replies: 9
Views: 916
Posted By matthew tucker
Hi Stefan So, could I just define a modified...

Hi Stefan

So, could I just define a modified gettemplate() function maybe (using another function name in my program file!) that would work?

I had a close look at gettemplate() in functions.php...
Forum: Member Archives 03-27-2003, 10:15 PM
Replies: 9
Views: 916
Posted By matthew tucker
what's an iframe? can't I just define...

what's an iframe?

can't I just define doutput() somewhere else? Or is using templates in the admin area a security risk?
Forum: Member Archives 03-27-2003, 09:24 PM
Replies: 9
Views: 916
Posted By matthew tucker
How do i call dooutput() from files within admin directory?

I'm writing a hack based on a modified /admin/user.php that tracks an association's financial members details in a separate table of the vb database.

I am trying to call
...
Forum: vB3 Programming Discussions 03-07-2003, 01:45 AM
Replies: 8
Views: 1,306
Posted By matthew tucker
All fixed. thanks. I needed the MYSQL_ASSOC...

All fixed. thanks. I needed the MYSQL_ASSOC value!

Works now, thanks x 10^6

Matthew
Forum: vB3 Programming Discussions 03-07-2003, 01:16 AM
Replies: 8
Views: 1,306
Posted By matthew tucker
Nope I get Warning:...

Nope

I get

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /[path]/user.php on line 314
Forum: vB3 Programming Discussions 03-07-2003, 01:11 AM
Replies: 8
Views: 1,306
Posted By matthew tucker
I (he!) want to step through all the fields in...

I (he!) want to step through all the fields in the array!

I started to use extract() then hard-code all the makeinputcode bits, then I though no, why not build an interface to the memberinfo...
Forum: vB3 Programming Discussions 03-06-2003, 11:35 PM
Replies: 8
Views: 1,306
Posted By matthew tucker
Foreach() problem

In admin/user.php I have inserted the following code to extract data from a custom table "memberinfo" and display using the makeinputcode() function of vbulletin.

maketableheader("Memberinfo...
Forum: vBulletin 2.x Full Releases 02-17-2003, 04:30 AM
Replies: 156
Views: 32,411
Posted By matthew tucker
a wee typo there I think darkwizard in...

a wee typo there I think darkwizard in install.txt:

[code]<b>Upcoming events:</b></normalfont><?td></tr>[code]

change the ? to a /

also lifesourcerec, I found that changing the code a bit in...
Forum: vB3 Programming Discussions 02-08-2003, 06:10 AM
Replies: 3
Views: 1,026
Posted By matthew tucker
Thank you Xenon, that is very clear. A great...

Thank you Xenon, that is very clear. A great help.

Matthew
Forum: Member Archives 02-07-2003, 12:57 PM
Replies: 12
Views: 895
Posted By matthew tucker
Now its my turn. I had set (fiddled with)...

Now its my turn.

I had set (fiddled with) the cookie domain and couldn't log out, in fact every time I logged out I created a new "guest" on the board. Now I can log out, but I still have 10...
Forum: vB3 Programming Discussions 02-07-2003, 11:21 AM
Replies: 3
Views: 1,026
Posted By matthew tucker
get template function

I'm sure this is really simple.

I'm trying hard to get my head around the gettemplate function, how it works with $variables and the template code.

for example what exactly does

eval(...
Forum: vB3 Programming Discussions 02-07-2003, 11:13 AM
Replies: 4
Views: 961
Posted By matthew tucker
What is the -> for?

I can't find any reference to the "->" characters ... as in
[$DB_site->query_first], at either the PHP site or SQL site

what does it mean?
Forum: vBulletin 2.x Full Releases 01-31-2003, 08:36 PM
Replies: 156
Views: 32,411
Posted By matthew tucker
I'd love to install this hack but ... maybe I'm...

I'd love to install this hack but ... maybe I'm blind but I can't figure out where to get [todaysevents.php] from this thread. It doesn't appear to be linked in first post ... do I have to create a...
Showing results 1 to 25 of 39

 
Forum Jump

All times are GMT. The time now is 03:21 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
  • Page Generation 0.03198 seconds
  • Memory Usage 2,045KB
  • 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
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (20)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