vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   vBindex v2.1 (https://vborg.vbsupport.ru/showthread.php?t=41916)

Chris M 10-24-2002 01:17 PM

Cool:)

I cant wait;)

Satan

LightBringer 10-24-2002 01:36 PM

Quote:

Originally posted by NTLDR


Indeed I am :D I'm allways looking out for good extra features that can be included.

I will be starting work on my full blown portal system in the next few weeks as part of my University Degree so any ideas let me know ;)

An image or picture of the day box that pulls the pics from a specified forum and resizes via GD functions and displays the pic on the front vbindex page in a nice, neat, box.

Formatted for caption and description, and when the image is clicked, either a template with the full blown image is shown, or even just a javascript window would be cool.

:)

Chris M 10-24-2002 01:43 PM

Hmmm...

How about something like a Staff Members Box or something?

Satan

NTLDR 10-24-2002 02:00 PM

Quote:

Originally posted by LightBringer
An image or picture of the day box that pulls the pics from a specified forum and resizes via GD functions and displays the pic on the front vbindex page in a nice, neat, box.
Nice idea, I like it :D I'll look into this one. Not sure if I can test it very well as I don't know if GD works properly on my server, but I'll look into it.

NTLDR 10-24-2002 02:02 PM

Quote:

Originally posted by hellsatan
How about something like a Staff Members Box or something?
Should be pretty easy and its only a one query job, I may add this in before the 2.1 final :D

Chris M 10-24-2002 02:06 PM

Cool:)

Satan

LightBringer 10-24-2002 02:08 PM

Quote:

Originally posted by NTLDR


Nice idea, I like it :D I'll look into this one. Not sure if I can test it very well as I don't know if GD works properly on my server, but I'll look into it.

I second Hellsatan...."cool"!

Buddha 10-24-2002 02:18 PM

Quote:

Originally posted by NTLDR
Hopefully tonight or tomorrow, I've just got the instructions for the install to write up now then its all done ;)
excellent. i've been holding off on my other styles, as i don't have to be changing too many extra sets of templates.

looking forward to it.

groovesalad 10-24-2002 11:43 PM

Quote:

Originally posted by NTLDR


hellstatan meant what code is on line 191 (and just above/below) ;)

Well, here's what I seemed to have figured out. I uploaded the vbi_install.php file for the RC2 vbindex. I clicked to uninstall 2.1 completely and it said it uninstalled it correctly.

So then I clicked on upgrade from 2.0.1 and here is what I got.

Quote:

Database error in vBulletin Control Panel 2.2.8:

Invalid SQL: ALTER TABLE thread ADD tpostid int( 10 ) unsigned DEFAULT '0' NOT NULL
mysql error: Duplicate column name 'tpostid'

mysql error number: 1060

Date: Thursday 24th of October 2002 05:42:48 PM
Script: http://groove-salad.com/forum/forum/...tep=upgrade201
Referer: http://www.groove-salad.com/forum/admin/vbi_install.php
Not sure how to uninstall 2.0.1 after I uninstall 2.1. Any ideas?

LightBringer 10-25-2002 12:30 AM

Groovesalad,


Code:

Database error in vBulletin Control Panel 2.2.8:

Invalid SQL: ALTER TABLE thread ADD tpostid int( 10 ) unsigned DEFAULT '0' NOT NULL
mysql error: Duplicate column name 'tpostid'

mysql error number: 1060

Date: Thursday 24th of October 2002 05:42:48 PM
Script: http://groove-salad.com/forum/forum...step=upgrade201
Referer: http://www.groove-salad.com/forum/admin/vbi_install.php


What this code is telling you is that MYSQL is attempting to alter a table known as THREAD by adding a column called TPOSTID to it. Notice the error: "Duplicate column name 'tpostid'"?
This means that it already exists.

Here's what you do:
Go into myphpadmin or sql server admin of choice, drop that table.

Run the install for 2.1 THEN do setpostid.php if and only if your news doesn't show up.

Hope that helps.


All times are GMT. The time now is 04:03 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.02984 seconds
  • Memory Usage 1,745KB
  • 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)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete