Jump to content

Download: [MD31] Group format 1.0.6


Massive Dynamics

Recommended Posts

Posted

File Name: [MD31] Group format 1.0.6
File Submitter: Massive Dynamics
File Submitted: 14 Oct 2010
File Updated: 18 Oct 2010
File Category: Hooks and Plugins

This is a single hook that, without any file edits, formats usernames across the board.

More areas coming soon



Formatted areas:

  1. memberData name (Member info box/bar at the top) (with images stripped due to HTML incompatibilities)
  2. Categories and forums on board index view
  3. Forums, subforums, and topics on forum views
  4. Moderator team display
  5. Member list (with images stripped due to HTML incompatibilities)
  6. Reputation popup
  7. Topic preview
  8. Announcement author in forum view
  9. Announcement author in announcement view
  10. Post posters in topic view
  11. Name in profile (images stripped due to HTML incompatibilities) (Added in 1.0.1)
  12. Friends in profile (Added in 1.0.1)
  13. Status updates and replies in profiles (Added in 1.0.2)
  14. Comments in profiles (Added in 1.0.2)
  15. Status updates in board index (Added in 1.0.2)

Bug fixes in 1.0.3:


Bugs fixed in 1.0.4:


Bugs fixed in 1.0.5:




Bugs fixed in 1.0.6:




Click here to download this file
  • Replies 93
  • Created
  • Last Reply
Posted

:thumbsup: Very nice thank you very much man..work great but it have the profile pictures with this around them " Photo" width='50' height='50' class='photo' />" so iwill use this hook when you get that sort out but great hook and the best part no file edits :)

i have notice also it don't work with the hook "(e$30) Post Author Status" it make it show lot html code all over the top so that's another bug that have me not want to use it right now..

Posted

I was hoping to use it but when I did it showed members log-in names and not their display names so I disabled it and they reverted back to how they're suppose to be. I'm guessing this is a bug?

Posted

Great hook! In forum view, you are using login name instead of display name.

For those who wants to fix, open XML hook file and find:

        	$dname = IPSLib::makeNameFormatted($member['name'], $member['member_group_id']);

Change to:

        	$dname = IPSLib::makeNameFormatted($member['members_display_name'], $member['member_group_id']);

Find:

        	$dname2 = IPSLib::makeNameFormatted($member2['name'], $member2['member_group_id']);

Change to:

        	$dname2 = IPSLib::makeNameFormatted($member2['members_display_name'], $member2['member_group_id']);


Reinstall!

Posted

I've have found the culprit for the issuse with the " Photo" width='50' height='50' class='photo' />" it's because i'm using a "Image Background In Usernames" for the profile names so after taking that out and just use the color instead it working perfect.

I've have run in another little issue on the members profile page the "User Rating have move to the left" don't know why this happen but now they on the left under the member name <_<

I've run in another issue when i click to go view forum list amd getting bunch crap on the header like this..

/home/********/public_html/hooks/Col_Forums_815a6743a34b1f1d0ccec814fbed8a7f.php on line 17

Warning: Invalid argument supplied for foreach() in /home/******/public_html/hooks/Col_Forums_815a6743a34b1f1d0ccec814fbed8a7f.php on line 21

Warning: Cannot modify header information - headers already sent by (output started at /home/******/public_html/hooks/Col_Forums_815a6743a34b1f1d0ccec814fbed8a7f.php:17) in /home/*******/public_html/admin/sources/classes/output/formats/html/htmlOutput.php on line 109

Warning: Cannot modify header information - headers already sent by (output started at /home/*******/public_html/hooks/Col_Forums_815a6743a34b1f1d0ccec814fbed8a7f.php:17) in /home/*******/public_html/admin/sources/classes/output/formats/html/htmlOutput.php on line 120

Warning: Cannot modify header information - headers already sent by (output started at /home/*******/public_html/hooks/Col_Forums_815a6743a34b1f1d0ccec814fbed8a7f.php:17) in /home/*******/public_html/admin/sources/classes/output/formats/html/htmlOutput.php on line 129

