The Un-Official Proxomitron Forum
Forum mixed up - Printable Version

+- The Un-Official Proxomitron Forum (https://www.prxbx.com/forums)
+-- Forum: Proxomitron Config Sets (/forumdisplay.php?fid=43)
+--- Forum: Sidki (/forumdisplay.php?fid=44)
+--- Thread: Forum mixed up (/showthread.php?tid=1843)



Forum mixed up - scoop - Oct. 21, 2011 08:02 PM

Hi Ive just got myself a new Iphone 4s and have been looking at a few forums for hints and tips, this one http://www.iphoneforums.net/forum/iphone-apps-20/gps-app-one-23689/ ive been reading a lot on seems to have its format all mixed up. Can anyone help please?


RE: Forum mixed up - ProxRocks - Oct. 21, 2011 09:47 PM

by "mixed up", do you mean while browsing on the "i-crap" (lol, just messin') or while browsing on a desktop/laptop/netbook via a "conventional browser"?


RE: Forum mixed up - JJoe - Oct. 21, 2011 10:34 PM

Looks the page's author forgot a "<".

Quote:<span class="postcounter">/span>

should be

Quote:<span class="postcounter"></span>

Try

Code:
[Patterns]
Name = "www.iphoneforums.net/forum/ fix html "
Active = TRUE
URL = "$TYPE(htm)www.iphoneforums.net/forum/"
Limit = 256
Match = "<span class="postcounter"> /span>"
Replace = "<span class="postcounter"></span>"

HTH


RE: Forum mixed up - scoop - Oct. 22, 2011 08:35 AM

(Oct. 21, 2011 09:47 PM)ProxRocks Wrote:  by "mixed up", do you mean while browsing on the "i-crap" (lol, just messin') or while browsing on a desktop/laptop/netbook via a "conventional browser"?

Just on conventional desktop. This is my first iphone and im begining to think I wished I stuck with my trusty HTC desire...
(Oct. 21, 2011 10:34 PM)JJoe Wrote:  Looks the page's author forgot a "<".

Quote:<span class="postcounter">/span>

should be

Quote:<span class="postcounter"></span>

Try

Code:
[Patterns]
Name = "www.iphoneforums.net/forum/ fix html "
Active = TRUE
URL = "$TYPE(htm)www.iphoneforums.net/forum/"
Limit = 256
Match = "<span class="postcounter"> /span>"
Replace = "<span class="postcounter"></span>"

HTH

Thanks again JJoe, working correctly now.