![]() |
hey, works fine on a 3.6.8 vB too, thanks a lot !
|
Hello, fantastic script. But I'm having a few problems. First off, I'd just like to note that my forums is located in a directory called "forums". The script will show me logged in for about 3 minutes or less, and then will show me as logged off; but still logged in on the actual forums. My site is coded like so:
Code:
<?php include("header.php"); ?>CONTENT GOES HERE<?php include("footer.php"); ?> Naturally, I put the (with my directory settings, obviously) PHP Code:
Please help, thanks. |
Quote:
Also, I can't style anything in the login form even when it says "you can style this with CSS or HTML" It breaks the form and throws back a bunch of errors about Quote:
Finally, Unless I COMPLETELY remove most of the new posts stats code at the bottom of the login_inc.php file, I get this error: Quote:
[Edit: I notice you told another user with this error: Quote:
Quote:
If thats not where it goes, then where? Also it's obvious by the error message that it is accessing the file successfully, theres just a problem with the line 150. Thank you for all the hard work, and I'm sure these are simple fixes. I just need some help to get it working I thinks. -Troy |
For those who are running vBExternal and this mod or the Simple Login Mod, and are running any version of vb 3.6.x, well I came up with a simpler solution to have both run simultaneously.
To prevent a conflict: 1) You need to create a separate blank page just to display the news feed from the vBExternal source. Make a blank page (e.g. newsfeed.php) Set it up for vbexternal by inserting the pull code at the very top of your HTML code before the header and all that... Code:
<?php 2) Insert within the <HTML></HTML> tags, whatever you would like to display, whether it be news, last ten posters, etc. e.g. Code:
<?php Code:
<? include("http://www.yoursite.com/path/to/newsfeed.php"); ?> 4) Enjoy News and Login without complications. I will be posting a demo within the next day or so when I reorganize my site. Live Demo at http://www.grandtheftcentral.com/ |
Quote:
EDIT It now works, I simply moved the login_inc.php to the root directory, where my test page is and I now log in (and out) successfully. Yeh me!! PS: Thanks for the mod. |
Thank you :)
|
Sorry I am using 3.6.8 and I only uploaded this page hoping that it would display an empty page but looks like somewhere the main object is becoming null
This is my page: Quote:
Quote:
|
This code no work on my joomla page =[ any solution?
|
I have this login script on my website e.g. http://www.site1.com/ and my forums are at http://www.site2.com/ when i login in the script it goes to site2.com and says successfully logged in, then redirects back to site1 but isn't logged in. (it still displays the login script)
Is there a fix for this? Thanks. |
Get this great hack and can't figure out my fault.
The login works correctly but the logout don't work and I don't know why. Do anybody know a solution? |
nice work ! would you please edit attached files for me ? to use on nuke page ?
pleaseeeeeeeeee |
If I log in from the forums:
site.com/forums I can navigate between site.com and site.com/forums with out any poblems, but when I try to log in from site.com it detects that I am not logged in and askes me to log in. When I click on the login form, it redirects me to login.php not forums/login.php.. Any ideas? |
Anyone know it this mod works with vb 3.7
|
Quote:
|
super hackl. It offered me the ideea on how to use other features from vb on nonvb pages.
Still... i have a problem that i haven`t succeeded to find a workaround for it When i login , i go to that redirection page :"tank you for logging in , ...", and then back to the initial nonvb page. Until here everything perfect When i logout , it redirects me to the logout page where i have to press "click here to return to the previous page..." ... is there any workaround to automatically redirect me from where i came as it does when i login ? thanks |
anyone have instruction for 3.7 ? does it safe to overwrite the login_inc ?
thanks for help! |
AWESOME, after a couple hours of messing around I FINALLY got this working in vb 3.6.8. Also now using it in the widget sidebar on a wordpress blog. PERFECT and SEEMLESS integration. However I had to alter the code a bit so it could communicate with the newer version of vb.
|
Works fine for me with 3.7 beta 4. I did however have it installed before upgrading. I upgraded and never had to mess with anything, it kept working as normal.
|
When I log in on the website and it goes back to the wesbite the login in still there how to I fix this.
|
Hi,
I had implemented this code and it was working fine. My password had presently expired and my homepage looks scrambled. It is not redirecting to the forum page where it shows password expiry message. If I go to the forums page, by typing http://www.example.com/forums then the message shows up. Can you please guide me on how I could rectify this error? Thanks, G :confused: |
wow nice i need it ! but for me it does not work! would you please upload the ready and finished php file to download ?
regards |
hi i keep getting error such as headers already sent. i have my globals on my own php files. but when ever i put your files in it tells me header already sent
|
Is there a way that I can track what page the user is currently viewing from the vbulletin who's online page?
|
can anyone give me some quick assistance... I tried my test.php and it works fine.
when I place in wordpress sidebar I get this error: Fatal error: Call to a member function on a non-object in /home/content/?/?/?/?????/html/login_inc.php on line 299 any ideas what could be going on I'm using 3.6.8? |
Is there anyway to display a default avatar instead of a blank space when a logged in user has no avatar?
Great mod by the way. |
Quote:
Quote:
Quote:
Quote:
Quote:
Even a single blank character above the code will cause this error. |
Quote:
This is not designed to do this. Quote:
I might add it to the next update. |
Hi I have installed and successfully got the script running, this works fine in a stand alone php file, great.
Now i am trying to integrate with a directory script (called indexu ) that use's smarty as a template engine. With smarty the php call changes from <?php to <%php%> so this is the code I have at the very beginning of my header file PHP Code:
PHP Code:
all paths are correct but when i browse the page with the mod enabled i am presented with the following error. HTML Code:
Fatal error: Call to a member function query_first_slave() on a non-object in /home/essext/public_html/forums/includes/functions.php on line 1303 PHP Code:
But have been told to post over here. The original thread is here http://www.nicecoder.com/community/s...ead.php?t=7159 . I hope some one can shed some light on this one. Thank you |
Does anyone have this working on Joomla?
|
Perfect, works great.
Thanks! |
Ok I tried this but why is it displaying the default log in screen in vb and not the modified one. When I log in it works it shows that Im login gives me the welcome message etc etc.
|
Installed and working on 3.6.11. How do I add a line break in the php file? I tried
Code:
/n Code:
<br> |
Hey guys, I installed this and everything, but I can't seem to get it to actually LOG YOU in. Check it out:
http://nintendoland.com/New/index.php Use the account: Test Pass: test See? What is wrong guys? |
wheres login_inc.php located in the forum?
Ross |
All times are GMT. The time now is 05:58 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|