View previous topic :: View next topic |
Author |
Message |
Kiin
Joined: 10 Jun 2003 Posts: 21
|
Posted: Fri Jul 04, 2003 3:30 am Post subject: |
|
|
Ohh nice hack! Very good idea, it should have taken me 2 mins to install but it took like 15 since I kept screwing it up :p Thank god for backup. Leave it to me to screw even the simplest things up. It's nice and I expect to put some use to this little bugger, thanks! _________________ -Kiin |
|
Back to top |
|
 |
Nalani
Joined: 04 Jul 2003 Posts: 1
|
Posted: Fri Jul 04, 2003 4:01 am Post subject: |
|
|
I downloaded oops.js and tried to install it, but something very strange occurred. It somehow caused my site to redirect to pure-essence.net. Did you update the file? Because when I used a friend's file, it was very different (but it worked). |
|
Back to top |
|
 |
Armitage
Joined: 28 Dec 2002 Posts: 14
|
Posted: Mon Sep 15, 2003 7:44 pm Post subject: |
|
|
Yea, she has a line in the code that checks to see if you type www. to get to the site, if you did it changes the address to remove it.
In oops.js its probably the first 3 lines...
Code: |
if(window.location.href.toLowerCase().indexOf ('http://www', 0) != -1) {
top.location.href='http://pure-essence.net/';
}
|
Comment them out or delete them. |
|
Back to top |
|
 |
Shockingbird
Joined: 25 Jan 2002 Posts: 4
|
Posted: Wed Sep 17, 2003 10:13 pm Post subject: |
|
|
This is one of the coolest hacks I've seen in a long time!! _________________ www.shockingbird.com |
|
Back to top |
|
 |
Supersonic Squirrel

Joined: 28 Dec 2002 Posts: 17 Location: Beograd, Serbia
|
|
Back to top |
|
 |
Mellissa
Joined: 17 Nov 2002 Posts: 28 Location: Malaysia
|
Posted: Tue Nov 04, 2003 11:58 am Post subject: |
|
|
Excellant! Thank you! |
|
Back to top |
|
 |
ghost0156
Joined: 19 Nov 2003 Posts: 26
|
Posted: Wed Nov 19, 2003 3:10 am Post subject: |
|
|
For latest release of b2 this hack don't work!!! |
|
Back to top |
|
 |
ghost0156
Joined: 19 Nov 2003 Posts: 26
|
Posted: Fri Nov 21, 2003 8:37 pm Post subject: |
|
|
In the my b2 this hack not work why?? i've the latest version!!!!!
please reply me!! i need this hack |
|
Back to top |
|
 |
jackiefg
Joined: 15 Oct 2003 Posts: 29 Location: Toronto, Ontario, Canada
|
Posted: Fri Dec 05, 2003 10:12 pm Post subject: Doesn't validate with the "More" in same page code |
|
|
My site validates as valid XHTML if I don't use the extended "more" in the same page. However, when I use it, I get the following errors:
Line 106, column 381: document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
...v id="varXYZ62" style="display: none"></p>
^
Line 106, column 385: end tag for "div" omitted, but OMITTAG NO was specified
...="varXYZ62" style="display: none"></p>
^
Line 106, column 341: start tag was here (explain...).
...lf">And more… »</a></span><div id="varXYZ62" style="display: none"
^
Line 113, column 3: end tag for element "p" which is not open (explain...).
</p>
^
Line 226, column 5: end tag for element "div" which is not open (explain...).
</div>
^
I have been searching for extranneous codes and extra </p's but it all looks good to me.
Any ideas on how to fix it up? I put a lot of work into getting my site re-valid - so now I hate to have any error messages. _________________ jackiefg |
|
Back to top |
|
 |
jackiefg
Joined: 15 Oct 2003 Posts: 29 Location: Toronto, Ontario, Canada
|
Posted: Tue Dec 09, 2003 5:27 pm Post subject: Hello? |
|
|
Anybody home?
Does anyone know which file I'd have to edit in order to find the extra div's and p codes that don't validate when I use the extended <!--more hack - as in my last post? _________________ jackiefg |
|
Back to top |
|
 |
submodalities
Joined: 01 Apr 2004 Posts: 9
|
Posted: Thu May 20, 2004 1:33 am Post subject: |
|
|
Nalani wrote: | I downloaded oops.js and tried to install it, but something very strange occurred. It somehow caused my site to redirect to pure-essence.net. Did you update the file? Because when I used a friend's file, it was very different (but it worked). |
The exact same thing happend to me, I am needing the FILE!
[email protected] (could someone email it to me?) |
|
Back to top |
|
 |
kotatsu
Joined: 29 May 2004 Posts: 1
|
Posted: Sat May 29, 2004 9:21 pm Post subject: for wordpress 1.2? |
|
|
Does anybody know if this hack is compatible with Wordpress 1.2? |
|
Back to top |
|
 |
|