UBB.Dev
Posted By: LK [6.3.x] [beta] Memberlist 6.4.5 - 04/20/2002 12:02 AM
Download: ZIP File or MultiHack File

Demo: LK\'s Board

Note: Not all options enabled on this forum; most are though.

Number of Downloads: [img]https://ubbdev.com/lk/num.php?s=memberlist_6.4.5.zip,memberlist_645.mhp[/img]

Documentation: Don't blame me if within a week another version of this is released. laugh
Posted By: Bookie Re: [6.3.x] [beta] Memberlist 6.4.5 - 04/20/2002 12:04 AM
Very nice LK! smile
Posted By: LK Re: [6.3.x] [beta] Memberlist 6.4.5 - 04/20/2002 12:05 AM
quote:
Originally posted by Bookie:
Very nice LK! smile

You mean DPK tipsy
Posted By: Bookie Re: [6.3.x] [beta] Memberlist 6.4.5 - 04/20/2002 12:06 AM
No... I mean very nice 'LK' tipsy

Great job the both of you then. wink
Posted By: DPK.ducky.quack Re: [6.3.x] [beta] Memberlist 6.4.5 - 04/20/2002 12:26 AM
I know LK will take care of my code for me. smile He now has control of Memberlist. I just don't have time for mods anymore. I'm just going to roam around and help people now and maybe do smaller things if I ever get time again.

I might resume dev. on SmilieMod. Not sure, no promises, those are bad. I've always wanted to do a theme thing for SmilieMod where you could assign a group of smilies to a particular forum.
Posted By: Oblivion Knight Re: [6.3.x] [beta] Memberlist 6.4.5 - 04/20/2002 10:13 AM
Any upgrade instructions available or should I just re-hack the memberlist again? wink
Posted By: LK Re: [6.3.x] [beta] Memberlist 6.4.5 - 04/20/2002 11:07 AM
I think you should only re-upload all "new" files (ubb_memberlist, cp_memberlist, public_memberlist, cp_vars_memberlist), if you got it to work with 6.2.
Posted By: Oblivion Knight Re: [6.3.x] [beta] Memberlist 6.4.5 - 04/20/2002 5:11 PM
All is working except for the ICQ Flower..
I think you need to set the URL of the image to http://wwp. ... instead of http:// ...
Posted By: LK Re: [6.3.x] [beta] Memberlist 6.4.5 - 04/20/2002 8:10 PM
Thanks, fixed, re-upload public_memberlist.pl smile (it wasn't what you suggested, ICQ server doesn't support ";" separator so I'm using "&" instead)
Posted By: Oblivion Knight Re: [6.3.x] [beta] Memberlist 6.4.5 - 04/20/2002 9:25 PM
What the..? o_O
http://www.liberifatali.com/umbrella/img/bug.jpg

At a guess, there is something that needs tweaking with the Who's Online part of the hack.. wink
Posted By: LK Re: [6.3.x] [beta] Memberlist 6.4.5 - 04/20/2002 10:02 PM
Try the following, and tell me if it works:[code][/code]
Posted By: Oblivion Knight Re: [6.3.x] [beta] Memberlist 6.4.5 - 04/20/2002 10:54 PM
Thanks LK,
Seems to be working fine for now.. I will be watching what happens very closely and let you know if anything else crops up.

Oblivion Knight
Posted By: JonNJapan Re: [6.3.x] [beta] Memberlist 6.4.5 - 04/21/2002 12:44 AM
quote:
Originally posted by DPK:
I know LK will take care of my code for me. smile He now has control of Memberlist. I just don't have time for mods anymore. I'm just going to roam around and help people now and maybe do smaller things if I ever get time again.

I might resume dev. on SmilieMod. Not sure, no promises, those are bad. I've always wanted to do a theme thing for SmilieMod where you could assign a group of smilies to a particular forum.

How about continuing Content Enforcer? That hack is awesome!

~Jon
Posted By: guvner Re: [6.3.x] [beta] Memberlist 6.4.5 - 04/21/2002 2:15 AM
Nice work DPK/LK,

I've intstalled it OK on 6.3 but since I'm using JC's templates, the "memberlist" link looks a bit off wink ( here )

I've created a button but could you please post a suggested "insert code" (find - replace with) and also into which file I should insert it?

my path would be ubb/statistics.gif

Thanks a lot
Posted By: Caspe7 Re: [6.3.x] [beta] Memberlist 6.4.5 - 04/21/2002 7:21 AM
quote:
Originally posted by guvner:
Nice work DPK/LK,

I've intstalled it OK on 6.3 but since I'm using JC's templates, the "memberlist" link looks a bit off wink ( here )

I've created a button but could you please post a suggested "insert code" (find - replace with) and also into which file I should insert it?

my path would be ubb/statistics.gif

Thanks a lot

Acualy.. all you really need to do is go to your control pannel, and delete "Member List" (wordlet) and add

All this does is deletes the text and puts an image there. You can do this with any of the wordlet

Or you want to edit the script and do it that way.. this is what needs to be edit

quote:
# Open ubb_lib.cgi (In Cgi-Bin) for 6.2 or public_common.pl for 6.3
#############################################

# Find This
#############################################

# FAQ
push(@items, qq($vars_wordlets{faq_link}));

# Insert This Directly After It
#############################################

# Memberlist
push(@items, qq($vars_wordlets_mods{ML_memberlist_link}));

Posted By: AllenAyres Re: [6.3.x] [beta] Memberlist 6.4.5 - 04/21/2002 7:21 AM
Nice work, both of you smile
Posted By: guvner Re: [6.3.x] [beta] Memberlist 6.4.5 - 04/21/2002 9:05 AM
HybridPWF,

Thanks for the speedy and useful advice - I went the "CP" route and it worked just fine.

Thanks again wink
Posted By: Chasm Re: [6.3.x] [beta] Memberlist 6.4.5 - 04/24/2002 6:33 PM
cheers smile
Posted By: Chasm Re: [6.3.x] [beta] Memberlist 6.4.5 - 05/01/2002 7:03 PM
Ok I have tried and then tried again the actualhack works ok if u disregard the fact that the wordlets dont appear compatible with 6.2.1.2

Any clues anyone? confused
Posted By: LK Re: [6.3.x] [beta] Memberlist 6.4.5 - 05/01/2002 7:14 PM
www.qasic.net install wordlets for 6.2? If it doesn't work, please post your vars_wordlets_mods.cgi's content tipsy
Posted By: Chasm Re: [6.3.x] [beta] Memberlist 6.4.5 - 05/02/2002 12:07 AM
%vars_wordlets_mods = (
'mod_wordlets' => 'Modifications Wordlets',
'statistics_total_topics' => 'Total Topics:',
'statistics_total_members' => 'Total Members:',
'im_description' => 'Select which users you would like to message. You can refresh this page to update the list of online users.',
'im_now' => 'Instant Message Now',
'im_message_from' => 'Message from',
'im_sent' => 'Instant Message Sent!',
'ubbnews_unknown' => 'Unknown UBBNews session.',
'statistics_monthly_hits' => 'Page Views',
'sticky_threads_title' => 'Sticky',
'statistics_pageviews' => 'Total Page Views:',
'ubbnews_postedon' => 'posted on',
'sticky_threads_detop_thread' => 'De-Top Topic',
'ADD_YOUR_BUTTONS_HERE' => '



























',
'statistics_featured_member' => 'Featured member is',
'sticky_threads_top' => 'Your topic has been topped.',
'hide_unhidemessage' => 'Unhidden message for you
',
'statistics_topics_per_day' => 'Topics per Day:',
'statistics_average_member_posts' => 'Average Posts per Member:',
'im_no_pntf' => 'Recent Visitors feature, which is needed for messages, is not enabled.',
'statistics_average_posts' => 'Average Posts per Forum:',
'statistics_total_posts' => 'Total Posts:',
'statistics_at' => 'at',
'sticky_threads_detop' => 'Your topic has been de-topped.',
'ubbnews_replies' => 'Replies',
'im_disable' => 'Do not let anyone Instant message me.',
'sticky_threads_explained' => 'You may either top the topic Permanently, in which case it will be marked as a topped thread and remain at the top of the forum listing until it is de-topped. Or you may top it Temporarily, in which case it will act as if someone just replied to it and be bumped to the top of the forum listing only until the next post is made (note: the date on the thread will not change).',
'im_message' => 'Message:',
'sticky_threads_top_thread' => 'Top Topic',
'affiliate_wording' => 'Eclipse Affiliates and Hosting',
'sticky_threads_top_temp' => 'Temporarily (until next post) top topic.',
'im' => 'Instant Message',
'statistics_days_ago_1' => 'This board was set up',
'statistics_last_post_by' => 'Last post by',
'ubbnews_cp_title' => 'UBBNews Settings',
'statistics_days_ago_2' => 'days ago.',
'statistics_posts_per_day' => 'Posts per Day:',
'ubbnews_off' => 'News System is OFF',
'ubbnews_byperson' => 'by',
'wol_time' => 'Time',
'statistics_in' => 'in',
'ubbnews_more' => 'Read More ...',
'ubb_code_hide' => 'Hide - UBB-Code hide-text insert',
'statistics_total_forums' => 'Total Forums:',
'im_link' => 'IM',
'statistics_header' => 'Statistics',
'im_an_online_user' => 'Instant Message an Online User',
'statistics_on' => 'on',
'hidemessage' => 'Hidden Message - Must Reply to see it.
',
'sticky_threads_top_perm' => 'Permanently (until de-topped) top topic.',
'statistics_pntf' => 'Statistics',
'statistics_newest_member' => 'Last member to register is',
'spell_check' => 'Spell Check',
'statistics_average_topic' => 'Average Topics per Forum:'

);

1;

and the wordlets that should be above the );
would be

ML_category => q~Category:~,
ML_category_all => q~Display All~,
ML_sort => q~Sort:~,
ML_sort_birthday => q~Birthday~,
ML_sort_joindate => q~Join Date~,
ML_sort_online => q~Online~,
ML_sort_pubname => q~Public Name~,
ML_sort_top => q~Top~,
ML_sort_posters => q~Posters~,
ML_sort_postnum => q~Post #~,
ML_sort_usrnum => q~Member #~,
ML_searchby => q~Search By:~,
ML_searchby_aim => q~AIM~,
ML_searchby_birthday => q~Birthday~,
ML_searchby_joindate => q~Join Date~,
ML_searchby_icq => q~ICQ~,
ML_searchby_interests => q~Interests~,
ML_searchby_location => q~Location~,
ML_searchby_usrnum => q~Member #~,
ML_searchby_postnum => q~Post #~,
ML_searchby_pubname => q~Public Name~,
ML_search => q~search:~,
ML_col_aim => q~AIM~,
ML_col_birthday => q~Birthday~,
ML_col_email => q~Email~,
ML_col_homepage => q~Homepage~,
ML_col_icq => q~ICQ~,
ML_col_interests => q~Interests~,
ML_col_joindate => q~Join Date~,
ML_col_location => q~Location~,
ML_col_memnum => q~Member #~,
ML_col_online => q~Online~,
ML_col_pm => q~PM~,
ML_col_postnum => q~Post #~,
ML_col_postnum_posts => q~posts~,
ML_col_pubname => q~Public Name~,
ML_image_next => q~Next~,
ML_image_previous => q~Previous~,
ML_text_pages => q~Pages:~,
ML_text_search_returned => q~Search returned~,
ML_text_results_out_of_a_possible => q~results out of a possible~,
ML_memberlist => q~Memberlist~,
ML_memberlist_link => q~memberlist~,
ML_memberlist_settings => q~Memberlist Settings~,
ML_error_no_results => q~No results were found for what you requested, please try another query.~,
ML_error_sort_incorrect => q~Incorrect sort type selected, please try again.~,
ML_error_search_invalid => q~Invalid searchkeys.~,

