[BETA] vAgreement Terms

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment! No new topics are allowed in this forum.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: MOD Development Forum rules

On February 1, 2009 this forum will be set to read only as part of retiring of phpBB2.
phantomk
Registered User
Posts: 1039
Joined: Wed Apr 14, 2004 5:32 am
Location: Canada Eh?
Name: Daniel Lee
Contact:

[BETA] vAgreement Terms

Post by phantomk »

Mod Title: vAgreement Terms
Mod Author: Phantomk
Mod Edition: 1.0.0
Description: Changes the agreement look to something similar to vBulletin

Download: Here

This mod is based off of vAgree by Dustin V. but it is much more simplier because it does not use iFrames.
Last edited by phantomk on Sun Jul 09, 2006 6:45 am, edited 5 times in total.
Tanapangarap
Registered User
Posts: 67
Joined: Sat Mar 11, 2006 5:18 am
Contact:

Post by Tanapangarap »

Got a screen shot? :)
phantomk
Registered User
Posts: 1039
Joined: Wed Apr 14, 2004 5:32 am
Location: Canada Eh?
Name: Daniel Lee
Contact:

Post by phantomk »

Tanapangarap wrote: Got a screen shot? :)

Updated first post :)
Tanapangarap
Registered User
Posts: 67
Joined: Sat Mar 11, 2006 5:18 am
Contact:

Post by Tanapangarap »

phantomk wrote:
Tanapangarap wrote:Got a screen shot? :)

Updated first post :)


Cool!

I'm going to try it out, and I'll report any concerns, bugs--whatever. Thanks for making this! I hope you continue development and release, but, even if not, thanks for making it in the first place.
User avatar
igorw
Former Team Member
Posts: 8024
Joined: Fri Dec 16, 2005 12:23 pm
Location: {postrow.POSTER_FROM}
Name: Igor Wiedler

Post by igorw »

Nice, i like it :)
Igor Wiedler | area51 | GitHub | trashbin | Formerly known as evil less than three
daya143
Registered User
Posts: 56
Joined: Mon Jul 18, 2005 9:27 am

Post by daya143 »

thks for the mod! i got this!

Image
User avatar
Kalipo
Registered User
Posts: 551
Joined: Mon Dec 08, 2003 1:47 pm

Post by Kalipo »

Nice. I mostly like the added checkbox option.
phantomk
Registered User
Posts: 1039
Joined: Wed Apr 14, 2004 5:32 am
Location: Canada Eh?
Name: Daniel Lee
Contact:

Post by phantomk »

Kalipo wrote: Nice. I mostly like the added checkbox option.

It holds more to the way vB3 works :)
Tanapangarap
Registered User
Posts: 67
Joined: Sat Mar 11, 2006 5:18 am
Contact:

Post by Tanapangarap »

For anyone interested, I have a working demo of it at my forum, since I just recently added it and customized it to my liking. It was tricky to get it the way I wanted it on the Monkidream template, which is my forum's default, but, with a little tweaking, I got it right. I also have the default agreement terms replaced by my forum's rules, thanks to the coding provided by Phantomk that he provided me for download. Thanks!

Anyways, you can view the working demo by going to my forum's agreement page: http://www.brad-johnson.com/forum/profi ... e=register
User avatar
Saeru
Registered User
Posts: 622
Joined: Sun Feb 19, 2006 5:44 am
Location: Under a pile of PHP code.
Contact:

Post by Saeru »

Ohh now that is nice looking.. Going to add it to the Mod Database?
"Naku ga yousuru ichidanto tsuyosa kyaku ga icchuu wo yusuru."[/size]
phantomk
Registered User
Posts: 1039
Joined: Wed Apr 14, 2004 5:32 am
Location: Canada Eh?
Name: Daniel Lee
Contact:

Post by phantomk »

I always try to submit, I just take my time as I don't want thier to be a problem and waste the time of the validators for something I can find.
User avatar
Saeru
Registered User
Posts: 622
Joined: Sun Feb 19, 2006 5:44 am
Location: Under a pile of PHP code.
Contact:

Post by Saeru »

I'm gona shove this on my board :3

And you can always use the Mod validater on here to check your mod for errors before sending it in.
"Naku ga yousuru ichidanto tsuyosa kyaku ga icchuu wo yusuru."[/size]
phantomk
Registered User
Posts: 1039
Joined: Wed Apr 14, 2004 5:32 am
Location: Canada Eh?
Name: Daniel Lee
Contact:

Post by phantomk »

Saeru wrote: I'm gona shove this on my board :3

And you can always use the Mod validater on here to check your mod for errors before sending it in.

That only checks if the mod follows the "easyMod" guidelines ;) It won't tell you if thier are errors in the actual code. This mod changes the way how the registration works so I need to ensure that thier aren't any problems with the new "register" submission :)

This mod should also stop alot of bot registrations as you physically have to click the checkbox and submit the form :) If you try and bypass the agreement page via a url, you will be directed to the agreement page again.
Tanapangarap
Registered User
Posts: 67
Joined: Sat Mar 11, 2006 5:18 am
Contact:

Post by Tanapangarap »

That's a cool coincidental advantage to have!

By the way, any idea on the problem I reported to you via PM (the one regarding Internet Explorer)?
phantomk
Registered User
Posts: 1039
Joined: Wed Apr 14, 2004 5:32 am
Location: Canada Eh?
Name: Daniel Lee
Contact:

Post by phantomk »

Tanapangarap wrote: That's a cool coincidental advantage to have!

By the way, any idea on the problem I reported to you via PM (the one regarding Internet Explorer)?

I looked at the page, but it appears as you have a bigger problem at hand :S You seem to have new <html> tags for each of your tpl files. You should only have the <html><head></head><body> tags in your overall_header.tplyour tpl file and the end </body></html> tags in overall_footer.tpl (don't forget that simple_footer/header.tpl files also need the same tags) Other than the following should not be in the rest of your tpl files.

Code: Select all

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>

<body>
Post Reply

Return to “[2.0.x] MODs in Development”