The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
My forum is about to reach 100K members and I was planning to make a self-mod for PITA (as you can guess loading times of 100K members and ofcourse, buffer overflows) "Edit forum" part not to load entire memberlist but picking from a searchable, pageable memberlist pop-up window for allowed memberlist etc...
Just asking if there is anything like that made before or is there any need for such options beside me to make it public after 3.4.0.7 release?
<
Just asking if there is anything like that made before or is there any need for such options beside me to make it public after 3.4.0.7 release?
<
Last edited by SiSL on 08 December 2008, 18:44
Posted
PITA ?<
Podge.
The Hunger Site - Click to donate free food | My Blog | Snitz 3.4.05 AutoInstall (Beta!)
My Mods: CAPTCHA Mod | GateKeeper Mod Tutorial: Enable subscriptions on your board
Warning: The post above or below may contain nuts.
My Mods: CAPTCHA Mod | GateKeeper Mod Tutorial: Enable subscriptions on your board
Warning: The post above or below may contain nuts.
Posted
I always thought it was Pain In The Arse...<
Bandlink.net - http://www.bandlink.net/
Bandlink Music Forums - http://www.bandlink.net/forum/
Bandlink Music Forums - http://www.bandlink.net/forum/
Posted
Originally posted by MarkJH
I always thought it was Pain In The Arse...
And you are right :p
Normally it is not like that, but when you got 100K members to list when you click edit, imagine time you would be waiting :(
<
Last edited by SiSL on 09 December 2008, 08:05
Posted
The Irish equivalent is PITH
.
I'm not aware of any mods to do it but its crying out for an AJAX style solution so that you don't have to leave the "edit forum" page.<
I'm not aware of any mods to do it but its crying out for an AJAX style solution so that you don't have to leave the "edit forum" page.<
Podge.
The Hunger Site - Click to donate free food | My Blog | Snitz 3.4.05 AutoInstall (Beta!)
My Mods: CAPTCHA Mod | GateKeeper Mod Tutorial: Enable subscriptions on your board
Warning: The post above or below may contain nuts.
My Mods: CAPTCHA Mod | GateKeeper Mod Tutorial: Enable subscriptions on your board
Warning: The post above or below may contain nuts.
Posted
Originally posted by Podge
The Irish equivalent is PITH.
I'm not aware of any mods to do it but its crying out for an AJAX style solution so that you don't have to leave the "edit forum" page.
Okay, my first tries with AJAX, I think I managed such solution.. That would need modifying ofcourse, will do after 3.4.0.7...
What I hate about Ajax is constant DB query and language problems unless you use UTF-8 but it is best way like listing results as you type...
Basic functions would be:
- Noone will be able to use unless Moderator or Admin to prevent possible abuse or exploit attempt...
- Selects Top 10 with LIKE '%<query>%' and replaces users selection pulldown...
If any ideas, please share...<
Last edited by SiSL on 18 December 2008, 04:57
Posted
If you site is like mine where only about 10% have made a post, you could change the query of the members list part to only bring up the names of people who have actually posted and not anyone else.<
Posted
Originally posted by weeweeslap
If you site is like mine where only about 10% have made a post, you could change the query of the members list part to only bring up the names of people who have actually posted and not anyone else.
Good idea indeed... However, I may like to add a new invited member to a list as well.<
Last edited by SiSL on 18 December 2008, 13:30
Posted
I'd probably suggest a two phase user selection process:
1. Insert user ID to add the user to the user selection box. 2. Once all users are in the selection box, change the access lists.<
1. Insert user ID to add the user to the user selection box. 2. Once all users are in the selection box, change the access lists.<
Posted
That's how I am doing it ruirib;
Basic process is like this:
- There is an Input box on top of AuthUserCombo selection (Left side)
- When you type in InputBox, results populate AuthUserCombo Selection so you have to press on a name and ">" icon to put them on access list. However, I will use style to fix width of that box or other wise in each type, it looks funny :P
<
Basic process is like this:
- There is an Input box on top of AuthUserCombo selection (Left side)
- When you type in InputBox, results populate AuthUserCombo Selection so you have to press on a name and ">" icon to put them on access list. However, I will use style to fix width of that box or other wise in each type, it looks funny :P
<
Last edited by SiSL on 18 December 2008, 17:42
Email Member
Message Member
Post Moderation
FileUpload
If you're having problems uploading, try choosing a smaller image.
Preview post
Send Topic
Loading...