Viewtopic, viewforum, posting related hacks and MODs.
Viewing topics, forums, or posting add-ons.
by ..::Frans::.. » 21 Apr 2007, 15:17
MOD Title: Extra Ranks Mod
MOD Description: This modification will add 3 extra ranks, configurable in the ACP as a per-user setting. Ranks can be chosen from the standard "ranks" table and will be shown in viewtopic and memberlist
MOD Version: 1.1.0
phpBB Version: 3.0.7
Changed since version 0.1.0- Added ranks to profile
- Added ranks to memberlist
- Added ranks to teampage
- Added language support
Changed since version 0.2.0- Typo in acp_users.html
- Added correct label for special ranks
Changed since version 0.2.1- Typo in SQL statements - corrected (thnx to Billy
)
Changed since version 0.2.2- There is quite a difference in number of spaces between the templates in earlier versions and RC1. Fixed
Changed since version 1.0.0- Typo in open statement (2). Fixed
Changed since version 1.0.1- Changed some minor changes in layout and coding
Changed Topic version- Version 1.0.2 works perfectly on a RC4 board, no changes so just changed topic title and post info
Changed since version 1.0.2- Changed few minor things to make this mod RC7 compatible.
- Beware, the style changes (addons) you need to do are for prosilver ONLY. It's easy to figure out what things you need to add when using another style!
Changed since version 1.0.3- Changed few minor things to make this mod RC8 compatible.
- Added steps for changing styles prosilver AND subsilver2. It shouldn't be too hard to implement them into any other style with the examples showed here.
- Started to add extra group ranks too, but not in this release yet. I can't see any use of this feature..... I anyone wants this please klet me know.
- Cleaned up code dramatically. Uses no extra queries anymore now.
Changed since version 1.0.4- Changed few minor things to make this mod phpbb3 Gold compatible.
Changed since version 1.0.5- Updated code to work with version 3.0.7
- Updated install file to work with modX 1.2.5
- Added an extra rank so 3 extra ranks are now available
Screenshots:
Latest version for phpbb3 3.0.7:
Older version 1.0.5:
Last edited by
..::Frans::.. on 01 Aug 2007, 05:20, edited 16 times in total.
ping...
-

..::Frans::..
- STG Development

-
- Posts: 1608
- Joined: 28 Mar 2007, 15:37
- Location: Netherlands
- Favorite Team: RKC
- Gender: Male
- phpBB Knowledge:

-
by ..::Frans::.. » 22 Apr 2007, 04:32
Thanx Geoffreak,
Added support for some standard pages...

ping...
-

..::Frans::..
- STG Development

-
- Posts: 1608
- Joined: 28 Mar 2007, 15:37
- Location: Netherlands
- Favorite Team: RKC
- Gender: Male
- phpBB Knowledge:

-
by Semi_Deus » 22 Apr 2007, 05:22
I Like it!
(Also the rank images you used

)
Former
Moderator &
Styles team member

-

Semi_Deus
- Admiral

-
- Posts: 2479
- Joined: 13 Feb 2007, 13:53
- Location: Netherlands
- Favorite Team: Ajax
- Gender: Male
- phpBB Knowledge:

-
by ..::Frans::.. » 22 Apr 2007, 06:22
Thnx, needed some rank images to go with the local setup, and i found these....
want credits in the screenshots used ??

ping...
-

..::Frans::..
- STG Development

-
- Posts: 1608
- Joined: 28 Mar 2007, 15:37
- Location: Netherlands
- Favorite Team: RKC
- Gender: Male
- phpBB Knowledge:

-
by Billy » 22 Apr 2007, 09:46
Thank you very much fjtbeers, for doing all the hard work I have been waiting for this mod for a very long time. this is great

update:
- Code: Select all
ALTER TABLE `phpbb_users` ADD `user_rank3` MEDIUMINT( 8 ) UNSIGNED NOT NULL DEFAULT '0' AFTER `user_rank2;`
change to:
- Code: Select all
ALTER TABLE `phpbb_users` ADD `user_rank3` MEDIUMINT( 8 ) UNSIGNED NOT NULL DEFAULT '0' AFTER `user_rank2`;
-

Billy
- Ensign

-
- Posts: 78
- Joined: 21 Feb 2007, 15:25
- Location: Oregon, USA
- Gender: Male
-
by Billy » 22 Apr 2007, 14:03
umm I must be on the wrong cvs or something because i can not find some of this code
I cant find this part
- Code: Select all
#-----[ OPEN ]------------------------------------------
#
# REMEMBER: You need to do this for every style you use on your forum
#
{ROOT}/styles/{STYLE}/template/viewtopic_body.html
#
#-----[ FIND ]------------------------------------------
#
<!-- IF postrow.RANK_TITLE or postrow.RANK_IMG --><dd>{postrow.RANK_TITLE}<!-- IF postrow.RANK_TITLE and postrow.RANK_IMG --><br /><!-- ENDIF -->{postrow.RANK_IMG}</dd><!-- ENDIF -->
#
for me it looks like this
- Code: Select all
<!-- IF postrow.RANK_TITLE -->
<tr>
<td class="postdetails">{postrow.RANK_TITLE}</td>
</tr>
<!-- ENDIF -->
<!-- IF postrow.RANK_IMG -->
<tr>
<td>{postrow.RANK_IMG}</td>
</tr>
<!-- ENDIF -->
-

Billy
- Ensign

-
- Posts: 78
- Joined: 21 Feb 2007, 15:25
- Location: Oregon, USA
- Gender: Male
-
by Billy » 22 Apr 2007, 20:28
Ok I have looked and I cant fine the thread on how to update my CVS I know it is here somewhere can some one direct me please.
-

Billy
- Ensign

-
- Posts: 78
- Joined: 21 Feb 2007, 15:25
- Location: Oregon, USA
- Gender: Male
-
Return to Topic, Forum, Posting MOD Downloads
Who is online
Users browsing this forum: Duvelske, Google Adsense [Bot] and 2 guests