vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vBadvanced Homepage (https://vborg.vbsupport.ru/showthread.php?t=59803)

killervette 02-17-2004 02:14 PM

anyway to have the news feature work on a non-vb page?

SVTBlackLight01 02-17-2004 07:33 PM

How do you control the title for custom pages?

fasteddie 02-17-2004 07:35 PM

Uh oh, what happened?

Database error in vBulletin 3.0.0 Release Candidate 4:

Invalid SQL: SELECT templateid FROM template WHERE title = 'index_welcome' AND styleid = 1
mysql error: Can't open file: 'template.MYI'. (errno: 145)

mysql error number: 1016

Date: Tuesday 17th of February 2004 04:41:32 PM
Script: http://www.xxxxx.com/forums/admincp/template.php
Referer: http://www.xxxxx.com/forums/admincp/...dd&dostyleid=1

Tigga 02-17-2004 07:52 PM

Mickie D - Try reverting your index_threadbits template. If that doesn't help, the problem is most likely caused by one forgetting to run the upgrade file after upgrading to a new version of vBa Homepage. ;)

killervette - Sure, you could remove the code and add it to that page.

SVTBlackLight01 - That's not an option at the moment... It could be done with conditionals in the template though. ;)

fasteddie - It looks like your template table has become corrupted somehow. Try using phpMyAdmin to repair the table, or you could use the "Repair / Optimize" option in your admin cp.

MarkB 02-17-2004 07:55 PM

Quote:

Originally Posted by Faranth
Mark you need to update all your counters and reindex the board, like the upgrade instructions tell you to.

Since I wasn't 'upgrading' per se (at least not upgrading the hack;)), I didn't read those. D'OH! THANKS!

Zachery 02-17-2004 08:18 PM

Quote:

Originally Posted by fasteddie
Uh oh, what happened?

Database error in vBulletin 3.0.0 Release Candidate 4:

Invalid SQL: SELECT templateid FROM template WHERE title = 'index_welcome' AND styleid = 1
mysql error: Can't open file: 'template.MYI'. (errno: 145)

mysql error number: 1016

Date: Tuesday 17th of February 2004 04:41:32 PM
Script: http://www.xxxxx.com/forums/admincp/template.php
Referer: http://www.xxxxx.com/forums/admincp/...dd&dostyleid=1

Specificly for phpmyadmin

REPAIR TABLE template;


If your host is using a version of MySQL under 4.0.15 they should upgrade, and it should help.

fasteddie 02-17-2004 08:42 PM

Quote:

Originally Posted by Faranth
Specificly for phpmyadmin

REPAIR TABLE template;


If your host is using a version of MySQL under 4.0.15 they should upgrade, and it should help.

yay, the phpmyadmin REPAIR table worked. Phew!!! Thanks for the help Faranth! :)

RaZor Edge 02-18-2004 12:35 AM

Hi,

I would like to known if it is possible to have multiple installation of this hack.

I want to be able to have different index page whit different information display on it (ex. index1 --- only things from forum 1 , index2 --- only things from forum 2)

Can we do that with vbadvanced?

Thanks

[sorry for my english]

Arura 02-18-2004 07:28 AM

Are there article hacks/script for vBadvanced/vBulletin sharing same user database as vbulletin? Thank you

kneesparx 02-18-2004 09:59 AM

