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)

d3nnis 07-14-2003 06:56 AM

Hi TECK,
Before I install this portal... just wish to ask something...

my vbulletin is register as forums.keeptouch.net and the directory is listed this way :

public_html
../
../forums/ (all my vbulletins files are located here currently)

from my understanding in your readmefirst.html, I should place the files in this way right?

public_html
../ (vbHome (lite) index.php, backend.php and global.php files)
../forums/ (vbHome (lite) printarticle.php and vBulletin newthread.php files and existing vbulletin files)
../forums/admin/ (vbHome (lite) vbhlinstall.php and vBulletin template.php files)
../forums/admin/images/ (arrow.gif, article.gif, articleemail.gif and articleprint.gif files)
../forums/admin/images/polls/ (bar.gif, bar-bk.gif, bar-l.gif and bar-r.gif files)

am I rite?

daFish 07-14-2003 10:16 AM

I had a problem with the login from the vBhome index.
It redirects me to a blank page.

I didn't find a workaround for this in this thread, so can someone help me?

-Fish

d3nnis 07-14-2003 03:54 PM

okeis i took the plunge and manage to install this hack without any problem... but some bugs I find.. the time wasn't reflected correctly... $timenow variable is the same. And some of my articles did not appeared..

http://www.keeptouch.net/

anybody knows why?

Kenji Wing 07-14-2003 04:34 PM

uhh im having a prob if anyoen can help if u go to

www.gods-network.com/index.php #1 it shows like the article but no txt appears of the article #2 it like combines 2 themes it combines and old one and mine to make the ugliest thing ever. plz help asap

Dan 07-14-2003 04:49 PM

you need to edit the other header template to get the colours right

d3nnis 07-15-2003 01:35 AM

Quote:

Today at 01:54 AM d3nnis said this in Post #3043
okeis i took the plunge and manage to install this hack without any problem... but some bugs I find.. the time wasn't reflected correctly... $timenow variable is the same. And some of my articles did not appeared..

http://www.keeptouch.net/

anybody knows why?


ok I manage to solved the time issue by changing my cookies domain. And my articles are appearing now.

Only bug I had was poll, I enable poll but it did not show... Allowed Forums to post polls was set to 0 to enable all forums. Was the poll meant to be seen by those userid allowed to poll only? If so... maybe dats why I can't see it.


Another concern... I am using vbulletin 2.3.0 , if I were to upgrade to version 3 (I am still waiting for the stable release), do I need to uninstall vbhome? And reinstall back after upgrading or I can straight away upgrade?

And can I remove the version of vbulletin and vbhome? Looks a bit ugly to me...
Can I just retain the name and link like this :
Powered by: vbHome (lite) and vBulletin

Cal Poly Forum 07-15-2003 01:39 AM

Anyone willing to help me customize/setup the entire board with vBHome lite?

I am willing to pay $10 for the completion.
And I really like your page d3nnis.

E-mail me at heavenonastick@earthlink.net

d3nnis 07-15-2003 02:07 AM

Quote:

Today at 11:39 AM Cal Poly Forum said this in Post #3047
Anyone willing to help me customize/setup the entire board with vBHome lite?

I am willing to pay $10 for the completion.
And I really like your page d3nnis.

E-mail me at heavenonastick@earthlink.net



ohh thank you for your compliment :o

TECK 07-15-2003 02:11 AM

Quote:

Today at 03:35 AM d3nnis said this in Post #3046
ok I manage to solved the time issue by changing my cookies domain. And my articles are appearing now.

Only bug I had was poll, I enable poll but it did not show... Allowed Forums to post polls was set to 0 to enable all forums. Was the poll meant to be seen by those userid allowed to poll only? If so... maybe dats why I can't see it.


Another concern... I am using vbulletin 2.3.0 , if I were to upgrade to version 3 (I am still waiting for the stable release), do I need to uninstall vbhome? And reinstall back after upgrading or I can straight away upgrade?

And can I remove the version of vbulletin and vbhome? Looks a bit ugly to me...
Can I just retain the name and link like this :
Powered by: vbHome (lite) and vBulletin

Yes you can remove the version... the poll forum must have a number... there will not be an update for vb3 since we will have a comercial version...

d3nnis 07-15-2003 02:23 AM

