1 (edited by Kushi 2012-04-13 19:20)

Topic: [Extension]KT Group Legend v0.6

:: Information and features
Group legend on forum index.
It integrates with pun colored usergroups

:: Screenshoots
http://i.minus.com/ipdVm7uYwBScu.PNG
http://i.minus.com/ibi9uRvLEWqML1.PNG

:: Demo
http://kushithemes.t15.org/index.php

:: Download
https://dl.dropbox.com/u/82283017/punbb/9-av-download.png

If any of my dropbox link fails with 404 error, change dl.dropbox.com/u/56038890/punbb/*.zip in address to 82283017.

Currently working on rPlus - responsive theme for developers to create their own themes basing on this one.

Re: [Extension]KT Group Legend v0.6

omg awesome!

3

Re: [Extension]KT Group Legend v0.6

v0.6 integrates with pun_colored_usergroups editing CSS is needless.

If any of my dropbox link fails with 404 error, change dl.dropbox.com/u/56038890/punbb/*.zip in address to 82283017.

Currently working on rPlus - responsive theme for developers to create their own themes basing on this one.

Re: [Extension]KT Group Legend v0.6

Kushi,

Since you are developing this extension, any chance you can make the posts of specific group the same color as well? For example if you set admin group "red", all the posts of admin will be red. Thank you.

5 (edited by Kushi 2012-04-13 20:06)

Re: [Extension]KT Group Legend v0.6

Well, strange idea, and I have no idea how to make extension for that. But you can edit around line 567 in viewtopic.php

<div class="entry-content">
                        <?php echo implode("\n\t\t\t\t\t\t", $forum_page['message'])."\n" ?>
                    </div>

to

<div class="entry-content"><span class="group_color_<?php echo $cur_post['g_id']; ?>">
                        <?php echo implode("\n\t\t\t\t\t\t", $forum_page['message'])."\n" ?>
                    </span></div>

colors of post would be the same as You set in pun_colored_usergroups.

If any of my dropbox link fails with 404 error, change dl.dropbox.com/u/56038890/punbb/*.zip in address to 82283017.

Currently working on rPlus - responsive theme for developers to create their own themes basing on this one.

Re: [Extension]KT Group Legend v0.6

The download link is dead, would you be able to re-upload it, I've been looking for a plug-in like this for awhile.

7

Re: [Extension]KT Group Legend v0.6

https://dl.dropbox.com/u/82283017/punbb … legend.zip

If any of my dropbox link fails with 404 error, change dl.dropbox.com/u/56038890/punbb/*.zip in address to 82283017.

Currently working on rPlus - responsive theme for developers to create their own themes basing on this one.

Re: [Extension]KT Group Legend v0.6

Thanks!

Re: [Extension]KT Group Legend v0.6

Hi, thanks for this extension, looks very nice, but can i make the text bold.

another thing i wanna do is that i wanna put "Powered by Punbb, Hosted by xxx" etc inthe right corner of the colomun as it looks ugly in its orignal place, i couldnt understand the xml file, it had all php code.

thanks again for the extension.

MyFootballCafe.com  is Now Online!

10

Re: [Extension]KT Group Legend v0.6

Fixed download URL in first post. smile