Thread: vBindex v2.1
View Single Post
  #80  
Old 08-09-2002, 08:43 PM
NTLDR's Avatar
NTLDR NTLDR is offline
 
Join Date: Apr 2002
Location: Bristol, UK
Posts: 3,644
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
First off, may I say great hack
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
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01360 seconds
  • Memory Usage 1,785KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete