// SZ 2025-11-30 — override SMF expandPages for "..." pagination function expandPages(spanEl, base_link, first_page, last_page, per_page) { try { var per = parseInt(per_page, 10) || 1; // Try to derive the real maximum page count by inspecting the pagination links. var maxPage = 1; var container = spanEl && spanEl.closest ? spanEl.closest(".pagelinks") : null; if (container) { var links = container.querySelectorAll("a.nav_page"); var maxStart = 0; links.forEach(function (a) { var href = a.getAttribute("href") || ""; // Match the last . segment, e.g. topic=15206.7650 var m = href.match(/\.([0-9]+)(?:$|[^0-9])/); if (m) { var n = parseInt(m[1], 10); if (!isNaN(n) && n > maxStart) maxStart = n; } }); if (maxStart > 0) maxPage = Math.floor(maxStart / per) + 1; } // Fallback to SMF-provided last_page if DOM inspection failed. if (!maxPage || maxPage < 1) { var last = parseInt(last_page, 10); maxPage = Math.floor(last / per) + 1; if (!maxPage || maxPage < 1) maxPage = 1; } var input = prompt("Go to page (1-" + maxPage + "):"); if (input === null) return; var page = parseInt(input, 10); if (!page || page < 1 || page > maxPage) return; var start = (page - 1) * per; if (start < 0) start = 0; var url = base_link; // base_link may be an HTML string contain an tag; try to extract href try { var tmp = document.createElement("div"); tmp.innerHTML = base_link; var a = tmp.querySelector("a"); if (a && a.getAttribute("href")) { url = a.getAttribute("href"); } } catch (err) { url = base_link; } // Replace common SMF patterns with the computed offset if (url.indexOf("%1$d") !== -1) { url = url.replace("%1$d", start); } else if (url.indexOf(";start=") !== -1) { url = url.replace(/;start=\d+/, ";start=" + start); } else if (/\.0(?!\d)/.test(url)) { url = url.replace(/\.0(?!\d)/, "." + start); } window.location.href = url; } catch (e) { // fail silently } }

Spam in here!

Started by Indy94, Jul 4, 2009 02:31 PM

Previous topic - Next topic

1 Guest

Indy94

Put as much posts as you want! Need help getting to ViP? Post random things here! IT WILL HELP YOU TO GET TO ViP! POST NOW!
Signature
Sonicfan47 made this!

JetTheHawk

Posts don't count here in the off topic spam section nor role playing

YOU FAIL
Signature
NO SIGNATURE

Indy94

Signature
Sonicfan47 made this!

JetTheHawk

Signature
NO SIGNATURE

demonhax

Signature
this is my signature. what? expecting pictures?

Indy94

Signature
Sonicfan47 made this!

ShadowsOfSilver

Signature


The Meph's back in da hawz

JetTheHawk

brb watching fireworks :D
Signature
NO SIGNATURE

rubella10

WWEEEEEEEEE(spining ramdomly in my stool) WWWEEEEE  :D
Signature
i am a strong puppy yes i am give me a treat and i will be a good puppy :)

(\ /)
( . .)
c(")(") ITS AN EVIL BUNNY AND HE WANTS TO TAKE OVER THE WORLD 
RUUUUUUUUUUUUNNNNN!!!

Indy94

Wait...how did I get -2 "Karma"?
Signature
Sonicfan47 made this!

JetTheHawk

Quote from: Indy94 on Jul  5, 2009 08:10 AM
Wait...how did I get -2 "Karma"?
I gave you -1 for trying to get ViP by spamming and shadowsofsilver  did as well probably for the same reason
Signature
NO SIGNATURE

Nightshade the hedgehog

and i will make it -3
Signature
once made by killer ,redone by supersonic196 ,thanx guys :)
yes i am,thanx firestar :)
thanks mikey thanks ecco
fan of ashura ,made by teh shadicz ,thanks for it :)

JetTheHawk

Signature
NO SIGNATURE

Super Empra

Quote from: Indy94 on Jul  4, 2009 02:31 PM
Put as much posts as you want! Need help getting to ViP? Post random things here! IT WILL HELP YOU TO GET TO ViP! POST NOW!

Quote from: JetTheHawk on Jul  4, 2009 02:34 PM
Posts don't count here in the off topic spam section nor role playing

YOU FAIL

lol, that was just hilarious :D
Signature

If you're reading this, your a NOOB!!!

JetTheHawk

Signature
NO SIGNATURE