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

MAKING A FORUM~! NEED ACTIVE STAFF!

Started by ShadowsOfSilver, Aug 13, 2009 08:16 AM

Previous topic - Next topic

1 Guest

ShadowsOfSilver

Sonic Flame.


needed!

1 Co-owner (Will only allow my CLOSE friends.)

1 Admin (I have to know you fairly well)

3 Mods (As long as you don't destroy the site. :P


ENTER SONIC FLAME~!
Signature


The Meph's back in da hawz

ChaosDazer

*checks forum*
*leaves forum*

I'll skin it for you. If you want.
Signature
witty sig caption

ShadowsOfSilver

Sweet. I can't figure out the dang color things.


Sign up, and you'll be the Admin.
Signature


The Meph's back in da hawz

ChaosDazer

Quote from: ShadowsOfSilver on Aug 13, 2009 08:41 AM
Sweet. I can't figure out the dang color things.


Sign up, and you'll be the Admin.

I'll sign tomorrow.
That ok?
Signature
witty sig caption

ShadowsOfSilver

Signature


The Meph's back in da hawz

SonicXSS123

this site looks cool i'll sign up

ShadowsOfSilver

Okay, Chaosy.kun, you'll be a skin maker.

Shadic90, you'll be admin, but if U see you deserve it, I'll promote ya.
Signature


The Meph's back in da hawz

annoyinglad

I'll sign up, but I'm not sure if I'll remember to be on very often...
Signature



jkid101094

There are too many forums these days. Just join mine and we can be HAPPY! :D
Signature


Quote from: DracoDraco:  Saber was my bitch LONG before you heard about her.  I introduced you to FSN, loser.  D<
Oh, and still...
ILU JKIDDD

Says you. She likes me more. D<
And ILU2. o3o
IaFNSW.

Mikey

I be mod or Admin? Pl0x? Lol I'll sign up and stay active.

Dracoslythe

Ahh why not?
I've just recently got into the "hey join my forum" fad.  lol

*runs to sign up*
Signature



jkid101094

Quote from: Dracoslythe on Aug 14, 2009 05:52 PM
Ahh why not?
I've just recently got into the "hey join my forum" fad.  lol

*runs to sign up*
Yay! I got Draco addicted to a song AND into a fad! ;D
I feel so special! :D
Signature


Quote from: DracoDraco:  Saber was my bitch LONG before you heard about her.  I introduced you to FSN, loser.  D<
Oh, and still...
ILU JKIDDD

Says you. She likes me more. D<
And ILU2. o3o
IaFNSW.

Dracoslythe

Quote from: jkid101094 on Aug 14, 2009 05:55 PM
Yay! I got Draco addicted to a song AND into a fad! ;D
I feel so special! :D
Yes yes yes.  xD
Signature



annoyinglad

Quote from: Dracoslythe on Aug 14, 2009 05:56 PM
Yes yes yes.  xD

No no no. Dx

So why does everyone make forums now?
Signature



jkid101094

Quote from: annoyinglad on Aug 14, 2009 06:09 PM
No no no. Dx

So why does everyone make forums now?
Because they wanna be an admin/mod of a forum?

I made mine because my company needed one. :P
Signature


Quote from: DracoDraco:  Saber was my bitch LONG before you heard about her.  I introduced you to FSN, loser.  D<
Oh, and still...
ILU JKIDDD

Says you. She likes me more. D<
And ILU2. o3o
IaFNSW.