vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Prob with login in? (https://vborg.vbsupport.ru/showthread.php?t=54812)

Shane_2k 06-27-2003 04:59 PM

Prob with login in?
 
1 Attachment(s)
Hi i has a problem with login in on my forums!

A screen shot is included a general description of wat happens is tht:

Well when u clik on login it goes to erro page and also the link is different at the bottom sayin the admin as required you to be registerd it says http://www.nok-forums.co.uk/register.php instead of http://www.nok-forums.co.uk/vb/register.php

Any idea how i cn change both of these problems

screenshot included:0
thanks

Gary King 06-27-2003 07:11 PM

[list=1][*]What's the error page you get?[*]And make sure that the BB URL you set in your vBulletin Options is the correct one.[/list=1]

Shane_2k 06-27-2003 07:40 PM

error docs page

Cuase it goes to wrong page:S

How d o i alter tht ?
for both of the links ?
thanks

assassingod 06-27-2003 07:48 PM

You can edit the BB URL via vBulletin Options in your Admin CP
(Admin CP -> vBulletin Options -> General Settings)

Shane_2k 06-27-2003 07:49 PM

yer mate its all rite

http://www.nok-forums.co.uk/vb

my bb url
So i dnt know?
thanks

Shane_2k 06-29-2003 10:24 AM

CN ANY 1 tell me where the script is held for tht login section i will edit it my self

what php file?
thanks

Shane_2k 06-29-2003 02:59 PM

bump

SmEdD 06-29-2003 08:09 PM

error templates

Shane_2k 06-30-2003 02:52 PM

which one mate sorry bout this

assassingod 06-30-2003 03:11 PM

error_nopermission_loggedout

IIRC

Shane_2k 06-30-2003 07:27 PM

thanks mate for tht but

I HAVE another problem when u click on login it goes no where?

this is wot it says

<center><normalfont>
<input type="hidden" name="action" value="login">
<input type="hidden" name="url" value="$scriptpath">
<input type="submit" class="bginput" value="Login!"></form>
</normalfont></center>

Please cn u tell me wot is missing pleasse
thanks alot

Shane_2k 07-01-2003 01:40 PM

bump

Shane_2k 07-03-2003 04:21 PM

bump

Shane_2k 07-05-2003 07:39 PM

cn sum 1 please help me with this people cnt login in on my site
thanks

Shane_2k 07-11-2003 03:15 PM

bump

Shane_2k 07-16-2003 05:12 PM

if u got to a pager check the links on the login page non of them work

Where can i change them and what do i change them too
thanks

Gary King 07-16-2003 05:32 PM

You can change them in their respective templates.

Turn Add template name in comments to ON in vBulletin Options to view the templates in the page source code.

Shane_2k 07-24-2003 01:37 PM

but wot do i have to edit?
im new to editing templates

thanks

Gary King 07-24-2003 01:44 PM

Quote:

Turn Add template name in comments to ON in vBulletin Options
View the page's source code (in IE, View -> Source) and then there will be HTML comments letting you know which templates are shown on that page. You can then go to the admin cp, Templates -> Modify -> Show All -> (the template shown in the source code here) and hit edit next to it to modify the template.

Templates are just the HTML code output, so it shouldn't be too difficult to modify them.

Shane_2k 07-24-2003 01:54 PM

do you know which template i have to modify?
thanks

Shane_2k 07-24-2003 01:57 PM

this is my template i get

You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:

<ol>
<li>You are not logged in. Fill in the form at the bottom of this page and try again.</li>
<li>You do not have permission to access the page that you were trying to. Are you trying to edit someone else's post or trying to access administrative features? Check that you are allowed to perform this action in the Forum Rules.</li>
<li>If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.</li>
<li><b>You are not REGISTERD please register its free and only takes 30seconds</b></il>
</ol>

<br>

<table border="0" bgcolor="{tablebordercolor}" cellpadding="4" cellspacing="1" align="center">
<form action="$bburl/vb/member.php" method="post"><input type="hidden" name="s" value="$session[sessionhash]">
$logincode
</table>

<br>

<center><normalfont>
<input type="hidden" name="action" value="login">
<input type="hidden" name="url" value="$scriptpath">
<input type="submit" class="bginput" value="Login!"></form>
</normalfont></center>

<p><smallfont><b>The administrator may have required you to
<a href="$bburl/vb/quickreg.php?s=$session[sessionhash]&action=signup">register</a> before you can view this page.</b>
</smallfont></p>

what do i change it to
thanks

Gary King 07-24-2003 01:57 PM

If you continuously ask the same question over and over again, without reading my answers and following them, then there is no way I can help you.

Please follow the instructions in my last post, thank you.

Gary King 07-24-2003 02:01 PM

In your initial post
Quote:

also the link is different at the bottom sayin the admin as required you to be registerd it says http://www.nok-forums.co.uk/register.php
In your template, it shows
Quote:

The administrator may have required you to
<a href="$bburl/vb/quickreg.php?s=$session[sessionhash]&action=signup">register</a>
What's going on..?

Shane_2k 07-24-2003 02:02 PM

i changed it!

i install tht quickreg .php file
(quicker registtration)

thanks

Gary King 07-24-2003 02:10 PM

Alright, that's good :)

Shane_2k 07-24-2003 02:27 PM

but do u know what i need to change it to?
thanks

NTLDR 07-24-2003 02:42 PM

If your editing the username_loggedin and username_loggedout templates try using $GLOBALS[bburl] instead of just $bburl to get the full URL.

Shane_2k 07-24-2003 05:39 PM

ive tryed mate no luck

When u click the login button it goes to error page

thts all i need doin
thanks

NTLDR 07-24-2003 05:52 PM

Have you used $GLOBALS[bburl] in the form action?

Code:

<form action="$GLOBALS[bburl]/member.php" method="post">

Shane_2k 07-25-2003 04:56 PM

ill try tht now mate nice 1

Shane_2k 07-25-2003 04:57 PM

YAY thanks alot mate

thanks all of you for all your help!

NTLDR 07-25-2003 05:41 PM

No problem :)


All times are GMT. The time now is 02:46 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.01484 seconds
  • Memory Usage 1,768KB
  • 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_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (32)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete