Oddworld Forums

Oddworld Forums (http://www.oddworldforums.net/index.php)
-   Forum Suggestions & Help (http://www.oddworldforums.net/forumdisplay.php?f=15)
-   -   Error In the Industrial Layout (http://www.oddworldforums.net/showthread.php?t=8513)

Hobo 07-10-2003 05:23 PM

Error In the Industrial Layout
 
Now i know this fault is specific to the Industrial layout because i tested the native one and it works. At the bottom of every forum, the go buttons, where you decide how old the threads that appear there are, is not working.......

Joshy 07-11-2003 01:39 AM

Yeah, its been mentioned before, when Alcar comes back he will fix it... or did he fix it already?

Seargentbig 07-11-2003 08:51 AM

Yes! I mentioned it before!

Alcar 07-11-2003 10:06 AM

Okay, okay I'll look into it! I was expecting vBulletin 3 to be here already, but it isn't (well it is, but it is in Beta stage so it has lots of bugs).

Haha, it wasn't even a Javascript error! For some reason the template had an extra end form tag that stopped the use of the go button.

Alcar...

Cloverfield 07-20-2003 12:10 PM

:

Originally posted by Alcar
Haha, it wasn't even a Javascript error! For some reason the template had an extra end form tag that stopped the use of the go button.
Erm, I guess that would be my doing, seeing that I made the Industrial Layout. At least you weren't as blind as me! When I tried to look for it, I couldn't find it. Mind you, I couldn't even find a form tag in the Native layout, so I'm guessing it was in another template that I didn't look at.

Abe Babe...

Adder 07-23-2003 01:14 PM

I mentioned this months ago, and as a quick fix, changed the default thred display in my User CP.
Has the problem been fixed yet???

TheKhanzumer 07-23-2003 06:00 PM

I have noticed that when I click the little thing that says "go to last unread post" it doesn't send me there, it sends me to the end of the thread, or someplace that seems random.

I don't know if this can be fixed but I though I'd mention it. i might not know what I'm talking about.

Wil 07-23-2003 07:05 PM

Yes, sometimes that button doesn't do anything but load the thread at the appropriate page.

Alcar 07-24-2003 03:15 AM

Adder, it should be fixed by now.

TheKhanzumer, it should work. However, if the first unread post is close to the bottom the browser can't scroll any further down, therefore it stops as far down as it can.

That's HTML, not vBulletin.

Alcar...

Codek 07-27-2003 09:19 PM

Such is the problem with PHP. The script looks much more messy than html without a designated editor.

My personal thoughts on this, are that CSS, java, and HTML backbone are all really powerful scripting languages, anything more and the website becomes pointlessly complex from then on in. XML, PHP, PERL, CGI, SQL all script themselves out in a very non-user freindly manner. Making notepad-esque adjustments near impossible. (Which is a pain because that is my preferred means of updating my websites.)

To sum up, cascading style sheets rule, use them wherever you can, that way you are able to omit other script which has the potential to become confusing later on. And for links, avoid complex scripting wherever possible, unless you need redirect scripts, or target="frame" scripting.

Alcar 07-28-2003 02:12 AM

Oh yes I agree that vBulletin 2 is very poorly scripted. The developers themselves have said that, time after time again. vBulletin 3 is properly put together, and follows their own scripting rules.

Alcar...

Codek 07-28-2003 01:51 PM

vB 2 is pants. vB 3 isn't much of an improvement as far as looks go, but runs better. I'll post my report for the beta test when I am done, if I can remember.