MyBB Community Forums

Full Version: Smethead's Mod/Plugins list [2 new plugins and 3 updated plugins]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Hey, Smethead! You still around? Big Grin

I'm using your advanced stats for 1.2.x and I love it...But I have noticed something that troubles me. The newest replies and newest threads show everyone, even guests, ALL new replies and threads, even if they don't have access to them. True, if they click on the link, they're shown the no permission page, but is there a way to modify this so that only people who have access to the posts/threads can see that they exist in those stats?

I was just wondering! Rolleyes
Must've been something I missed. I'll look into it tomorrow evening Wink
Thanks! I do seem to remember that the version for 1.1.x showed only the accessible stats! Big Grin
Ok, I needed some time to figure this out. The problem was that the normally used function get_unviewable_forums(); didn't work, so all forums were considered viewable.
Anyway, it's fixed and I hope it stays like that.
download

(normally deactivation and reactivation shouldn't be required)


FWS, got an update too. read more about that here: http://community.mybboard.net/showthread...&#pid88065
thanks a bunch! Big Grin
Galen Wrote:Yeah, the numbers weren't showing in the postbit. I figured it out, though. For anyone who wants to know, go to the global templates and edit crs_postbit_reputation. Find {$post[userreputation]} and replace with {$post[reputation]}

Thanks for the updated download! Not that I'll be wanting to deactivate this plugin anyway Smile

There's one more thing I noticed that you might want to fix if you release another version. I can just change it manually and it's not anything major, but thought you'd like to know. In the AdminCP's Group permissions, the section where you set how many points a certain group gives or takes, the new rep system's drop-down menu is still there, which only allows you to assign up to 3 points. With the old system, it was a text box with no limit. Like I said, I'll just change that myself, no biggie Smile
There isn't a real plugin-friendly way to change this. However, you can change it this way:
Open admin/usergroups.php and find:
	makeselectcode_array($lang->reputation_points, "reputationpower", $reputation_power, 1);
replace with:
	makeinputcode($lang->reputation_points, "reputationpower", 1, 4);
Find
makeselectcode_array($lang->reputation_points, "reputationpower", $reputation_power, $usergroup['reputationpower']);
replace with:
makeinputcode($lang->reputation_points, "reputationpower", $reputation_power, $usergroup['reputationpower']);

I've added the option to show the numbers or not in Classic Reputation System.
I've also updated ASOI/P but I'm still waiting for translations to come Wink
Working on the thread description plugin too.
I'll release stuff next weekend.
Actually not much to tell...
There is a new plugin in the list. Well actually, it was an update of an existing one.
Classic Navigation for MyBB 1.2.x
download and info
If this thread has some sort of screenshot of what it is about=http://community.mybboard.net/showthread.php?tid=15662

And I've been working on some new things for FWS + ASOI. You can read that on the first page of this thread. All those features with [CONFIRMED] are already done. Releases are for after my exams.
Tristan/SMM, your problem with the PM's has been resolved. The other one with the max amount of percent you can give is still a mystery to me.
Thanks dude, I really needed it!
Hi all...
I was about to post this last friday but I couldn't do it because I was at my girlfriends place for the whole weekend. Anyway, better late than never... here are the new and updated plugins.

The new ones aren't actually new. They're just new in the MyBB 1.2.x plugin list. I guess you already know these two:
Thread Description for MyBB 1.2.x
download and info
This plugin was quite popular with 269 downloads for the MyBB 1.1.x release

Calendar on Portal for MyBB 1.2.x
download and info
Less popular with only 125 downloads for the MyBB 1.1.x release

There are three plugins updated. Some info about these three:
Classic Reputation System for MyBB 1.2.x
download and info
-> Updates:
* Decent way to still show the rep details as discussed here: http://community.mybboard.net/showthread...9#pid93629
There isn't much new about this, just cleaned up a bit.
* The quick add reputation points (as discussed here: http://community.mybboard.net/showthread...6#pid93786) didn't get added because CRS doesn't use comments anymore.

Advanced Stats on Index/Portal for MyBB 1.2.x
download and info
-> Updates:
* Abillity to show Online users on the portal (not index) as suggested here:
http://community.mybboard.net/showthread.php?tid=14964
* Some little bugfix written about here:
http://community.mybboard.net/showthread.php?tid=15940

Forum Warning System for MyBB 1.2.x
download and info
-> Updates:
* Warning levels viewable for public (can be turned off in the settings)
* Fix with certain guests and having no warning level (not 0 but just nothing)
* Fix for the problem regarding PM's not being sent in a right way informed by tristan/SMM here: http://community.mybboard.net/showthread.php?tid=14112
* The fix for the problem regarding maximum points to give (informed by tristan/SMM here: http://community.mybboard.net/showthread.php?tid=13677) couldn't be added because I still don't find the cause of this problem.
* Fix for the problem with new usergroups told about here:
http://community.mybboard.net/showthread...#pid102575
* Possibility to let multiple warnings expire at once. I thought this could be useful.
* Some little fixes with languages Toungue

The advanced stats plugin and the forum warning system have new language strings that aren't translated to all languages. I think translations will come soon enough.
FWS has almost reached its 1000th download (currently 953) for the MyBB 1.2.x release. ASOI/P is second with 899 downloads (MyBB 1.2.x)
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30