but i get wordlets all fields must be filled errors when i include this part
Posted By: LK Re: [6.3.x] [beta] Memberlist 6.4.5 - 05/02/2002 12:26 PM
find:
quote:
'statistics_average_topic' => 'Average Topics per Forum:'
replace with:
quote:
'statistics_average_topic' => 'Average Topics per Forum:',
Posted By: Lord Dexter Re: [6.3.x] [beta] Memberlist 6.4.5 - 05/02/2002 2:02 PM
Nice work LK, works on my forum. (Other admin installed in)
Posted By: » Joker Re: [6.3.x] [beta] Memberlist 6.4.5 - 05/02/2002 3:13 PM
Why can't I download off Multihack site?!

NONE of the hacks off that site can I download.

Would someone please be kind enough to email it to me?
[email protected]

- Joker
Posted By: Chasm Re: [6.3.x] [beta] Memberlist 6.4.5 - 05/02/2002 6:39 PM
quote:
Originally posted by LK:
find:
quote:
'statistics_average_topic' => 'Average Topics per Forum:'
replace with:
quote:
'statistics_average_topic' => 'Average Topics per Forum:',

Cheers LK smile worked a treat smile
Posted By: LK Re: [6.3.x] [beta] Memberlist 6.4.5 - 05/02/2002 7:17 PM
Joker, pm
Posted By: LK Re: [6.3.x] [beta] Memberlist 6.4.5 - 05/11/2002 9:50 AM
Added MultiHack file smile
Posted By: LK Re: [6.3.x] [beta] Memberlist 6.4.5 - 05/11/2002 3:41 PM
ZIP/MHK files updated, now it looks better IMO smile
Posted By: Galactic Re: [6.3.x] [beta] Memberlist 6.4.5 - 05/12/2002 1:56 AM
Can you just show members that have access to private forms only with this hack? Thanks.
Posted By: LK Re: [6.3.x] [beta] Memberlist 6.4.5 - 05/12/2002 4:58 PM
No, then I'll have to change check_private_access and check_exploit subs...

ZIP/MHK files updated, fixed some bugs with the sort by stuff. Re-upload ubb_memberlist, public_memberlist
Posted By: ADWOFF Re: [6.3.x] [beta] Memberlist 6.4.5 - 05/13/2002 2:08 AM
Okay ... I have a question. laugh

What would have to be modified in order to get the memberlist to work with JC's Templates?
Posted By: LK Re: [6.3.x] [beta] Memberlist 6.4.5 - 05/13/2002 2:35 PM
Sue, sorry, but I don't use it, so I can't help you...
Posted By: mark99 Re: [6.3.x] [beta] Memberlist 6.4.5 - 05/13/2002 8:29 PM
Generally the files are the same and so it's just a matter of looking through the associated template files and placing things in different places - Trial and Error.
Posted By: ADWOFF Re: [6.3.x] [beta] Memberlist 6.4.5 - 05/14/2002 2:54 AM
quote:
Originally posted by mark99:
Generally the files are the same and so it's just a matter of looking through the associated template files and placing things in different places - Trial and Error.

Okay ... I'll play around and see what kind of mischief I can get into! tipsy
Posted By: RandyM Re: [6.3.x] [beta] Memberlist 6.4.5 - 05/15/2002 1:09 AM
I'm using JC's templates and the memberlist installed without a problem...

http://www.netwerkin.com/cgi-bin/ultimatebb.cgi?ubb=memberlist
Posted By: Acadian Re: [6.3.x] [beta] Memberlist 6.4.5 - 05/18/2002 5:32 AM
I just instaled the member list but the sort by drop down menu doesn't show confused

http://www.needforbetterspeed.net/cgi-bin/forum/ultimatebb.cgi
Posted By: caroth Re: [6.3.x] [beta] Memberlist 6.4.5 - 05/18/2002 6:33 AM
Search by does not work, it bounces back to the UBB home page. http://hack.turboford.org
Posted By: Acadian Re: [6.3.x] [beta] Memberlist 6.4.5 - 05/18/2002 6:44 AM
Yes I have that too frown
Posted By: Slurpee Re: [6.3.x] [beta] Memberlist 6.4.5 - 05/18/2002 8:16 AM
Guys I had that problem too. Here's the fix.

Look for this in public_memberlist.pl:

Code
[/code]Replace it with:

[code]
Then it will work.
Posted By: LK Re: [6.3.x] [beta] Memberlist 6.4.5 - 05/18/2002 8:41 AM
I bet you're not using the latest public_memberlist.pl.

Anyhow, one more update - please download the ZIP again and re-upload public_memberlist.pl: adds ALT for images (good for mozilla, when image cannot be found), and fixed a problem with online images.
Posted By: Acadian Re: [6.3.x] [beta] Memberlist 6.4.5 - 05/18/2002 6:02 PM
I just downloaded the zip and re uploaded the public_memberlist.pl and nothing has changed. I even deleted the public_memberlist.pl on the server and uploaded the new one again, just too see if that made any difference.
I made the changes on my test BB this time
http://www.needforbetterspeed.net/cgi-bin/testforum/ultimatebb.cgi?ubb=memberlist
Posted By: LK Re: [6.3.x] [beta] Memberlist 6.4.5 - 05/18/2002 6:37 PM
Apparently, I only half-fixed... Can you try again? smile
Posted By: mark99 Re: [6.3.x] [beta] Memberlist 6.4.5 - 05/18/2002 9:11 PM
This hack is only good if you've got a forum with fewer members, on mine (6200+) it takes between 2 to 4 minutes to load - haven't timed it - got bored waiting.