the polls and news are not working with RC4 for me :(

kneesparx 02-18-2004 10:01 AM

im getting these errors:

Database error in vBulletin 3.0.0 Release Candidate 4:

Invalid SQL: INSERT INTO setting (varname, grouptitle, value, defaultvalue, optioncode, displayorder, advanced, volatile) VALUES ('home_navbar', 'vbadv_index', '1', '1', 'yesno', '33', '0', '0')
mysql error: Duplicate entry 'home_navbar' for key 1

mysql error number: 1062

and

Database error in vBulletin 3.0.0 Release Candidate 4:

Invalid SQL: SELECT thread.threadid, thread.title, replycount, postusername, postuserid, thread.dateline, IF(views<=replycount, replycount+1, views) AS views, forumid, thread.iconid, votenum, votetotal, post.postid, pagetext, allowsmilie, showsignature
, avatarpath, NOT ISNULL(avatardata) AS hascustom, customavatar.dateline AS avatardateline
,thread.iconid
,attachment.filename, filesize, attachment.visible, attachmentid, counter, thumbnail, LENGTH(thumbnail) AS thumbnailsize
FROM thread AS thread
LEFT JOIN post AS post ON (post.postid = thread.firstpostid)
LEFT JOIN user AS user ON (user.userid = post.userid)
LEFT JOIN avatar as avatar ON (avatar.avatarid = user.avatarid)
LEFT JOIN customavatar as customavatar ON (customavatar.userid = user.userid)
LEFT JOIN attachment AS attachment ON (post.postid = attachment.postid)
WHERE forumid IN(124)
GROUP BY post.postid
ORDER BY dateline DESC, attachmentid LIMIT 5
mysql error: Column: 'filesize' in field list is ambiguous

mysql error number: 1052

Tigga 02-18-2004 02:37 PM

RaZor Edge - I believe this mod at vBa.com would help you - http://www.vbadvanced.com/forum/showthread.php?t=145

Arura - Yes, this uses the vB database and user accounts.

kneesparx - You should upgrade to the latest version of vBa Homepage. Or, if you search this thread for filesize then you will find your answer. ;)

kneesparx 02-18-2004 07:42 PM

look like i have to uninstall this hack after my upgrade to Rc4 :( my board is down, i cant afford the downtime :( it was cool when it lasted, when this hack gets updated to work with RC4 better, i might give it a shot..

Tigga 02-18-2004 07:54 PM

The hack has been updated to work with RC4. Read my previous reply.

kneesparx 02-18-2004 08:00 PM

sorry tigga, i missed that! looks like im back in the game with VBA :youDaMan

kneesparx 02-18-2004 08:54 PM

i just checked and in featured it says:
Tested and stable with vBulletin 3.0 RC1, RC2, and RC3.

not RC4

i tried to install the newest version 1.1 but its not working for me

im getting this error:

Parse error: parse error in /home/db99/public_html/db1/includes/functions.php on line 1795

Fatal error: Call to undefined function: exec_nocache_headers() in /home/db99/public_html/db1/admincp/global.php on line 37

Mellow 02-18-2004 09:01 PM

Quote:

Originally Posted by kneesparx
i just checked and in featured it says:
Tested and stable with vBulletin 3.0 RC1, RC2, and RC3.

not RC4

i tried to install the newest version 1.1 but its not working for me

im getting this error:

Parse error: parse error in /home/db99/public_html/db1/includes/functions.php on line 1795

Fatal error: Call to undefined function: exec_nocache_headers() in /home/db99/public_html/db1/admincp/global.php on line 37

it's working for me but I had to uninstall first then re-install it.

Hope that helps

kneesparx 02-18-2004 09:09 PM

yup, thats the first thing i did, i noticed when i do the includes/functions.php edit as said in the help file,

Find:if (THIS_SCRIPT == 'online' OR THIS_SCRIPT == 'calendar' OR (THIS_SCRIPT == 'index' AND $vboptions['showevents']))

Replace it with:if (THIS_SCRIPT == 'online' OR THIS_SCRIPT == 'calendar' OR (THIS_SCRIPT == 'adv_index' AND $vboptions['showcalendar']) OR (THIS_SCRIPT == 'index' AND $vboptions['showevents']))

my entire forum goes down.

but without that edit, the install page shows up fine,

i dont want to proceed with the install if im missing something..

please help..

ks

Mellow 02-18-2004 09:30 PM

Quote:

Originally Posted by kneesparx
yup, thats the first thing i did, i noticed when i do the includes/functions.php edit as said in the help file,

Find:if (THIS_SCRIPT == 'online' OR THIS_SCRIPT == 'calendar' OR (THIS_SCRIPT == 'index' AND $vboptions['showevents']))

Replace it with:if (THIS_SCRIPT == 'online' OR THIS_SCRIPT == 'calendar' OR (THIS_SCRIPT == 'adv_index' AND $vboptions['showcalendar']) OR (THIS_SCRIPT == 'index' AND $vboptions['showevents']))

my entire forum goes down.

but without that edit, the install page shows up fine,

i dont want to proceed with the install if im missing something..

please help..


ks

Try using this:
if (THIS_SCRIPT == 'online' OR THIS_SCRIPT == 'calendar' OR (THIS_SCRIPT == 'index' AND $vboptions['showevents']))

You needed to rename the adv_index to index if that's what you're gonna use.

Now that I look at it, I don't even have that part of the mod changed.... but the site still works... go for it

Mellow 02-18-2004 09:42 PM

Quote:

Originally Posted by Mellow
Try using this:
if (THIS_SCRIPT == 'online' OR THIS_SCRIPT == 'calendar' OR (THIS_SCRIPT == 'index' AND $vboptions['showevents']))

You needed to rename the adv_index to index if that's what you're gonna use.

Now that I look at it, I don't even have that part of the mod changed.... but the site still works... go for it

Okay... I guess I should drink before posting, might make more sense...

I used this:
if (THIS_SCRIPT == 'online' OR THIS_SCRIPT == 'calendar' OR (THIS_SCRIPT == 'index' AND

$vboptions['showcalendar']) OR (THIS_SCRIPT == 'index' AND $vboptions['showevents']))

replacing the adv_index with index and everything is fine.. I would try that unless someone has other suggestions.

Zachery 02-18-2004 09:49 PM

Quote:

Originally Posted by kneesparx
yup, thats the first thing i did, i noticed when i do the includes/functions.php edit as said in the help file,

Find:if (THIS_SCRIPT == 'online' OR THIS_SCRIPT == 'calendar' OR (THIS_SCRIPT == 'index' AND $vboptions['showevents']))

Replace it with:if (THIS_SCRIPT == 'online' OR THIS_SCRIPT == 'calendar' OR (THIS_SCRIPT == 'adv_index' AND $vboptions['showcalendar']) OR (THIS_SCRIPT == 'index' AND $vboptions['showevents']))

my entire forum goes down.

but without that edit, the install page shows up fine,

i dont want to proceed with the install if im missing something..

please help..

ks

Your probally using a editor like Dreamweaver use a basic text editor :) such as notepad



Keen this hack is working with TONS of sites on RC4, even the Arcade Hack for vB3 uses vBadvanced ;)

www.vBadvanced.com
www.digitalkore.net
www.usshomestarrunner.com

They all seem to be working just fine :)

The Quibbler 02-19-2004 03:05 AM

Faranth, just curious, why do you get that error when you try to edit the file with Dreamweaver? The same thing happened to me.

Zachery 02-19-2004 03:51 AM

Deamweaver likes to add things it shouldnt, it all depends on your setup, it prefixes things in your file (like paths) esp if you have it pluged into things.

rinkrat 02-19-2004 04:08 AM

How can I embed this random picture php into a block?

http://www.letsgokings.com/modules/g...ock-random.php

Mellow 02-19-2004 10:27 AM

Quote:

Originally Posted by rinkrat
How can I embed this random picture php into a block?

http://www.letsgokings.com/modules/g...ock-random.php

I have a block where I use a perl script pointing to a directory that will display a random pic every time the page is refreshed. Take a look at www.mellowwing.com and you'll see what I mean. You don't have to register or anything to see it, the rest of the vBadvanced Homepage info only shows up for registered members.

