The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Non VB Page Poll and Log in mods.
If anyone can show me how to do this I will love them forever and ever and ever.
1. Ability for users to log in on a regular .html page with their Forum Usernames. 2. This is the tricky part I wanted to do with the poll code. I do photo competitions, and when it comes voting time, I have to do it by them emailing me their vote, and that kind of is an easy way to cheat since you can have multiple emails and I can't see the IP that it comes with. So I wanted it when they selected a picture they wanted to vote for, it acts as the poll that vbulletin has. But of course, not the same set up, for ex. lets say "| = 1 pic|" I would like it to be set up like so: | | | | | | | | | | | | | | | and so forth instead of: | | | like vb has it done. I've looked for a script to do this, but it still wont allow the users to vote using their forum names. So anyhelp will be very appreciative. Thanks -dan |
#2
|
|||
|
|||
Change the URL in your profile to match your forum's URL. Definitely don't keep it at it's current URL or you risk being banned.
|
#3
|
|||
|
|||
Yikes, it says homepage.. that website is my homepage, never knew I'd get in so much trouble for being honest.
Thanks for the lookout though Any help on the above request? |
#4
|
|||
|
|||
You may want to wait for loo-portal to be released and rip the code out of it. The 1st one can be done quiet easyly, the second is gann require some php in the page and a few querys on mySQL.
Anyway, to answer your frist question, just stick this html (edit it to your needs this is only a guide) in anypage, make sure to change the url's in the code to match yours. This has no layout really, this will allow you to log in however, i asume you know the basics of html and how to do tables etc. ------ code snip ------ <form action="http://www.yoursiteurl.com/forum/member.php" method="post"> <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!"> -------------- code snip ------------ |
#5
|
|||
|
|||
you are the owner of astalavita?
thats a huge warezx site isnt it? lol |
#6
|
|||
|
|||
Yea, I am pretty good with html and mysql, just not php.
Thanks for the code. As for the poll mod, I was thinking it wouldn't be so hard if I made a thread with the poll information, and just made a php page, with a different layout just linking the votes to the poll thread? Like how vbhome and all those other portals have polls on the frontpage. Only question I would really have is how would I go about linking it from say http://mysitename.com/contest1.php to http://mysitename.com/forums/threadwithpoll.php |
#7
|
|||
|
|||
Quote:
|
#8
|
|||
|
|||
Quote:
|
#9
|
|||
|
|||
I changed it already.
|
#10
|
|||
|
|||
We really sould edit the reg templates so that it says "your forum url" and not "homepage". I know you have cp access filburt. Mabey you sould go fix that to avoid confusstion
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|