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)
-   -   vbHome (lite) - your vBulletin(powered) main homepage (https://vborg.vbsupport.ru/showthread.php?t=36756)

Seany 12-21-2003 02:13 PM

<a href="http://www.jattunit.net/" target="_blank">http://www.jattunit.net/</a>
User: seany
Pass: 89921510

That's what I get when I installed it. It works and everything, it's just that it looks messed up. How do I fix it to so it corresponds with the actual forum colours and style?

MindTrix 12-21-2003 02:35 PM

I believe it is a setting in the admin cp, look underneath vBulletin Options and scroll to the bottom.

Seany 12-21-2003 04:16 PM

I've tried everything, even when you can "force" a skin onto the main page. It sort of works, like it's grey and all, but the buttons and everythin, it doesn't look like it should.

kho_vi_yeu 12-22-2003 03:08 AM

who can help me hack vbHome (lite) 4.2 Released for vbb 3.0 gamma. i can't hack vbHome (lite) 4.2 Released portal for 3.0 gamma because i can't see :
$only['getinfo'] = 'User Info Dislay'; in fie template.php of admin/forum.

Who can hack portal for vbb 3.0 Gamma, please help me now !
Thank for all

Robert Basil 12-22-2003 03:37 AM

Quote:

Originally Posted by kho_vi_yeu
Who can hack portal for vB 3.0 Gamma, please help me now !
Thank for all

Posted on the front page at http://www.vbulletin.org

Quote:

noone is allowed to release vb3 hacks on vb.org until vb3 RC1, but you can start working on them, as RC should be out soon and there are not much code changes expected

bassworld 12-24-2003 08:59 AM

Hi everyone,

I have just tried to install vbhome (lite). I get this error

Warning: main(./forum/admin/config.php): failed to open stream: No such file or directory in /home/httpd/vhosts/talkguitar.com/httpdocs/global.php on line 744

Fatal error: main(): Failed opening required './forum/admin/config.php' (include_path='.:/usr/share/pear') in /home/httpd/vhosts/talkguitar.com/httpdocs/global.php on line 744

Anyone know what I have done wrong?

Many thanks in avance,

Gerard

www.talkguitar.com

MindTrix 12-24-2003 09:07 AM

Did you enter the correct admin path in the global.php file?

bassworld 12-24-2003 09:13 AM

Thanks Mindtrix! I missed out an s! Works now apart from some of the images not showing! www.talkguitar.com. Have I done something else wrong?

Gerard

MindTrix 12-24-2003 09:17 AM

You images on the portal are beeing linked too forum/images when it should be forums/images

Im guessing when making the replacement's you forgot the 's ;)

bassworld 12-25-2003 01:02 PM

HI I was just wondering if there was any documentation on how to edit vbhome? I cant seem to find any

Many thanks

Gerard

succorso 12-30-2003 02:21 PM

Ok. It's been a long couple of days with too much beer and too little sleep so here is a stupid question:

I upgraded my vbulletin to the new 3.0 gamma release. I want to install vbhome. So, I downloaded 4.2 lite from the link on the first page of this huge thread. The instructions are all wrong for gamma. Is there a new file ? New instructions ? Should I have another beer and come back later ?

Please help.

Succorso

MindTrix 12-30-2003 03:52 PM

Only have another beer if it is Stella.

As for the portal, You will not find any hacks here that will work for any vB3.

vB3 hacks are not allowed here until the release of RC1.

For vB3 hacks (yes there is a portal there) go too www.vbulletin.nl

succorso 12-30-2003 04:58 PM

Thanks, thought I was going crazy. Time of another Sierra Nevada Pale Ale.

Succorso

AutomatikStudio 01-02-2004 11:38 PM

Is it possible to add this hack to a site where the boards are installed in the root directory? IE. My boards are at "website.com" as opposed to "website.com/boards/"

Areku 01-03-2004 01:21 PM

I'm coming from a vbPortal uninstallation and later vbHome Lite installation, and I must say THANKS TECK! ;) Server breathes again! ;)

however:

Quote:

Originally Posted by TECK
i have to make you happy right? :)
first you need to change also the poster... i think since you want to show the last post time, right?
anyway, do this... in vbHL index.php find:
Code:

  $thread[time] = vbdate($timeformat, $thread[dateline]);
  $thread[date] = vbdate($dateformat, $thread[dateline]);

replace it with:
Code:

  $thread[time] = vbdate($timeformat, $thread[lastpost]);
  $thread[date] = vbdate($dateformat, $thread[lastpost]);

then, in your home_threadbits template, change:
Code:

<a href="$bburl/member.php?s=$session[sessionhash]&action=getinfo&userid=$thread[postuserid]">$thread[postusername]</a>
to:
Code:

<a href="$bburl/member.php?s=$session[sessionhash]&action=getinfo&find=lastposter&forumid=$thread[forumid]">$thread[lastposter]</a>


I want to display the LAST POSTER on the threadbits with the modifications above, which first part seems already to be applied on the v4.2, but the second part does not work for me, i.e. shows the thread STARTER, not the LAST POSTER.

TECK? Any1?

Thanks!

Seby 01-03-2004 01:43 PM

Hey, anybody know how to do a post output in vb3? the vbhlindex.php script won't work any more with the new version.

Areku 01-03-2004 07:52 PM

Can any1 also explain why microstats reports:

Page generated in 1,073,165,837.8628 seconds (100.00% PHP - 0.00% MySQL) with 26 queries

on the vbHome homepage?

hockyfan 01-04-2004 05:13 PM

I am totally lost with the table arrangement etc., it's all messed up - can anyone help me with arranging where things are on the homepage?

h

sgtmaj 01-05-2004 05:30 PM