Quite why it's doing so much work just to show the first page I don't know. Perhaps if the initial page only read the first 10 or 25 member files rather than sorting then it might be faster?
Posted By: LK Re: [6.3.x] [beta] Memberlist 6.4.5 - 05/18/2002 9:41 PM
It loads the whole memberlist at once - I got it to load only the correct #, but then it can't sort by anything, so it has to open all files at once
Posted By: Acadian Re: [6.3.x] [beta] Memberlist 6.4.5 - 05/18/2002 10:21 PM
Still the same on my test forum.
Posted By: LK Re: [6.3.x] [beta] Memberlist 6.4.5 - 05/18/2002 10:26 PM
Maybe cause you're still using the old file? tipsy Notice that in your public_memberlist.pl there is , and the one from the newest zip doesn't.
Posted By: Acadian Re: [6.3.x] [beta] Memberlist 6.4.5 - 05/18/2002 11:24 PM
Doh!! I was uploading the file from the worng folder lol It fixed the search button but I still don't have the display by box.
Posted By: LK Re: [6.3.x] [beta] Memberlist 6.4.5 - 05/19/2002 1:06 PM
In the CP's "Page Sorting", you chose header links and not dropdown box.
Posted By: Acadian Re: [6.3.x] [beta] Memberlist 6.4.5 - 05/19/2002 6:23 PM
I had header links selected so I picked dropdown box and it worked perfect. Thanks for all your help LK laugh
Posted By: LK Re: [6.3.x] [beta] Memberlist 6.4.5 - 05/20/2002 8:08 AM
Am I the only one who gets an error at http://www.needforbetterspeed.net/cgi-bin/forum/ultimatebb.cgi?ubb=memberlist ? wink
Posted By: Slurpee Re: [6.3.x] [beta] Memberlist 6.4.5 - 05/20/2002 6:18 PM
Nope I get an error too.
Posted By: caroth Re: [6.3.x] [beta] Memberlist 6.4.5 - 05/29/2002 8:06 PM
Here is a new one...When I do a search by location and it has multiple pages, I can only view the first page. When I click on page 2 (or 3) it returns to the default membership page:

http://ubb.turboford.org

Any ideas?
Posted By: Paulus Magnus Re: [6.3.x] [beta] Memberlist 6.4.5 - 05/30/2002 3:09 PM
How about the birthday and joined date column using the date format from the board for us non-US-bods-that-don't-understand-enough-about-perl-to-hack-it?

I use the expanded European format as this tends to be unambiguous and easily understood across the world, i.e. 30 May 2002.

I did successfully hack it to add the MSN and Yahoo! fields throughout based on the AIM/MSN/ICQ/YIM additions hack but it would be nice if this was built in too. smile
Posted By: Paulus Magnus Re: [6.3.x] [beta] Memberlist 6.4.5 - 05/30/2002 4:31 PM
I did it...

To use the board's date format make the following changes to public_memberlist.pl.

Change...
Code
[/code]To...
Code
</pre></div></div>And change...<br><div class="ubbcode-block"><div class="ubbcode-header">Code</div><div class="ubbcode-body ubbcode-pre" ><pre>
To...
[code]
Posted By: LK Re: [6.3.x] [beta] Memberlist 6.4.5 - 05/30/2002 4:34 PM
Hehe, I actually updated the ZIP before, but forgot to say it tipsy Re-upload public_memberlist.pl
Posted By: snkbitn Re: [6.3.x] [beta] Memberlist 6.4.5 - 06/04/2002 7:21 AM
I installed this mod but it wont show the memberlist in the menu. It draws the hash marks, but wont put "memberlist" in between them.

Any idea what I am missing...??

Thanks

Tim
http://www.coloradostangs.com/cgi-bin/ultimatebb.cgi
Posted By: AllenAyres Re: [6.3.x] [beta] Memberlist 6.4.5 - 06/04/2002 7:57 AM
most likely the wordlets portion of the mod
Posted By: Oblivion Knight Re: [6.3.x] [beta] Memberlist 6.4.5 - 06/04/2002 11:40 AM
Don't know if this has been reported LK because I couldn't be bothered reading back through 4 pages of replies and comments.. tipsy

The AIM field tries adding the "Hi. Are you there?" message into the name itself. I went to your board to see if this was an error made by me, but it did the exact same thing.. For example I clicked on AIM on a member on your board and there user name was 'Ramza3k', the AIM read it as 'Ramza3k;message=Hi. Are you ther'.

Any chance of this being fixed..? smile
Posted By: LK Re: [6.3.x] [beta] Memberlist 6.4.5 - 06/04/2002 11:57 AM
Thanks, fixed! smile

Please re-upload public_memberlist.pl and rehack vars_wordlets_mods.cgi (added ML_aim line).

Now the Wordlet also supports %%NAME%% for the viewer's public name (the one who accesses ?ubb=memberlist, not the one that this user clicked on his/her AIM) and %%BBNAME%% for your forum's name. For example, "Hello, I am %%NAME%% from %%BBNAME%% forum. What's up?"

(I know that it doesn't show anything for guests, but I don't want to modify all the wordlet install files again to add a new wordlet, and "It's from X board" sounds fine even without a name tipsy )
Posted By: Oblivion Knight Re: [6.3.x] [beta] Memberlist 6.4.5 - 06/04/2002 12:33 PM
A much appreciated fix..

Thanks LK smile
Posted By: snkbitn Re: [6.3.x] [beta] Memberlist 6.4.5 - 06/04/2002 8:03 PM
quote:
Originally posted by AllenAyres:
most likely the wordlets portion of the mod

Thats what I thought. Thanks. I'll recheck that yet again.

Should there also be an item under Wordlets list in the control panel for the memberlist ?

Thanks

Tim
http://www.coloradostangs.com/cgi-bin/ultimatebb.cgi
Posted By: Kedzie Re: [6.3.x] [beta] Memberlist 6.4.5 - 06/06/2002 2:33 AM
Excellent hack as always but I have a question.

Is there a way to prevent unregistered members from viewing the memberlist?

N/M: I got it. wink
Posted By: d-talk Re: [6.3.x] [beta] Memberlist 6.4.5 - 06/20/2002 8:08 AM
Hi,

i have the following problem:

