Jump to content

Download: (T30) Group Format 2.0.0

Featured Replies

Posted

File Name: (T30) Group Format 2.0.0
File Submitter: teraßyte
File Submitted: 03 Jul 2009
File Updated: 25 Apr 2010
File Category: Modifications

Resource Type: File & skin edits
Version: 2.1.0
Compatibility: IP.Board 3.0.5


This mod format all member names & groups in every part of the board because IP.Board by default uses this option only in a few areas of the board.

Features

[*]All board displays the formatted names

[*]No need to change every skin to display formatted names (Only 4 skin edits required!)


[*]Board Index [*]Default Sidebar hooks (Recent Topics, Status updates, Top Posters, Watched Forums) [*]Forum View [*]Announcements [*]Topic View [*]Search [*]Moderators [*]Profile View [*]Messenger [*]Members List [*]Online List [*]User CP [*]Statistics [*]Report Center [*]Warn Panel


Addons Included

[*]Portal

















[*]IPS

[*]IP.Blog 2.0.4 & 2.1.0 [*]IP.Downloads 2.0.4 & 2.1.0 [*]IP.Gallery 3.0.4 & 3.1.0
[*]Third Party

[*]IP.Calendar 3.0.5





[*](IM) Tutorials 1.0.2



Changelog from 2.0.0 to 2.1.0:

[*]Unreal Portal 3.0.1



[*]Fixed a display error in the status updates hook, warn panel and member list if the group suffix/prefix had an image [*]Fixed a typo in the Unreal Portal readme causing a bug in the latest posts block [*]Updated the (IM) Tutorials version to 1.0.2 (edits are still the same anyway)

Click here to download this file

[*]Added new readme files for the new versions of the IPS addons: IP.Blog 2.1.0, IP.Downloads 2.1.0, IP.Gallery 3.1.0





  • 3 months later...
  • Author

The mod has been upgraded to version 2.0.0 and supports IP.Board 3.0.5, however, if you have any issues with it I would prefer if you posted over at my forum in the dedicated forum I made as it is hard to keep track of everything in one topic with such big modification (with all the addons the file edits are something like 110!)

(T30) Group Format 2.0.0 Support Forum

2.0.0 is only for 3.0.5 ?

  • Author

Yes, 2.0.0 has been tested only on IP.Board 3.0.5.

It is a real pain to support this modification (currently ~110 file edits) and I have decided to support only and always the latest version of IP.Board for it.

  • Author

There was a small edit missing in the package, I have updated it and fixed also a typo.

The edit missing was in the messengerFunctions.php file (on a fresh install it is the second edit, for the upgrade file it was both edits instead)

  • Author

Fixed a typo in the second edit for the messengerFunctions.php file (really, I shouldn't edit the readme of a mod at 2 AM...)

[quote name='teraßyte' date='06 January 2010 - 11:50 AM' timestamp='1262775045' post='1896027']
(really, I shouldn't edit the readme of a mod at 2 AM...)

:lol:

Good work teraßyte.

Btw. could you tell me - do you have "ß" on your keyboard? :D

  • Author

Nope I do not have that char in my keyboard :P


EDIT: Dawpi can you confirm me if you added the quote in your post after replying with an edit or if it was there from the start? (I might have found a bug in IPB >.<)

[quote name='teraßyte' date='06 January 2010 - 05:56 PM' timestamp='1262797000' post='1896149']
EDIT: Dawpi can you confirm me if you added the quote in your post after replying with an edit or if it was there from the start? (I might have found a bug in IPB >.<)

From the start. Do you see 'edit' line? :)

  • Author

Nope but I wanted to be sure before making brandon happy: http://community.invisionpower.com/index.php?app=tracker&showissue=20462 :P

:D yeah. :D

But unfortunately I can not find a line with the upgrade

Open the file "admin/applications/forums/sources/classes/forums/class_forums.php"

Find:


'select'	=> 'm.members_display_name, m.members_seo_name',


so looks like line 2048


'select'    => 'm.members_display_name, m.members_seo_name,m.member_group_id',

  • Author

Are you using IPB 3.0.5, looks like you are using an earlier version.


If I don't mistake the edit you posted is for one of the sidebar hooks on the board index that were moved in that file around 3.0.4 or 3.0.5.

I try give answer in message box and all the time I have error, I don't know why?!

When I do upgrade, this mod, I would like to know what I should do: uninstall old hook and install new hook or only unistall?



Parse error: syntax error, unexpected T_VARIABLE in /home/mazishar/domains/*****/public_html/admin/applications/members/modules_public/messaging/send.php on line 614

  • Author

Double check the edits you made in that file and be sure they are exactly the same.


EDIT: Yes you have to uninstall the old hook and install the new one (install it only if you want the group format in the status updates hook in the sidebar however)

admin/applications/members/modules_public/messaging/send.php

line 614 before


post-147092-126288139204_thumb.png
post-147092-126288140653_thumb.png

( 'bbcode' )->makeQuoteSafe($msgData['members_display_name']).


after edit


( 'bbcode' )->makeQuoteSafe($msgData['members_display_name']$msgData['members_display_name_clear']).


line 626 before

( 'bbcode' )->makeQuoteSafe($msgData['members_display_name']).


after edit


( 'bbcode' )->makeQuoteSafe($msgData['members_display_name']$msgData['members_display_name_clear']).
  • Author

Ops sorry, my mistake there >_<

You have to replace the code and not "add below", as I said above I shouldn't edit the files at 2AM.. :P


EDIT: I've updated the download here to fix the typo in the readme, will update the download later also on my site ;)

  • 3 weeks later...

Works Fine For Me..
Thanks Tera..

One question...
will this work for IP Blog 2.1.0 & IP Gallery 3.1.0 ?

Hey this section is all messed up after installing the mod..
have a look...

1264740685-U52.jpg

What can i do now ?

  • Author

Have you done all the skin edits in the readme?

I have this same.

12346sw.png

And in Recent Status Updates this:

2edqnt1.png

How to fix this ? :)

  • Author

Have you done all the skin edits in the readme? Also is your skin updated to 3.0.5? In earlier versions there were a couple of name bugs in the templates that were fixed around 3.0.3 and 3.0.4 so if your custom skin is not updated with them this is a part of the issue.

teraßyte, I did everything that was written in the Read Me file. Skin is updated to 3.0.5

[quote name='teraßyte' date='29 January 2010 - 10:20 AM' timestamp='1264789204' post='1906144']
Have you done all the skin edits in the readme?

yes i have done all the edits..

but my problem has solved...
i didnt do any edit in this file...
admin/applications/members/modules_public/list/view.php
it remains the same...
but after doing the edits in this file members page messed up..

  • Author

I'll have a look again on my board, I tested this mod in every area on FF 3.5 before releasing it so not sure.. I'll try to check again also with IE and Safari.

Archived

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

Recently Browsing 0

  • No registered users viewing this page.