MyBB Community Forums

Full Version: Matt's 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
(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!
Thanks for the clarification. Smile
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
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
Nice! How is my support going btw?
Slowly Sleepy
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
The headerwarring is not show in user welcome block
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.
(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
Pages: 1 2 3 4 5 6 7 8