MyBB Community Forums
[For 1.8] Matt's Plugins - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Plugins (https://community.mybb.com/forum-73.html)
+---- Forum: Plugin Releases (https://community.mybb.com/forum-102.html)
+---- Thread: [For 1.8] Matt's Plugins (/thread-87508.html)

Pages: 1 2 3 4 5 6 7 8


RE: Matt's Plugins - Matt - 2016-10-15

(2016-10-15, 04:07 PM)thelovelyone Wrote:
(2016-10-15, 03:34 PM)Matt Wrote: Advanced Private Message Notice has been updated to 1.0.1 and Plugin Uploader has finally been updated for MyBB 1.8 with version 1.2.

After some new features for MyReactions, MySupport will be next Smile

Great news about mysupport.

I was about to install the plugin uploader since i hate it when there are plugins in the server that aren't used and i can't be bothered to delete all the files separately.

However i realized that this might make problems for me since i have renamed the admin folder, wouldn't it?
Although i could look to skip it for plugins that have admin folder stuff.

Also how does the upload work exactly? Like how does it know which files would be necessary only?

E.g. the myprofile plugin file looks like this, how would it recognize that it only needs "Upload"?

[Image: 47a0791c5a1f4815897554762d80b269.png]

It's very clever Wink

A renamed admin folder won't be a problem, it detects that and moves the files to the right place, and it checks for folders like 'Upload' or 'files' to try and find where the actual important files are Smile Should work for any plugin really!


RE: Matt's Plugins - thelovelyone - 2016-10-15

Thanks for the clarification. Smile


RE: Matt's Plugins - Matt - 2016-12-26

New release - Display Usergroup Moderator Usernames

Display the usernames of usergroup moderators instead of the usergroup name.

https://community.mybb.com/mods.php?action=view&pid=902


RE: Matt's Plugins - Matt - 2016-12-28

Display Usergroup Moderator Usernames 1.0.0 released - Fixed bug with 'moderated by' text on forum display not being shown with usernames. To upgrade, reupload ./inc/plugins/usergroupmodusernames.php


RE: Matt's Plugins - thelovelyone - 2016-12-28

Nice! How is my support going btw?


RE: Matt's Plugins - Matt - 2016-12-28

Slowly Sleepy


RE: Matt's Plugins - Matt - 2016-12-28

Karma Stars 1.1.1 released - Added missing language string for admin permission. To upgrade, reupload ./inc/plugins/karmastars.php and ./inc/languages/english/admin/user_karmastars.lang.php


RE: Matt's Plugins - DarkCode - 2016-12-29

The headerwarring is not show in user welcome block


RE: Matt's Plugins - Matt - 2016-12-29

Check {$headerwarnlevel} is in your header_welcomeblock_member template before:

<li><a href="{$mybb->settings['bburl']}/private.php">{$lang->welcome_pms}</a> {$lang->welcome_pms_usage}</li>

Then if you edit the Header Warning Level Settings, make sure it's enabled, and the cut-off warn level is low enough to show the warning level.


RE: Matt's Plugins - DarkCode - 2016-12-29

(2016-12-29, 07:54 PM)Matt Wrote: Check {$headerwarnlevel} is in your header_welcomeblock_member template before:

<li><a href="{$mybb->settings['bburl']}/private.php">{$lang->welcome_pms}</a> {$lang->welcome_pms_usage}</li>

Then if you edit the Header Warning Level Settings, make sure it's enabled, and the cut-off warn level is low enough to show the warning level.

https://gyazo.com/673cc4666fc16d51b553013344e9bda7

https://gyazo.com/28251582ebfda1ab714b3fe774f4b33f