After installing the hack the ubb said: the page did not exist....

What have i done wrong?

Thanks
d-talk
Posted By: Travis Re: [6.3.x] [beta] Memberlist 6.4.5 - 06/20/2002 8:56 AM
Rehack ultimatebb.cgi
Posted By: Michael J Re: [6.3.x] [beta] Memberlist 6.4.5 - 06/22/2002 1:21 AM
I'm sure I'm just missing it, but where in the control panel can I change the template that memberlist uses?
Posted By: LK Re: [6.3.x] [beta] Memberlist 6.4.5 - 06/22/2002 8:01 AM
You can't, it's using forum summary template.
Posted By: Michael J Re: [6.3.x] [beta] Memberlist 6.4.5 - 06/22/2002 1:35 PM
No problem. It just took a two minute hack to add it to the template assignments and stuff.

If anyone is interested in doing this, this is what I did:

Code
[/code]
Code
</pre></div></div>[code]
That's it. I'm not sure if you have to manually add the memberlist info to vars_template_match.cgi or not. I did it just to be on the safe side. Just copy one of the other lines in both %template_match and %template_html and change the name between the ! symbols to memberlist.

Now you'll be able to set the template for your memberlist in the control panel.
Posted By: Lord Dexter Re: [6.3.x] [beta] Memberlist 6.4.5 - 06/22/2002 2:50 PM
I think that should be added to the hack.
Posted By: Bubba_UK Re: [6.3.x] [beta] Memberlist 6.4.5 - 06/30/2002 5:02 PM
LK, I have a small problem with the Membership list 6.4.3. It refuses to sort by Public Name, preferring to sort by Member Number instead.
I've re-checked the hack, several times, and on my test board (not connected to the Internet) where I'm using 6.4.4. I get the same problem.

Any Ideas? smile
UBB located at :

http://www.dreamlyrics.co.uk/cgi-bin/ultimatebb.cgi

Thanx in Advance,
...Bubba...
Posted By: LK Re: [6.3.x] [beta] Memberlist 6.4.5 - 06/30/2002 5:11 PM
Upgrade your public memberlist to 6.4.4 first.

Edit: you're using 6.2.0, noticed it's a 6.3.0 forum? tipsy (even tho that's not the cause of this problem)
Posted By: CaCoffin Re: [6.3.x] [beta] Memberlist 6.4.5 - 07/11/2002 9:10 AM
sooooo is this a final working version???
Posted By: vLIMIT Sandman Re: [6.3.x] [beta] Memberlist 6.4.5 - 07/11/2002 10:09 AM
works like a charm
Posted By: letimeric Re: [6.3.x] [beta] Memberlist 6.4.5 - 07/14/2002 8:29 PM
this is my vars_wordlets_mods.cgi

%vars_wordlets_mods = (
ML_category => q~Category:~,
ML_category_all => q~Display All~,
ML_sort => q~Sort:~,
ML_sort_birthday => q~Birthday~,
ML_sort_joindate => q~Join Date~,
ML_sort_online => q~Online~,
ML_sort_pubname => q~Public Name~,
ML_sort_top => q~Top~,
ML_sort_posters => q~Posters~,
ML_sort_postnum => q~Post #~,
ML_sort_usrnum => q~Member #~,
ML_searchby => q~Search By:~,
ML_searchby_aim => q~AIM~,
ML_searchby_birthday => q~Birthday~,
ML_searchby_joindate => q~Join Date~,
ML_searchby_icq => q~ICQ~,
ML_searchby_interests => q~Interests~,
ML_searchby_location => q~Location~,
ML_searchby_usrnum => q~Member #~,
ML_searchby_postnum => q~Post #~,
ML_searchby_pubname => q~Public Name~,
ML_search => q~search:~,
ML_col_aim => q~AIM~,
ML_col_birthday => q~Birthday~,
ML_col_email => q~Email~,
ML_col_homepage => q~Homepage~,
ML_col_icq => q~ICQ~,
ML_col_interests => q~Interests~,
ML_col_joindate => q~Join Date~,
ML_col_location => q~Location~,
ML_col_memnum => q~Member #~,
ML_col_online => q~Online~,
ML_col_pm => q~PM~,
ML_col_postnum => q~Post #~,
ML_col_postnum_posts => q~posts~,
ML_col_pubname => q~Public Name~,
ML_image_next => q~Next~,
ML_image_previous => q~Previous~,
ML_text_pages => q~Pages:~,
ML_text_search_returned => q~Search returned~,
ML_text_results_out_of_a_possible => q~results out of a possible~,
ML_memberlist => q~Memberlist~,
ML_memberlist_link => q~memberlist~,
ML_memberlist_settings => q~Memberlist Settings~,
ML_error_no_results => q~No results were found for what you requested, please try another query.~,
ML_error_sort_incorrect => q~Incorrect sort type selected, please try again.~,
ML_error_search_invalid => q~Invalid searchkeys.~,
ML_aim => q~Hi. Are you there? It's %%NAME%% from %%BBNAME%%.~,
statistics_header => "Statistics",
statistics_pntf => "Statistics",
statistics_total_posts => "Total Posts:",
statistics_total_topics => "Total Topics:",
statistics_total_forums => "Total Forums:",
statistics_total_members => "Total Members:",
statistics_average_member_posts => "Average Posts per Member:",
statistics_average_posts => "Average Posts per Forum:",
statistics_average_topic => "Average Topics per Forum:",
statistics_topics_per_day => "Topics per Day:",
statistics_posts_per_day => "Posts per Day:",
statistics_days_ago_1 => "This board was set up",
statistics_days_ago_2 => "days ago.",
statistics_newest_member => "Last member to register is",
statistics_featured_member => "Featured member is",
statistics_last_post_by => "Last post by",
statistics_in => "in",
statistics_at => "at",
statistics_on => "on",
statistics_monthly_hits => "Page Views",
statistics_pageviews => "Total Page Views:",
);
1;

after adding the ML_ in, the statistic don't work anymore, have i done something?
Posted By: PokeDigi Genius Re: [6.3.x] [beta] Memberlist 6.4.5 - 07/20/2002 2:23 AM
I've tried this on my test board but none of the wordlets seem to be working as the link for the memberlist on the main page isn't there, and none of the ML wordlets inside the memberlist page show up.

I've checked, and re-checked my wordlets, and I've hacked it twice, and still it doesn't work.
Posted By: LK Re: [6.3.x] [beta] Memberlist 6.4.5 - 07/20/2002 9:05 AM
quote:
after adding the ML_ in, the statistic don't work anymore, have i done something?
it can't be if you followed the instructions correctly tipsy

PokeDigi, third time's a charm wink try both the qasic.net version and the one of http://mods.lkworld.com/mods.zip
Posted By: IICODECll Re: [6.3.x] [beta] Memberlist 6.4.5 - 07/22/2002 8:01 AM
nevermind i got it going.. i feel dumb now
Code
[/code]should be:

[code]
talk about sensitive wink
Posted By: Demolition Re: [6.3.x] [beta] Memberlist 6.4.5 - 07/24/2002 3:12 PM
I have a problem with this hack, I installed it and it works fine but the link to the memberlist on the forum summary won't show, it shows in every other page but the main page, so on the main page it is;

my profile | register | search | faq | forum home

I hacked public_common.pl over and over and it still won't work. Can anyone help me out?
Posted By: LK Re: [6.3.x] [beta] Memberlist 6.4.5 - 07/24/2002 3:34 PM
Codec, why?

Demo, you cleared cache, right? wink If so, make sure you're not using another set of templates for forum summary (such as JCTemplates). If you do, also hack public_common.pl in the template subfolder. If not, hmm, just gimme a URL tipsy
Posted By: pamela Re: [6.3.x] [beta] Memberlist 6.4.5 - 07/26/2002 8:39 AM
LK, is this mod compatible with v6.3.1 yet? I'm going through the mod_wordlets install, and my cp_common.pl doesn't match. For example, I'm supposed to find

Quote
code:
Code
                     document.writeln("<option value=$vars_config{CGIURL}/cp.cgi?ubb=wordlets_img&r=$ran> - Image Wordlet$trade List</option>");

but the closest match to that I can find is

code:
[qb]
Code
          document.writeln("<option value=$vars_config{CGIURL}/cp.cgi?ubb=wordlets_img&r=$ran> - $vars_wordlets_cp{wordlet_frag_image}</option>");
[/qb]
I'm not sure what to do here. Thanks.
Posted By: freak.scene Re: [6.3.x] [beta] Memberlist 6.4.5 - 07/26/2002 1:06 PM
pamela, that's it

the change in what you are looking for is due to the cp options now being wordletized. You will see this in a few mods when going to 6.3.

just search for the
Posted By: pamela Re: [6.3.x] [beta] Memberlist 6.4.5 - 07/26/2002 7:43 PM
Thanks freak (and LK, for the hack). It's working perfectly now!
Posted By: IICODECll Re: [6.3.x] [beta] Memberlist 6.4.5 - 07/29/2002 1:52 AM
Well when i was installing the script, I added the lines:

#UBB 6.3.0.1
# Open ultimatebb.cgi (In Cgi-Bin)

Quote
code:
Code
 if ($ubb eq 'memberlist') {
&RequireCode("$vars_config{CGIPath}/ubb_memberlist.cgi");
&memberlist_parse; exit(0);
} #end memberlist

like it install file called for. everything went with out a hitch than it came time to view the memberlist to make sure it worked correctly. sad to say it did not, it would load the members page but not list any of the members that I have set up as a demo to test on my computer.

So I've went over the install files, reintalled it, and even reinstalled the whole ubb thinking it was a conflict with another hack i install previously to the members list.

Than the morning after, I'm looking at the file and you see the code listed above..

code:
[qb]
Code
if ($ubb eq 'memberlist') {
&RequireCode("$vars_config{CGIPath}/ubb_memberlist.cgi");
&memberlist_parse; exit(0);
} #end memberlist
[/qb]
well im no perl expert, only the basics and some other misc features to get me by. i just simply moved the:

Quote
code:
Code
exit(0);

to a new line saved the template and it worked just fine. thats why i felt so dumb, because i didnt catch it the first time around.

so it came out like this:

code:
[qb]
Code
if ($ubb eq 'memberlist') {
&RequireCode("$vars_config{CGIPath}/ubb_memberlist.cgi");
&memberlist_parse;
exit(0);

} #end memberlist
[/qb]
and it worked laugh
simple yet it just puzzled me tipsy
so is this 6.3.1 then? its a lil unclear?
Posted By: LK Re: [6.3.x] [beta] Memberlist 6.4.5 - 08/02/2002 3:16 PM
Codec, there is no difference. tipsy It's just a coincidence.

Not Great and stuff, I'm gonna port my hacks to work with 6.3.1 in a bit.

Edit: Codec, btw, please make your signature image max 150x50.
Posted By: LK Re: [6.3.x] [beta] Memberlist 6.4.5 - 08/02/2002 3:54 PM
Documention updated for 6.3.1 smile
Posted By: BusBoy Re: [6.3.x] [beta] Memberlist 6.4.5 - 08/03/2002 9:34 AM
Hi LK,

Everything seems to work fine... only I am missing the stats titles! All the stats show up but no titles to the left of them!! Uhhh... can you point me in the right direction!

Thanks,

-BusBoy-
Posted By: LK Re: [6.3.x] [beta] Memberlist 6.4.5 - 08/03/2002 9:35 AM
URL? (if it's 6.1.0.3, upgrade)
Posted By: Lord Dexter Re: [6.3.x] [beta] Memberlist 6.4.5 - 08/03/2002 1:05 PM
Quote
quote:
Originally posted by LK:
Documention updated for 6.3.1 smile
Anything need to be changed if I did a port upgrade to 6.3.1 and it's working fine there?
Posted By: Greg Hard Re: [6.3.x] [beta] Memberlist 6.4.5 - 08/03/2002 3:23 PM
After a quick glance....i doubt it.
Posted By: LK Re: [6.3.x] [beta] Memberlist 6.4.5 - 08/03/2002 4:37 PM
LD, it uses Wordlets for CP, so rehack cp_common.pl and cp_lib.cgi
Posted By: IICODECll Re: [6.3.x] [beta] Memberlist 6.4.5 - 08/05/2002 3:04 AM
ok, just telling you the problem i ran into. I'll make the sig smaller lk.
Posted By: caroth Re: [6.3.x] [beta] Memberlist 6.4.5 - 08/07/2002 5:18 PM
I have a issue with Membership in 6.3.1. I installed it and it maxes my CPU and 5x's my memory usage. It also does not allow the recent visitors log to reset. I am not able to pin it down, and had to revert to backup files. Perl.exe (Win2k) was 16mb or larger...
Posted By: LK Re: [6.3.x] [beta] Memberlist 6.4.5 - 08/07/2002 6:14 PM
Memberlist can't work well with big sites, because it has to sort everything by the way you choose... I suggest you to uninstall it. frown

About recent visitors log - impossible, cause it doesn't touch those files... It's probably a side effect of server's CPU usage...
Posted By: Dome Re: [6.3.x] [beta] Memberlist 6.4.5 - 08/08/2002 11:12 PM
LK, how big is to big for the memberlist? I have a site with about 3100 (and slowly growing) registerd members. I also cannot afford a large impact on CPU usage. Would memberlist work okay on a site like this or would it be to much?

Thanks,
Adam
Posted By: LK Re: [6.3.x] [beta] Memberlist 6.4.5 - 08/08/2002 11:18 PM
Just try it, if it loads very quickly it's fine tipsy
Posted By: mark99 Re: [6.3.x] [beta] Memberlist 6.4.5 - 08/09/2002 10:55 AM
You should be ok, although I'd say that you're also close to the breaking point of being good or not for use. At around 4,000 members it starts to get tedious.

On our forum with 6.1K it takes 3 - 4 minutes, thus it's removed in our next upgrade.
Posted By: mark99 Re: [6.3.x] [beta] Memberlist 6.4.5 - 08/10/2002 10:13 AM
Ok you'll say NO, but I'll suggest it anyway.

Why not do a special versions for larger forums, which via a CP interface, allows you to build a special file for members once and have that access via the forum.

Ok you'd need to build it to include new members (wouldn't have to, new ones never really matter =]), yet it'd make things a lot faster. Dealing with thousands of files dynamically is obviouslly less appealing =).
Posted By: DigiMaster Re: [6.3.x] [beta] Memberlist 6.4.5 - 08/13/2002 10:02 PM
Installed it on 6.3.1 with JCTemplates looks really nice actually! But I have an idea for my site, if this is possible. Id like to make a time slip database that lists, fastest to slowest with a email link or PM link, very similar to the member list. THe option I have for a persons e/t run is already implimented, and if I do a sort by e/t, it already lists from fastest to slowest. So I know its possible, just a matter of stripping the file just not sure where to start. Possible?
Posted By: caroth Re: [6.3.x] [beta] Memberlist 6.4.5 - 08/13/2002 11:01 PM
Quote
quote:
Originally posted by DigiMaster:
Installed it on 6.3.1 with JCTemplates looks really nice actually! But I have an idea for my site, if this is possible. Id like to make a time slip database that lists, fastest to slowest with a email link or PM link, very similar to the member list. THe option I have for a persons e/t run is already implimented, and if I do a sort by e/t, it already lists from fastest to slowest. So I know its possible, just a matter of stripping the file just not sure where to start. Possible?
Time slip for drag racing? What server are you running? We have developed a timeslip database running in ASP that is seperate from the ubb, but looks at the ubb cookie and members folder to verify membership. It even has an upload picture capability. We are considering marketing it, let me know if interested.
Posted By: DigiMaster Re: [6.3.x] [beta] Memberlist 6.4.5 - 08/14/2002 12:24 AM
yea its for a F-Body website. Im working on one for a phpBB with a friend, its completed but its buggy. Nice feature aint it? Unfortunatly, its unix system, frown so asp wont work
Posted By: dbode Re: [6.3.x] [beta] Memberlist 6.4.5 - 08/14/2002 7:38 PM
Hi,

I have a problem with my memberlist - I think I hacked it right, I checked it several times, but I just get a blank page :

http://www.forumdeluxx.com/ubb/ultimatebb.php?ubb=memberlist

Is it possible that the server load is very high so that it cuts off the calculating after a certain period ? My hoster is doing something like that, the old UBBs had long threads and showed a blank page as well...

Is there a workaround for that ?

Best regards,
Dennis
Posted By: LK Re: [6.3.x] [beta] Memberlist 6.4.5 - 08/14/2002 7:44 PM
hmm, memberlist is in ultimatebb.CGI, not php :rolleyes: wink
Posted By: dbode Re: [6.3.x] [beta] Memberlist 6.4.5 - 08/14/2002 8:09 PM
oh...

... hmm laugh

You´re right *g*
Posted By: dbode Re: [6.3.x] [beta] Memberlist 6.4.5 - 08/14/2002 8:23 PM
Ok, now it works, but I get a

Undefined subroutine &main::AlternateColors called at /homepages/45/d32051836/htdocs/ubb/Templates/cp_vars_memberlist.pl line 10.

in the CP when I chose "Memberlist"...

And there are some blank entries in the search by-option on the memberlist page in the forum...
Posted By: Crow Re: [6.3.x] [beta] Memberlist 6.4.5 - 08/23/2002 5:03 PM
I'm getting the same thing here!

"Undefined subroutine &main::AlternateColors called at /homepages/45/d32051836/htdocs/ubb/Templates/cp_vars_memberlist.pl line 10."
Posted By: Ed Re: [6.3.x] [beta] Memberlist 6.4.5 - 08/23/2002 9:44 PM
I have just installed memberlist and it appears to be working OK.
Although when I click on "Merberlist Settings" in the control panel I get this response - "You do not have permission to access this area"

Anyone any ideas?

I am using 6.30
Posted By: LK Re: [6.3.x] [beta] Memberlist 6.4.5 - 08/23/2002 10:03 PM
Rehack cp.cgi...
dbode, Crow, Ed, you're using 6.3.0 (not .1), so remove all instances of "&AlternateColors;" in cp_vars_memberlist.pl.
Posted By: Simply No ONe Re: [6.3.x] [beta] Memberlist 6.4.5 - 08/23/2002 10:32 PM
I'm having a similar problem myself. Everything installs fine, memberlist works in the forums itself, but i can't adjust anything in the cp, it just loads upto the section that says Column display options, then the rest of the box is just thick blue. Any ideas?

UPDATE: Have just rehacked cp.cgi and all other cp related files used, and checked all permissions. Everything is set properly, it just isnt loading the memberlist file within the cp frown
Posted By: LK Re: [6.3.x] [beta] Memberlist 6.4.5 - 08/23/2002 10:56 PM
Re-upload cp_vars_memberlist.pl tipsy
Posted By: Simply No ONe Re: [6.3.x] [beta] Memberlist 6.4.5 - 08/23/2002 11:02 PM
ok, i did that, reset the permissions to 755 as the zip says and it still has the same screen frown

UPDATE:
I might have got it, just trying the advice that you gave the peeps above me about deleting the &AlternateColors bit on a 6.3.0
Posted By: Simply No ONe Re: [6.3.x] [beta] Memberlist 6.4.5 - 08/23/2002 11:05 PM
Sweet, that worked when i reuploaded the edited one laugh thanks dude thumbsup
Posted By: Ed Re: [6.3.x] [beta] Memberlist 6.4.5 - 08/27/2002 4:29 AM
Thanks LK - the &AlternateColors; removal corrected the problem.
Posted By: spiffy Re: [6.3.x] [beta] Memberlist 6.4.5 - 09/03/2002 5:51 PM
Hi there, I've installed this on 6.3.1, but when I go to the forums main page there's no link to the memberlist and when I type in the url directly I get the error message:

Code
Undefined subroutine &main::set_page_elements called at E:alumnicgi-binubb_memberlist.cgi line 13.
I can access the memberlist settings in the cp okay though.

Anyone able to help please?
Posted By: LK Re: [6.3.x] [beta] Memberlist 6.4.5 - 09/03/2002 7:01 PM
hmm, if you don't have Mod Wordlets just install it.
Posted By: bobbel Re: [6.3.x] [beta] Memberlist 6.4.5 - 09/05/2002 2:58 PM
Very nice - Working fine laugh
Posted By: webserver Re: [6.3.x] [beta] Memberlist 6.4.5 - 10/15/2002 10:09 PM
thx gonna check it out
Posted By: WC Re: [6.3.x] [beta] Memberlist 6.4.5 - 10/25/2002 10:54 PM
There a way to get this working with 6.20 ?
Followed the instructions in the zip file, hacked ubb_lib.cgi and it still shows up as a blank page when going to the member list

[EDIT] NM Got it to work using the 6.4.3 version of the files
Posted By: ArmsAkimbo Re: [6.3.x] [beta] Memberlist 6.4.5 - 11/09/2002 7:00 AM
Is there some way to change the font to the same one on the rest of the given board? I like the hack, but Times, new roman is killin' me!
Posted By: stefans9 Re: [6.3.x] [beta] Memberlist 6.4.5 - 11/09/2002 6:44 PM
any URL to download this hack?
thanks.
Posted By: LK Re: [6.3.x] [beta] Memberlist 6.4.5 - 11/09/2002 6:49 PM
stefans, if you mean this hack, Memberlist 6.4.5:
Quote
quote:
Originally posted by LK:
[QB]Download: ZIP File or MultiHack File
If you mean the 6.2 version, it's in 6.0-6.2 mods forum tipsy

Arms, it should use the same font face, where doesn't it? confused
Posted By: stefans9 Re: [6.3.x] [beta] Memberlist 6.4.5 - 11/10/2002 5:11 AM
sorry i forgot to mention that i want the zip file (the multihack file doesnt work for me frown ) and the zip file's URL is broken frown

thanks.
Posted By: Felix 10 Re: [6.3.x] [beta] Memberlist 6.4.5 - 02/06/2003 6:48 PM
Is there any way to stretch the left section of the header box to accomodate a better fit of the
Search box and Go drop down windows?

See it HERE

Thank you,
Felix
Posted By: tgreene Re: [6.3.x] [beta] Memberlist 6.4.5 - 02/06/2003 7:33 PM
public_memberlist.pl

Find:

Replace With:

That should eliminate the mandatory spacing in the table cell before the Search box, without compromising the necessity of the cell.
Posted By: Felix 10 Re: [6.3.x] [beta] Memberlist 6.4.5 - 02/06/2003 8:24 PM
That would strech it too long now! LOL

width="22% ">

This would line it up with the divider above.

Thanks Tim
Posted By: tgreene Re: [6.3.x] [beta] Memberlist 6.4.5 - 02/06/2003 10:08 PM
The reason I was eliminating the width tag, was in the event you should decide to use a different search parameter...

One of the settings needs the center cell to be larger, so eliminating it would allow it to float as needed.

If you're happy, then I'm happy, and that's all that really matters! laugh
Posted By: Xynta Re: [6.3.x] [beta] Memberlist 6.4.5 - 02/11/2003 12:01 PM
can anyone post a valid link to the ZIP-file of this hack?

the one on te first page isn't working..

thanks in advance smile
Posted By: WC Re: [6.3.x] [beta] Memberlist 6.4.5 - 04/20/2003 5:03 AM
Also would like a valid link to these files...
© UBB.Developers