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)

Mr_P 08-09-2002 09:51 AM

LOL scrap last 2 posts :)

it all works reason i asked last question was

They all show on same line

Latest threads does not show to the right of the boxes and it threw me a bit

Latest threads is at top of page and the boxes appear underneath them - can u tell me how to fix this prob please.

Mr_P 08-09-2002 11:02 AM

hope this shows what i mean

I thought latest threads went down the right hand side and the box ones went in middle as on mine they dont.

Mr_P 08-09-2002 11:37 AM

mods can u delete my last 3 posts

i forgot to update templates

excellant hack and something i did`nt even know it had to just now is the welcome panel

jbear6 08-09-2002 01:27 PM

Can someone recommend a good web site to learn how to use tables? This is an excellent hack, but I have problems making new boxes (tables), and even just making a small table above the News that says: "Latest News". Any decent table tutorials greatly appreciated.

Thanks
Jbear6

clangrounds.com 08-09-2002 03:52 PM

I personally think vbportal is a lot easier to install considering the directions are a lot more detailed and easier to follow. Just my 2 cents..

proxyMX 08-09-2002 08:33 PM

I found that if your forum is hacked, that there is some probelmatic code, so it took me a LONG time to install this :|

proxyMX 08-09-2002 08:37 PM

having this error
"Warning: ChDir: No such file or directory (errno 2) in /locationofmywebsite/forums.proxymx.com/index.php on line 25"

Mr_P 08-09-2002 08:41 PM

okay gonna stick me head out here and go for it

not knocking the vbindex at all but is it possible to keep the side menu but in middle have the actual board and not the replies etc .
As i would prefer it this way as i can easy edit the sidebar to display links to specific forums.

I know some say its easy to do - but its only easy if you know how! and personaly i only know from what ive been picking up on here.

NTLDR 08-09-2002 08:43 PM

Quote:

First off, may I say great hack :D
Thank you DWZ, much aprichiated, now lets sort out those problems ;)

But yeah, as I said a few things, if you look at the left hand side, down to the online users bit, it lists the online users, but their profile is all linked....[/quote]

To fix this change your forumhome_loggedinuser to:

Code:

<a href="$bburl/member.php?s=$session[sessionhash]&action=getinfo&userid=$userid">$username</a>$invisibleuser
I.E, add $bburl/ before member.php

This will be fixed in v2.0.2 when I will add a home_loggedinuser template.

Quote:

Next small problem, the poll, I can't get it to work. I put in the right forum ID in the file, and made a new thread with a poll in it, but it wont come up on the vbindex page?
Make sure that you have the following template:

home_poll:

Code:

<form action="$bburl/poll.php" method="get">
<input type="hidden" name="s" value="$session[dbsessionhash]">       
        <input type="hidden" name="action" value="pollvote">
        <input type="hidden" name="pollid" value="$pollinfo[pollid]">
        <table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" {tableouterextra} width="140" align="center"><tr><td>
        <table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
        <tr>
        <td bgcolor="{tableheadbgcolor}" align="center" colspan="4"><smallfont><b>$pollinfo[question]</b></smallfont></td>
        </tr>
        $pollbits
        </table>
        </td></tr></table>
        <table cellpadding="2" cellspacing="0" border="0" width="140" {tableinvisibleextra} align="center">
        <tr>
        <td style="font-size: 8pt" align=center><smallfont><br><input type="submit" class="bginput" value="Vote!" style="font-size: 8pt"><br><br>
    <a href="$bburl/poll.php?s=$session[sessionhash]&action=showresults&pollid=$pollinfo[pollid]">Result</a>
        </smallfont></td></tr>
        </table>
        </form>

Does the poll appear when you have voted on it? Amity also has this problem, if this doesn't fix it perhaps you could give me some info about your setup PHP, MySQL and vB version so I can look into this.

Quote:

Last thing, when you login, it takes you to the forum home page, is it possible for it to take you back to the news page (i.e. vbindex?)
Check your PM for the login.php file (I can't post it as it is basicly a large chunk of unmodified source code.)

Firstly edit the URL to your vbindex.php in the last line of code )where it says: PATH TO VBINDEX) and upload to your forums directory.

Edit the home_welcomelogin template:

Code:

<table border="0" cellpadding="0" cellspacing="0">
<form action="$bburl/login.php" method="post">
<tr>
        <td nowrap><smallfont><b>Not cookied?</b><br>Login with username and password:</smallfont></td>
</tr><tr>
        <td nowrap><input type="hidden" name="s" value="$session[sessionhash]">
        <input type="hidden" name="action" value="login">
        <input type="text" class="bginput" name="username" size="7">
        <input type="password" class="bginput" name="password" size="7">
        <input type="submit" class="bginput" value="Login!"></td>
</tr>
</form>
</table>
</center>

The forum action has changed to login.php not member.php

Let me know if it all works :)

NTLDR 08-09-2002 08:50 PM

Quote:

Originally posted by Mr_P
mods can u delete my last 3 posts

i forgot to update templates

excellant hack and something i did`nt even know it had to just now is the welcome panel

So is everything sorted and working fine now?


All times are GMT. The time now is 11: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.01576 seconds
  • Memory Usage 1,751KB
  • 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
  • (3)bbcode_code_printable
  • (4)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
  • (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