News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Dynamic Memberlist 3.0

Started by Antechinus, March 19, 2009, 11:50:07 AM

Previous topic - Next topic

C4G-TK

This is why you should not Drink and Edit!

I have no freaking clue why or how I had it in there a second time.  I think when I was comparing my RC3 file to my RC4 file I must have paste into the wrong file and uploaded or something.  I am going out for a mocha now, thanks!  All is well.

-img removed-

busterone

I have done the same before. I often open two files side by side and edit. One is on the hard drive and one on the server.  I do the edits simultaneously, and have been known to paste twice in one file.  :)

Antechinus

Updated for 2.0 final. Also added support for english-utf8, english_british, english_british-uft8 and turkish-utf8.

Xarcell

I get this error when trying to install: Error 310 (net::ERR_TOO_MANY_REDIRECTS): There were too many redirects.

Antechinus

Never seen that one before. Can you install other mods?

Xarcell

Quote from: Antechinus on June 14, 2011, 06:04:00 AM
Never seen that one before. Can you install other mods?

I've installed 24 other mods.

C4G-TK

If anyone is using the theme Flagrantly, these may help blend the mod with the theme.


-img removed-

Xarcell

Quote from: Xarcell on June 13, 2011, 07:52:47 PM
I get this error when trying to install: Error 310 (net::ERR_TOO_MANY_REDIRECTS): There were too many redirects.

That is what google chrome is doing, but here is some more information:

QuoteThis webpage has a redirect loop
The webpage at http://xxxxxx.com/index.php?action=admin;area=packages;sa=install;package=Dynamic_Memberlist_2_0.zip has resulted in too many redirects. Clearing your cookies for this site or allowing third-party cookies may fix the problem. If not, it is possibly a server configuration issue and not a problem with your computer.

Here are some suggestions:
Reload this web page later.
Learn more about this problem.

Error 310 (net::ERR_TOO_MANY_REDIRECTS): There were too many redirects.

Here is what FireFox says
QuoteThe page isn't redirecting properly

          Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
     
  This problem can sometimes be caused by disabling or refusing to accept cookies.

I have cleared all cookies and browsing data, including using multiple browsers. I still get this error. I also tried installing it on 3 different sites, all after an RC5 upgrade. I also tried clearing forum cache, browser hard refresh, and checked for errors(forum admin).

I'm all out of ideas.

It also gives this error with social groups mod, but worked fine before the Gold upgrade. So at first I thought it was 2.0 Gold compatible mods causing the problem, because RC5 mods installed fine with the emulator. However, I recently installed the downloads mod just fine and it is 2.0 gold compatible.

Antechinus

Ok, it's odd but the only thing I can think of offhand is the edits for 6 languages files. They skip if the file is not present. Usually this doesn't present any problems, but  I suppose it is possible that this would be read as "too many redirects".

I assume the social groups mod is this one: http://custom.simplemachines.org/mods/index.php?mod=2671

That contains edits for 8 languages files, so maybe both mods have the same problem. If so, this might be an interesting bug with the SMF package manager.

Add the attached file to the zip and see if that sorts it out.

Antechinus

Quote from: C4G-TK on June 14, 2011, 03:44:39 PMIf anyone is using the theme Flagrantly, these may help blend the mod with the theme.

Thanks. Linked from the OP.

C4G-TK

Quote from: Antechinus on June 14, 2011, 07:36:25 PM
Quote from: C4G-TK on June 14, 2011, 03:44:39 PMIf anyone is using the theme Flagrantly, these may help blend the mod with the theme.

Thanks. Linked from the OP.

Check your link.  The redirect isn't correct.

This is what shows when I click on it:
http://http//www.simplemachines.org/community/index.php?topic=299980.msg3074985#msg3074985

Too many http!

-img removed-

Xarcell

#231
Quote from: Antechinus on June 14, 2011, 07:32:52 PM
Ok, it's odd but the only thing I can think of offhand is the edits for 6 languages files. They skip if the file is not present. Usually this doesn't present any problems, but  I suppose it is possible that this would be read as "too many redirects".

I assume the social groups mod is this one: http://custom.simplemachines.org/mods/index.php?mod=2671

That contains edits for 8 languages files, so maybe both mods have the same problem. If so, this might be an interesting bug with the SMF package manager.

Add the attached file to the zip and see if that sorts it out.

No, still having the same problem. I unzipped the package, replaced the file you attached, re-zipped. When I upload and try to install, I still get the same error.