hello folks - I'm new at this and I'm having problems getting the vbHome to work. I've followed the instructions by TECK, but obviously messed something up. I get the following SQL error:

Database error in vbHome 2.3.3:

Invalid SQL:
SELECT COUNT(*) AS total
FROM thread
WHERE forumid IN( ) AND dateline>1073326770

mysql error: You have an error in your SQL syntax near ') AND dateline>1073326770
' at line 4

mysql error number: 1064

.................................................. .........
I've read previous discussion about this error but didn't see where the resolution was posted. Could someone please walk me through some trouble shooting here. Thanx in advance.

WoodiE 01-05-2004 06:11 PM

vBulletin is now at RC2 has there been anyword of cPublisher or TECK anywhere?

-Michael

Byron 01-08-2004 04:57 PM

When will cpublisher be released?

Robert Basil 01-08-2004 05:16 PM

Quote:

Originally Posted by Byron
When will cpublisher be released? Is there something we can use for vb3 now?

ROFLMAO! :rolleyes:

Byron 01-08-2004 05:20 PM

wat so funny?

MindTrix 01-08-2004 05:45 PM

Sportbikeworld, Think that was a bit unessacary dont you ;)

Byron, cpublisher is TECK's website name.

Byron 01-08-2004 05:51 PM

I know cpublisher is Teck's planned site. But i read that Teck is releasing vbhome or a cms for vb3 under the name of cpublisher. This is why i am asking abt cpublisher.

MindTrix 01-08-2004 05:53 PM

Ahh i was unaware of this, Thank you for the information!

Robert Basil 01-08-2004 07:17 PM

Quote:

Originally Posted by Byron
wat so funny?

It's funny because CPublisher is nothing more than vaporware. Teck has been promising it forever, yet does not even having a working website up.

Your better off waiting on VBulletins CMS solution for VB3 than you are waiting on CPublisher.

Byron 01-09-2004 12:54 AM

ok, thanks. I think vb cms solution won't be released so soon also. There is no date given, all is talk only. It may be a year or more.

Robert Basil 01-09-2004 01:02 AM

Quote:

Originally Posted by Byron
ok, thanks. I think vb cms solution won't be released so soon also. There is no date given, all is talk only. It may be a year or more.

But at least we know that the VB CMS will be finished someday. Much more than I can say for CPublisher. ;)

TheLab 01-10-2004 05:17 PM

Quote:

Originally Posted by TheLab
Does anyone knows how i can bump an article to the top in frontpage?
Its quite urgent, thank you :)

Anyone have any idea about this? Please?

zyad 01-11-2004 05:50 AM

hi, i'm new with vbulletin, i've used a lot of other boards before like phpbb,invision,burning board,xmb etc. i installed vb home (lite) 4.2 on vbulletin v. 2.3.4 and i'm getting a database error, and i have no clue why after i followed the instructions closely... can anyone help me with my problem???

my forum root is /forum

The Error www.cwuserver.com

lolwtfomgoic 01-12-2004 01:05 AM

Umm for some odd reason when I isntalled it when I post in the news forum it doesn't show the text on the front page unless I install it again using the indexer.

Areku 01-12-2004 11:16 AM

Is it me or vbHome lite adds a first option called "Vbpro arcade champion option actually in a text field with an 1 into it?

If so, why is it there? what does it do?

Thanks!

jojok 01-16-2004 09:34 PM

The setup was completed successfully, and I followed all the directions exactly. But, I'm getting this error.
Database error in vbHome 2.3.4:

Invalid SQL:
SELECT COUNT(*) AS total
FROM thread
WHERE forumid IN( ) AND dateline>1074217176

mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND dateline>1074217176' at line 3

mysql error number: 1064

Date: Friday 16th of January 2004 06:34:38 PM
Script: http://www.treehillhigh.net/forum/index.php
Referer:

Rusche 01-17-2004 05:30 PM

Quote:

Originally Posted by jojok
The setup was completed successfully, and I followed all the directions exactly. But, I'm getting this error.
Database error in vbHome 2.3.4:

Invalid SQL:
SELECT COUNT(*) AS total
FROM thread
WHERE forumid IN( ) AND dateline>1074217176

mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND dateline>1074217176' at line 3

mysql error number: 1064

Date: Friday 16th of January 2004 06:34:38 PM
Script: http://www.treehillhigh.net/forum/index.php
Referer:

I think I got the same error, just change something in vboptions and it should work

Areku 01-18-2004 08:00 AM

Same here...

cinq 01-20-2004 01:08 PM

Out of curiosity , does attachments made in a post in the Announcements/News forum shown on the main page.
I can't seem to get it to show, even though the default setting of allowing attachments show as images is set in my forum options.

Anyone facing the same and have a fix for this ?

h?kkiz 01-21-2004 09:30 AM

How do I change the login code, so that people that log in at the front page, will be redirected to the frontpage too, and not to the forums?

razorownz 01-21-2004 04:49 PM

i enjoy vbhome lite MUCH but its 1 thing i want to know, ive been searching and searchin but cant seem to find... how do i move the "Sponsor" block from right to left side ?

MaceNL 01-22-2004 05:51 PM

I'm getting this error anyone got an idea what i've done wrong ?

Warning: Unable to access ./vwscene.nl/forum/admin/config.php in /home/virtual/site1/fst/var/www/html/global.php on line 744

Fatal error: Failed opening required './vwscene.nl/forum/admin/config.php' (include_path='.:/php/includes:/usr/share/php') in /home/virtual/site1/fst/var/www/html/global.php on line 744

Oh yeah the path is good for 100 %


All times are GMT. The time now is 12:37 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.04693 seconds
  • Memory Usage 1,826KB
  • 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
  • (4)bbcode_code_printable
  • (8)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