// 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 } }

i am really good at making gifs

Started by Nick the Hedgehog, Apr 10, 2009 12:35 PM

Previous topic - Next topic

1 Guest

Nick the Hedgehog

POSTS AND VEIWS,WOOTNESS!!!!!!!!!!!!!

JetTheHawk

Quote from: nick26 on Apr 26, 2009 06:30 AM
POSTS AND VEIWS,WOOTNESS!!!!!!!!!!!!!
ya woohoo but lets not get off topic here  ;)
Signature
NO SIGNATURE

Nick the Hedgehog

Quote from: jet on Apr 26, 2009 06:22 AM
Well dont say that to me, shadowtails gave you the sprite
srry,i got it mixed up

JetTheHawk

Quote from: nick26 on Apr 26, 2009 07:28 AM
srry,i got it mixed up
Lol thats ok Nick, everyone fails once in a while  ;)
Signature
NO SIGNATURE

SonicThedgehogRetro


JetTheHawk

Quote from: SonicThedgehogRetro on Apr 26, 2009 08:05 AM
yes thats what i ment!
Dude he already has alot of requests, can you give him a little break  ;)
Signature
NO SIGNATURE

SonicThedgehogRetro

Oh..Alright ill wait for a week or more...

Nick the Hedgehog

nothing new....hm,im not ganna look past it,but you could post it again

HereAndThere

Quote from: jasongms1 on May 29, 2009 07:01 AM
:)
no no no no VIP BITCH SPAMMER ANY MOD BAN!!!! HIM NOOWWW!!!!!!!

Donovansrb10

Quote from: jasongms1 on May 29, 2009 08:20 AM
yep

STOP SPAMMING!!!!!!! I COMMAND YOU!!!!! I TRIPPLE DOG DARE YOU!!!!!!! JUST STOP SPAMMINGa!!!!!!!!!!!!!!! >:(
Signature
Thanks to SonicFan47!

JetTheHawk

Hey Nick I just noticed...you still didn't do my request :O
Signature
NO SIGNATURE

Nick the Hedgehog

Sorry,forgetting is my 4th nature,what was it again?

Nick the Hedgehog

Due to No Activity,i am locking this topic



too bad >:(

HereAndThere

i was gonna ask ya one today >.<

Nick the Hedgehog

Yes,i have unlocked this Topic,But i Cant Do it all of a sudden
reason #1.My Computer has overheated and its ganna be out for a few weeks
reason #2.I am getting back on Doukutsu (Cave Story) and making a mod
reason #3.Well everything needs atleast 3 reasons