I even modified the package-info to install on 2.0RC5 and emulated that in the advanced options of the package manager. Still the same problem.

Antechinus

#232
Well that's weird, because it doesn't have any redirects in it. I'll have to think about this one.

Xarcell, I'll set up a vanilla 2.0 test site and see if I can reproduce your problem. I've only tested the new version of the mod on local host so far, as the changes were minor.

If you want the memberlist running asap, just install manually. You don't even have to bother with the Sources/Memberlist.php edits. The only things actually required are the edits to Memberlist.template.php, Modifications.english.php, and index.css, along with a suitable member block image for your theme.

The edits to Memberlist.template.php just comment out the existing file and add a complete new template. If you grab that huge wodge of code from the xml, put php tags in front of it and after it, and save that as Memberlist.template.php it will work.

The edits to index.css just get pasted on the end of the file in one block of code. Ditto for the language strings in Modifications.english.php. No fussing around required.

Xarcell

Quote from: Antechinus on June 15, 2011, 10:10:37 PM
Well that's weird, because it doesn't have any redirects in it. I'll have to think about this one.

Xarcell, I'll set up a vanilla 2.0 test site and see if I can reproduce your problem. I've only tested the new version of the mod on local host so far, as the changes were minor.

If you want the memberlist running asap, just install manually. You don't even have to bother with the Sources/Memberlist.php edits. The only things actually required are the edits to Memberlist.template.php, Modifications.english.php, and index.css, along with a suitable member block image for your theme.

The edits to Memberlist.template.php just comment out the existing file and add a complete new template. If you grab that huge wodge of code from the xml, put php tags in front of it and after it, and save that as Memberlist.template.php it will work.

The edits to index.css just get pasted on the end of the file in one block of code. Ditto for the language strings in Modifications.english.php. No fussing around required.

Thanks Antechinus. I think I'll end up doing that. I can't help but wonder though, if it's a SMF2.0Gold issue. I will continue to investigate and get back to you find I find anything.

azhriel

Hi there I have a problem uninstalling this on memberlist.php on SMF rc3

Can somebody uninstall it for me...

Xarcell

Quote from: Xarcell on June 15, 2011, 09:19:57 PM
Quote from: Antechinus on June 14, 2011, 07:32:52 PM
Ok, it's odd but the only thing I can think of offhand is the edits for 6 languages files. They skip if the file is not present. Usually this doesn't present any problems, but  I suppose it is possible that this would be read as "too many redirects".

I assume the social groups mod is this one: http://custom.simplemachines.org/mods/index.php?mod=2671

That contains edits for 8 languages files, so maybe both mods have the same problem. If so, this might be an interesting bug with the SMF package manager.

Add the attached file to the zip and see if that sorts it out.

No, still having the same problem. I unzipped the package, replaced the file you attached, re-zipped. When I upload and try to install, I still get the same error.

I even modified the package-info to install on 2.0RC5 and emulated that in the advanced options of the package manager. Still the same problem.

I found the solution to this problem. I fixed I would come back and let you know in case anyone else has this issue. Even though this mod doesn't actually cause this error, it only happens to certain mods(I think those with a redirect text page in them).

Anyway, SimpleSEF is causing the issue. In order to get around the redirect issue, disable SimpleSEF(no need to uninstall), and clear browser cookies. That's it. Problem solved. You can then re-enable SimpleSEF...

Antechinus

Ok, that's interesting. Thanks.

JOSHSKORN

Hi I would like more information about this mod.  Basically, I'm looking for a mod that will allow me to choose specific member groups to display on the members list, all on one page, not on separate group 'tabs' or 'links'.  I want the groups to display in the order I specify (i.e. Generals, Captains, Privates, Recruits...etc).  Furthermore, I would like to add custom profile fields to my members list.

Does this mod support this?


archvillainxx

Hey, this modification isn't working with SMF version 2.0.2. Its a fresh installation of the forum with an edited version of the default theme.
These are the errors I get.

Installations actions for "Dynamic_Memberlist"
1.   Execute Modification   ./Sources/Memberlist.php   Test failed
   1.   Replace   ./Sources/Memberlist.php   Test successful
   2.   Replace   ./Sources/Memberlist.php   Test failed

Install in Other Themes
   Execute Modification   ./Themes/core/css/rtl.css   Test failed
   1.   Add After   ./Themes/core/css/rtl.css   Test failed


Advertisement: