Go Back   Super Soaker Central > Water guns > Community
User Name
Password
Register FAQ Members List Calendar Mark Forums Read


Welcome to the SSC Forums! You are currently viewing our boards as a guest which gives you limited access. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and more. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us.
Reply
 
Thread Tools
Old 04-12-2008, 04:50 PM   #31
Ben
Founder
 
Ben's Avatar
 
Join Date: Mar 2003
Location: Maryland
Posts: 5,985
UserID: 1
Default Re: Extrawater Forums

I don't know how to do that specifically so you'll have to forward me the details of it. I could easily set up a redirect if that would be adequate, but I've seen InvisionFree forums hosted on a domain so I know what you're talking about. Email me the details.

Edit: If you want to set up a new forum there that would be fine too.
__________________
email: ben at sscentral dot org / Forum rules

Read this page before emailing me.

Do not send me a PM or email with a water gun question if someone else could answer the question. Post at the forums. You will get a response from me along with others' views or ideas.

Do not send me a PM or email about reading a certain post unless it's been a few days since you've posted. I try to read every post.
Ben is online now   Reply With Quote
Old 04-12-2008, 05:07 PM   #32
CROC
Senior Member
 
CROC's Avatar
 
Join Date: Mar 2006
Location: Ontario, Canada (GTA)
Posts: 288
UserID: 569
Default Re: Extrawater Forums

There is an option for me to integrate it in the admin CP. I could just add it to forums.supersoaker.org