Let me know if that's what you need and I'll post the details. If that truly belongs in this thread.

RaZor Edge 02-19-2004 12:30 PM

Quote:

Originally Posted by Tigga
RaZor Edge - I believe this mod at vBa.com would help you - http://www.vbadvanced.com/forum/showthread.php?t=145

Arura - Yes, this uses the vB database and user accounts.

kneesparx - You should upgrade to the latest version of vBa Homepage. Or, if you search this thread for filesize then you will find your answer. ;)

Thank you Tigga!

X-Sector 02-19-2004 04:10 PM

I just installed it, and its working perfect..

but l got a problem with the index.php? in the root dr, when l visit www.xelation.net/index.php? and its still loading very slowy for me. It didn't down or anything or its still loading for a long time.. :(

tomshawk 02-19-2004 05:12 PM

Quote:

Originally Posted by Mellow
I have a block where I use a perl script pointing to a directory that will display a random pic every time the page is refreshed. Take a look at www.mellowwing.com and you'll see what I mean. You don't have to register or anything to see it, the rest of the vBadvanced Homepage info only shows up for registered members.

Let me know if that's what you need and I'll post the details. If that truly belongs in this thread.

While it probably belongs in the Add-On Releases forum, I definately want this.

So please, if you dont mind ;)

Ravenheart 02-22-2004 12:10 PM

Would it be possible to just use the right sidebar on the forums without the main index with news etc?

Zachery 02-22-2004 02:55 PM

Quote:

Originally Posted by Ravenheart
Would it be possible to just use the right sidebar on the forums without the main index with news etc?

It would require additional coding Ravenheart.

FleaBag 02-22-2004 03:10 PM

Quote:

Originally Posted by NuclioN
The mini calendar displays a little wrong...How to correct this?

I get this problem too, the top is out of aligment and therefore I get dates that arent associated with a day. Hmmm I'm not making much sense. To see what I mean head to www.dragonninja.co.uk - cheers.

Zachery 02-22-2004 04:53 PM

Quote:

Originally Posted by FleaBag
I get this problem too, the top is out of aligment and therefore I get dates that arent associated with a day. Hmmm I'm not making much sense. To see what I mean head to www.dragonninja.co.uk - cheers.

Then you either didnt do all the file modfications or template mods :)

proxyMX 02-23-2004 04:58 AM

Great hack again, you can see it in action at www.naturalflux7.com

but i think theres somethin freaky goin on with the styles, im going to investigate then let you know

proxyMX 02-23-2004 05:01 AM

p.s
The navbar gets obliterated when you use a non default style

Zachery 02-23-2004 05:25 AM

Quote:

Originally Posted by proxyMX
p.s
The navbar gets obliterated when you use a non default style

How do you figure? it just calls the styles navbar template.

FleaBag 02-23-2004 06:00 AM

Quote:

Originally Posted by Zachery
Then you either didnt do all the file modfications or template mods :)

Any idea which template or file edit it might be? All looks fine to me.

Zachery 02-23-2004 06:00 AM

Nope.

FleaBag 02-23-2004 06:01 AM

OK no worries I'll go through with a proverbial fine tooth comb. :D

deathemperor 02-23-2004 09:49 AM

I installed this
I got a problem with template, it doesnt show up correctly, I used quote in my news, is that the problem. The Welcome Panel doesn't show up either.
It's somewhat ugly now, what should I do now ?

Zachery 02-23-2004 02:09 PM

Quote:

Originally Posted by deathemperor1st
I installed this
I got a problem with template, it doesnt show up correctly, I used quote in my news, is that the problem. The Welcome Panel doesn't show up either.
It's somewhat ugly now, what should I do now ?

Thats not telling us a whole lot death... with out a link we cant see the problem. with out a better description we cant help


All times are GMT. The time now is 12:50 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.02572 seconds
  • Memory Usage 1,841KB
  • 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
  • (16)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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