Warning: Cannot modify header information - headers already sent by (output started at /home/******/public_html/hooks/Col_Forums_815a6743a34b1f1d0ccec814fbed8a7f.php:17) in /home/*******/public_html/admin/sources/classes/output/formats/html/htmlOutput.php on line 130

Warning: Cannot modify header information - headers already sent by (output started at /home/*******/public_html/hooks/Col_Forums_815a6743a34b1f1d0ccec814fbed8a7f.php:17) in /home/*******/public_html/admin/sources/classes/output/formats/html/htmlOutput.php on line 134

Posted

Yeap, came to say this as well: in one of my forums:

Warning: Invalid argument supplied for foreach() in /home/sosinvis/public_html/forum/hooks/Col_Forums_aa072c914bb66a9306a390199aec2bc9.php on line 17



Warning: Invalid argument supplied for foreach() in /home/sosinvis/public_html/forum/hooks/Col_Forums_aa072c914bb66a9306a390199aec2bc9.php on line 21



If it helps, this forum as treated like a category; no topics in it.
Posted

/home/********/public_html/hooks/Col_Forums_815a6743a34b1f1d0ccec814fbed8a7f.php on line 17



Warning: Invalid argument supplied for foreach() in /home/******/public_html/hooks/Col_Forums_815a6743a34b1f1d0ccec814fbed8a7f.php on line 21





If it helps, this forum as treated like a category; no topics in it.



For those who wants to fix, open XML hook file and find:

    	$sub_forum_data = $data['sub_forum_data'];

Add below:

    	if ( !$topic_data )

    	{

    	    	return false;

    	}


Reinstall!

Posted

For those who wants to fix, open XML hook file and find:



    	$sub_forum_data = $data['sub_forum_data'];

Add below:

    	if ( !$topic_data )

    	{

    	    	return false;

    	}


Reinstall!



thanks very much Adriano :thumbsup:
Posted

I've have run in another little issue on the members profile page the "User Rating have move to the left" don't know why this happen but now they on the left under the member name :whistle:


%7Boption%7D

Posted

No problem on default skin... must be something in your skin.




It only happen when this hook is install when i remove the hook it go back to right that's what so weird so i know it have something to do with his hook,but he is not online to address the issue at hand..and you have address2 issues with his hook and finda fix so i thank you for helping...
Posted

It only happen when this hook is install when i remove the hook it go back to right that's what so weird so i know it have something to do with his hook,but he is not online to address the issue at hand..and you have address2 issues with his hook and finda fix so i thank you for helping...




Make sure all HTML tags in the usergroup format are closed, that is enough to break formatting.

Thanks everybody for reporting the bugs, I'll have them fixed in about an hour.

EDIT: Bry, I have no idea. This was made on IPB 3.1.2, so have a go. If it doesn't work, you can just remove it :P
Posted

Could you post that usergroup's prefix and suffix on here, please? If there's no issue there, I'll go back through profile view to make sure I have everything <_<







<span style='color:blue'><strong>


</strong>
Posted

I see. It's breaking because the tags in the prefix aren't all being closed in the suffix.



Try this for the suffix:



</strong></span>




thank you that fix the issue
Posted

I find another bug when you click on a forum to view the topics where say "0 members, 1 guests, 0 anonymous users" now you don't see the count all you see is the names i've have remove the hook and it working fine but when i put back the hook it go like this "members, guests, anonymous users" even though members is browsing the forums...

check this link and you see what i mean at bottom where members browsing http://www.mediagalaxyzone.com/forum/13-lyrics-%C2%BB/

Posted

Thanks for telling me, I'll see what I can do [img]

[/img]



EDIT: Fixed. It was due to lack of caffeine at 11pm :P (AKA stupidly simple)




ok thanks :D good night

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...