Quote:

Today at 12:11 PM TECK said this in Post #3049
Yes you can remove the version... the poll forum must have a number... there will not be an update for vb3 since we will have a comercial version...


hmm i rem theres one post saying that if I set to 0, it will enable all forum rite? :dead:

d3nnis 07-15-2003 02:25 AM

hmm strange i set the forumid and users (0 to enable all) but it still doesn't shows on my homepage...

Cal Poly Forum 07-15-2003 02:35 AM

Quote:

<form action="$bburl/poll.php" class="txtform" method="post">
<input type="hidden" name="s" value="$session[dbsessionhash]" />
<input type="hidden" name="action" value="pollvote" />
<input type="hidden" name="pollid" value="$poll[pollid]" />
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" {tableinnerextra} class="tbcontentsmall" summary="small content">
<tr class="clcategory">
<td>Poll</td>
</tr>
<tr class="clsecond">
<td class="txtbold">$poll[question]</td>
</tr>
<tr class="clfirst">
<td>$pollbits<br />
$pollcomments <img src="{imageshome}/arrow.gif" alt="" class="imgborder" height="7" width="7" /><a href="$bburl/poll.php?s=$session[sessionhash]&amp;action=showresults&amp;pollid=$poll[pollid]">View Results</a></td>
</tr>
<tr class="clsecond">
<td><input class="bginput" name="button" type="submit" value="Vote" />$poll[edit]</td>
</tr>
</table>
</form>
<br />
Can someone tell me how to add a poll?
Like where do I put my info in?

d3nnis 07-15-2003 02:40 AM

Quote:

Today at 12:35 PM Cal Poly Forum said this in Post #3052
Can someone tell me how to add a poll?
Like where do I put my info in?



hi Cal Poly Forum, I am new too but u can do this. You dun edit any templates, just go to (admin panel)Vbulletin Options -> Front Page

Choose yes for 'Enable Poll?'
Choose your forumid seperated by commas if u want more forums to participate for 'Allowed Forums to post polls'
Choose 0 to enable everyone to poll for 'Allowed Users to post a poll'

Strangely for me I did this but nothing appears, I believe it has nothing to do with the template as there is a $latestpoll variable under the home template.

Cal Poly Forum 07-15-2003 02:46 AM

You know on your homepage, in the middle section, you have news and what not, how do I add that on my page (like all other homepage)?

Mine is empty at the moment.

d3nnis 07-15-2003 03:20 AM

Quote:

Today at 12:46 PM Cal Poly Forum said this in Post #3054
You know on your homepage, in the middle section, you have news and what not, how do I add that on my page (like all other homepage)?

Mine is empty at the moment.

go to (admin panel)Vbulletin Options -> Front Page

Articles Forums -> set the forumids seperated by commas if u have more then 1 forum u want to show.
Number of Articles displayed -> choose the number of articles u want to appear
Articles time cut -> time frame for the articles
Maximum Characters per article -> set how many characters will be shown in the articles


More options can be found in the readmefirst.htm file, I will suggest u read dat :)

proxyMX 07-15-2003 03:16 PM

Database error in vbHome 2.3.0:

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

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>1058284094' at line 3

mysql error number: 1064

Date: Tuesday 15th of July 2003 12:14:56 PM
Script: http://boo.hosting-talk.net/index.php
Referer:


Keep getting that error

Highlander 07-15-2003 03:25 PM

set the RIGHT article forum Id ! i got the same cause FORUM ID 2 does not exist any more !

kyzen 07-16-2003 04:32 AM

Am i doing something wrong?
http://www.lanx.org.au/temp/index.php
I'm not getting any of the news topic in the main page?

Freezerator 07-16-2003 09:17 AM

I have 2 questions:

if you go to http://forum.scooterforum.net/ you see my articles are empty? What am i doing wrong?

And the second question:

How can i get latest forum discussions under my articles, they are now left of the screen. I want it a bit like phpportals.

Tnx in advance.

Freezerator 07-16-2003 09:18 AM

Quote:

Today at 07:32 AM kyzen said this in Post #3058
Am i doing something wrong?
http://www.lanx.org.au/temp/index.php
I'm not getting any of the news topic in the main page?

As you can see, i have the same problem. Please help us :)

salnet 07-16-2003 11:30 AM

When i call the index.php, I get this error:
http://www.thw-interaktiv.de/index.php

Can someone help me?

d3nnis 07-16-2003 11:32 AM

Quote:

Today at 09:30 PM salnet said this in Post #3061
When i call the index.php, I get this error:
http://www.thw-interaktiv.de/index.php

Can someone help me?


for your images, read the readmefirst.html file about this { imageshome }

d3nnis 07-16-2003 11:34 AM

Quote:

Today at 07:17 PM Freezerator said this in Post #3059
I have 2 questions:

if you go to http://forum.scooterforum.net/ you see my articles are empty? What am i doing wrong?

And the second question:

How can i get latest forum discussions under my articles, they are now left of the screen. I want it a bit like phpportals.

Tnx in advance.


1. run the articles indexer found in the vbhlinstall.php (see the top menu), this will make the articles appear.

2. u have to do some customisation to it. You can modify via template -> homes

d3nnis 07-16-2003 11:36 AM

Quote:

Today at 02:32 PM kyzen said this in Post #3058
Am i doing something wrong?
http://www.lanx.org.au/temp/index.php
I'm not getting any of the news topic in the main page?


i see u manage to do it :D
, freezerator, do this

go to (admin panel)Vbulletin Options -> Front Page

Articles Forums -> set the forumids seperated by commas if u have more then 1 forum u want to show.
Number of Articles displayed -> choose the number of articles u want to appear
Articles time cut -> time frame for the articles
Maximum Characters per article -> set how many characters will be shown in the articles

kyzen 07-16-2003 11:40 AM

Hey mate, I just did that, and then posted another news item to
test. It hasn't come up?
http://www.lanx.org.au/temp/index.php
Do I have to index it everytime I make news?

d3nnis 07-16-2003 11:49 AM

Quote:

Today at 09:40 PM kyzen said this in Post #3065
Hey mate, I just did that, and then posted another news item to
test. It hasn't come up?
http://www.lanx.org.au/temp/index.php
Do I have to index it everytime I make news?


no, just once only. If u have same problems again then run it again :D

salnet 07-16-2003 11:54 AM

Quote:

Today at 01:32 PM d3nnis said this in Post #3062
for your images, read the readmefirst.html file about this { imageshome }

I did insert the replacement, but thw error is still there:
http://www.thw-interaktiv.de/index.php

kyzen 07-16-2003 12:17 PM

Quote:

Today at 01:49 PM d3nnis said this in Post #3066
no, just once only. If u have same problems again then run it again :D
I ran it, and it populated the front page, then I made another
post in news, It came up on the front page, but it hasn't got
the body in there :(
http://www.lanx.org.au/temp/index.php
as you can see... It should say, "it has no bones". So I do have
to run it everytime I post news? Or is there a step that I have
missed that does this automatically when I post in the selected
forum... Well, I can't have because it appears on the main page,
but without the content :surprised: whats going on :speechless:

Freezerator 07-16-2003 12:53 PM

Quote:

Today at 02:34 PM d3nnis said this in Post #3063
1. run the articles indexer found in the vbhlinstall.php (see the top menu), this will make the articles appear.

2. u have to do some customisation to it. You can modify via template -> homes

Your right, thanks!

and point 2. I will try, thanks again :)

d3nnis 07-16-2003 02:31 PM

Quote:

Yesterday at 09:54 PM salnet said this in Post #3067
I did insert the replacement, but thw error is still there:
http://www.thw-interaktiv.de/index.php




did u point to the correct path? says forums/images ? cos i think its in the wrong directories.

d3nnis 07-16-2003 02:32 PM

Quote:

Yesterday at 10:17 PM kyzen said this in Post #3068
I ran it, and it populated the front page, then I made another
post in news, It came up on the front page, but it hasn't got
the body in there :(
http://www.lanx.org.au/temp/index.php
as you can see... It should say, "it has no bones". So I do have
to run it everytime I post news? Or is there a step that I have
missed that does this automatically when I post in the selected
forum... Well, I can't have because it appears on the main page,
but without the content :surprised: whats going on :speechless:



hmm dats weird... i haven come across this... maybe u want to post wat are the options u made in Front page in your admin panel?

salnet 07-16-2003 04:40 PM

So, I got it. I installed all templates again.

Another question: My visitors come from Germany, are there german templates for vbHome?

Asso 07-16-2003 07:14 PM

Anyone has fusion skin by vbskinz.com installed on a vBHL powered board?

I need someone that could pass me the expanded style file because i installed the skin but it doesn't support vBHL

Live demo: http://www.gamesopinion.com

mak 07-17-2003 01:40 AM

do i need special instructions if i have VBPortal on my board???

d3nnis 07-17-2003 01:57 AM

Quote:

Today at 11:40 AM mak said this in Post #3074
do i need special instructions if i have VBPortal on my board???



i dun think VBPortal and VBhome can coexist... u got to uninstall VBPortal and install VBhome.

salnet 07-17-2003 04:03 AM

How is it possible to modify the look of the latest threads?
I like to have it like this one:

daFish 07-17-2003 07:07 AM

Quote:

Yesterday at 07:40 PM salnet said this in Post #3072
So, I got it. I installed all templates again.

Another question: My visitors come from Germany, are there german templates for vbHome?

You'll have to translate the templates for yourself. But thats not so difficult. ;)

Asso 07-17-2003 07:41 AM

Quote:

Yesterday at 09:14 PM Asso said this in Post #3073
Anyone has fusion skin by vbskinz.com installed on a vBHL powered board?

I need someone that could pass me the expanded style file because i installed the skin but it doesn't support vBHL

Live demo: http://www.gamesopinion.com


anyone could help me?

kyzen 07-17-2003 08:30 AM

Quote:

Yesterday at 04:32 PM d3nnis said this in Post #3071
hmm dats weird... i haven come across this... maybe u want to post wat are the options u made in Front page in your admin panel?
Articles Forums 3
Number of Articles displayed 5
Articles time cut 7
Maximum Characters per article 5000
Enable Icon in article? No
Enable Avatar in article? Yes
Enable BB Code in article? Yes
Enable Smilies in article and poll questions? Yes
Enable Recent Articles? No
Enable Latest Forum Discussions? No
Maximum Number of recent articles 10
Maximum Number of latest forum discussions 20
Latest Threads time cut 1
Latest Threads title length 30

And so on, I noticed another thing, I enabled the latest thread
option, then made a thread to test it, and it didn't show up...
What I think is happening is that nothing new is getting written
to the database tables that was created when this hack was
installed?! Any Idea now?

salnet 07-17-2003 11:33 AM

Arghhh....
I wanted to edit the Homepage myself, that's what I've got:
http://www.thw-interaktiv.de/index.php

The sourcecode of the home_threadbit :
PHP Code:

<table width="100%" border="0" align="center">
  <
tr class="clfirst">
    <
td bgcolor="{secondaltcolor}">$thread[icon]</td>
    <
td bgcolor="{firstaltcolor}" align="left" width="70%">$paperclip$thread[movedprefix]$thread[typeprefix]<a href="$bburl/showthread.php?s=$session[sessionhash]&amp;threadid=$thread[threadid]">$thread[title]</a></normalfont> <smallfont>$thread[pagenav]</smallfont></td>
    <
td bgcolor="{secondaltcolor}" width="30%" nowrap><a href="$bburl/member.php?s=$session[sessionhash]&amp;action=getinfo&amp;userid=$article[postuserid]">$article[postusername]</a></td>
    <
td bgcolor="{firstaltcolor}">$thread[replycount]</td>
    <
td bgcolor="{secondaltcolor}">$thread[views]</td>
    <
td bgcolor="{firstaltcolor}">$thread[date] <span class="cltime">$thread[time]</spanvon <a href="$bburl/member.php?s=$session[sessionhash]&amp;action=getinfo&amp;userid=$thread[postuserid]">$thread[postusername]</a></td>
    <
td bgcolor="{secondaltcolor}"><a href="showthread.php?s=$session[sessionhash]&goto=lastpost&threadid=$thread[threadid]"><img src="{imageshome}/lastpost.gif" alt="Gehe zum letzten Beitrag" border="0" align="middle"></a></td>
  </
tr>
</
table

Can anyone help me?


All times are GMT. The time now is 10:34 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,877KB
  • 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_php_printable
  • (21)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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