I have some odd issues with my php: Link
It has some wierd issue with including the header.php and the footer.php into the document.
The header.php contains the information such as bgcolor and the top part of the page. It is having trouble loading or something.
__________________
~CROC~(c 'rock)n.
-The master of ideas, and the occasional mod (Works with mr. dude)
Mods: 3xA combat - CPS Turbine - Super Flash Flood - (working on CPH)
CROC is offline   Reply With Quote
Old 04-12-2008, 06:21 PM   #33
Silence
Administrator
 
Silence's Avatar
 
Join Date: Apr 2006
Location: Virginia
Posts: 3,250
UserID: 576
Default Re: Extrawater Forums

Make sure you're getting the directory path right. It looks like you're trying to locate scorpion.php (the name of the current file) instead of header.php and footer.php. Of course, that also assumes you're pointing to the right directory.
__________________
Forum Rules
Silence is offline   Reply With Quote
Old 04-12-2008, 06:58 PM   #34
Ben
Founder
 
Ben's Avatar
 
Join Date: Mar 2003
Location: Maryland
Posts: 5,985
UserID: 1
Default Re: Extrawater Forums

Nope, it seems to be looking for header.php and footer.php fine. However, it appears that you don't have the path right. Remove the ../ part and just write $location = '';. The PHP file is in the same directory as those, so you don't need to go back a directory.

Quote:
There is an option for me to integrate it in the admin CP. I could just add it to forums.supersoaker.org

I'm still not quite sure what you mean. If you're talking about the InvisionFree admin CP, even if there is an option like that there it won't work without some configuration over here. Turn in on I suppose and then we'll configure it over here.

You also seem to have some text encoding problems, but they might be solved by having the right HTML header in there, so I'll just wait for you to get that part right.
__________________
email: ben at sscentral dot org / Forum rules

Read this page before emailing me.

Do not send me a PM or email with a water gun question if someone else could answer the question. Post at the forums. You will get a response from me along with others' views or ideas.

Do not send me a PM or email about reading a certain post unless it's been a few days since you've posted. I try to read every post.
Ben is online now   Reply With Quote
Old 04-12-2008, 07:06 PM   #35
CROC
Senior Member
 
CROC's Avatar
 
Join Date: Mar 2006
Location: Ontario, Canada (GTA)
Posts: 288
UserID: 569
Default Re: Extrawater Forums

This is my coding for the page, do you see any problems with it, or what I am doing wrong?
Attached Files
File Type: txt source of php.txt (3.5 KB, 3 views)
__________________
~CROC~(c 'rock)n.
-The master of ideas, and the occasional mod (Works with mr. dude)
Mods: 3xA combat - CPS Turbine - Super Flash Flood - (working on CPH)
CROC is offline   Reply With Quote
Old 04-12-2008, 07:18 PM   #36
Ben
Founder
 
Ben's Avatar
 
Join Date: Mar 2003
Location: Maryland
Posts: 5,985
UserID: 1
Default Re: Extrawater Forums

As I said in my post, do $location=''; instead of $location='../';. header.php and footer.php are in the current directory, so you don't need to go back a directory. That's what ../ does.
__________________
email: ben at sscentral dot org / Forum rules

Read this page before emailing me.

Do not send me a PM or email with a water gun question if someone else could answer the question. Post at the forums. You will get a response from me along with others' views or ideas.

Do not send me a PM or email about reading a certain post unless it's been a few days since you've posted. I try to read every post.
Ben is online now   Reply With Quote
Old 04-12-2008, 08:05 PM   #37
CROC
Senior Member
 
CROC's Avatar
 
Join Date: Mar 2006
Location: Ontario, Canada (GTA)
Posts: 288
UserID: 569
Default Re: Extrawater Forums

Oh, I see now. I will do that now.

EDIT: It works now. I now just have to get the background colour to work now.
EDIT2: I tried to change to forums.supersoaker.org, but it gave me this error:
Code:
The domain you have entered does not appear to point to this server at this time. The domain should point to z15.invisionfree.com with a CNAME record.
__________________
~CROC~(c 'rock)n.
-The master of ideas, and the occasional mod (Works with mr. dude)
Mods: 3xA combat - CPS Turbine - Super Flash Flood - (working on CPH)

Last edited by CROC : 04-12-2008 at 08:29 PM.
CROC is offline   Reply With Quote
Old 04-12-2008, 09:14 PM   #38
Silence
Administrator
 
Silence's Avatar
 
Join Date: Apr 2006
Location: Virginia
Posts: 3,250
UserID: 576
Default Re: Extrawater Forums

I thought it wasn't looking for the right file since it wanted "scorpion.php" in the error messages, rather than "header.php" and "footer.php". Maybe that's due to the way PHP references files back and forth or something.

It looks like you got the background fixed.

CNAME records have to do with the domain setup. I'm guessing Ben has access to the domain so that's not a major problem.
__________________
Forum Rules
Silence is offline   Reply With Quote
Old 04-12-2008, 09:33 PM   #39
Ben
Founder
 
Ben's Avatar
 
Join Date: Mar 2003
Location: Maryland
Posts: 5,985
UserID: 1
Default Re: Extrawater Forums

Okay, now you've learned the basics of PHP. This will save you a lot of time in the long run, believe me.

I'll get on the DNS stuff too. I'll let you know when to change the settings.

Edit: Okay, give it a try now. I've never changed this sort of stuff but I think I did it correctly. If not then I'll just contact my host's support for help.
__________________
email: ben at sscentral dot org / Forum rules

Read this page before emailing me.

Do not send me a PM or email with a water gun question if someone else could answer the question. Post at the forums. You will get a response from me along with others' views or ideas.

Do not send me a PM or email about reading a certain post unless it's been a few days since you've posted. I try to read every post.
Ben is online now   Reply With Quote
Old 04-12-2008, 10:34 PM   #40
CROC
Senior Member
 
CROC's Avatar
 
Join Date: Mar 2006
Location: Ontario, Canada (GTA)
Posts: 288
UserID: 569
Default Re: Extrawater Forums

The forum works on forums.supersoaker.org now. The reviews that I am doing are going at least 5 times faster than they were before. I have been able to complete almost 3 reviews in 1-2 hours (individual coding, I dont know why I forgot to save a blank template of the main part...)
__________________
~CROC~(c 'rock)n.
-The master of ideas, and the occasional mod (Works with mr. dude)
Mods: 3xA combat - CPS Turbine - Super Flash Flood - (working on CPH)
CROC is offline   Reply With Quote
Old 05-06-2008, 06:48 PM   #41
CROC
Senior Member
 
CROC's Avatar
 
Join Date: Mar 2006
Location: Ontario, Canada (GTA)
Posts: 288
UserID: 569
Default Re: Extrawater Forums

Should I make a drop down menu for selecting water guns, or should I save that for later? I am toying with that idea in my head. Thoughts, comments, concerns?
__________________
~CROC~(c 'rock)n.
-The master of ideas, and the occasional mod (Works with mr. dude)
Mods: 3xA combat - CPS Turbine - Super Flash Flood - (working on CPH)
CROC is offline   Reply With Quote
Old 05-06-2008, 07:17 PM   #42
Drenchenator
Administrator
 
Drenchenator's Avatar
 
Join Date: Jun 2004
Location: Maryland
Posts: 715
UserID: 320
Default Re: Extrawater Forums

From my experience, using drop-down menus for navigation is a pain in the rear for 2 reasons: for starters, they hide all the options from the user; moreover they are hard to work with and implement. Regular links work much better in both regards.
__________________
The Drenchenator, also known as Lt. Col. Drench.
Drenchenator is offline   Reply With Quote
Old 05-07-2008, 04:50 PM   #43
Silence
Administrator
 
Silence's Avatar
 
Join Date: Apr 2006
Location: Virginia
Posts: 3,250
UserID: 576
Default Re: Extrawater Forums

Yep, they're terrible for usability. Visibility and selection of links is bad, and you can't see things like different colors for visited pages, the target URL, the hover text for the link, etc. Here's Jakob Nielsen on the subject.
__________________
Forum Rules
Silence is offline   Reply With Quote
Old 05-07-2008, 07:58 PM   #44
Ben
Founder
 
Ben's Avatar
 
Join Date: Mar 2003
Location: Maryland
Posts: 5,985
UserID: 1
Default Re: Extrawater Forums

If you mean like HTML form drop down menus, don't use those unless you have a form to fill out. Those are annoying.

If you mean drop down menus like what iSoaker.com uses (the JavaScript/CSS variety), those can help, but I don't think they make too much of a difference in the end. Sometimes I find them annoying when using a website for the first time because they appear without warning. They can be hard to set up, but from what I've read doing them in CSS is pretty easy. Usability experts will tell you that they don't help much.

Sometimes I've found them helpful, while other times I wonder why the design relies so much on them. When done well they can work. If you want to use one my suggestion would be to not have any sub-menus because they can get very annoying on websites from my experience.
__________________
email: ben at sscentral dot org / Forum rules

Read this page before emailing me.

Do not send me a PM or email with a water gun question if someone else could answer the question. Post at the forums. You will get a response from me along with others' views or ideas.

Do not send me a PM or email about reading a certain post unless it's been a few days since you've posted. I try to read every post.
Ben is online now   Reply With Quote
Old 05-09-2008, 12:33 PM   #45
sneakycookie
Member
 
sneakycookie's Avatar
 
Join Date: May 2008
Location: I live on ground.
Posts: 32
UserID: 1533
Default Re: Extrawater Forums

I dont know much about code, But i do know that Silent guy is right. But some java cant be put into documents. Know this because my uncle works with code, and he has lots of trouble with java skript.
__________________
Add me on xfire, "sneakiecookie"
sneakycookie is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


All times are GMT -5. The time now is 08:06 AM.


Powered by vBulletin
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 2.2.2
Copyright ©2003 - 2008 The Super Soaker Central project