MyBB Community Forums
[For 1.6] Jammerx2'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.6] Jammerx2's Plugins (/thread-62325.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21


RE: Jammerx2's Plugins - FooFighter - 2010-09-08

For 1.6 boards using "Custom Forum Icons - 1.0"
Can we use .png images instead of .gif images?


RE: Jammerx2's Plugins - Jammerx2 - 2010-09-08

Not yet, so far it has to be gif. You can usually just change the ending to .gif and it will recognize it as png when it's returned to the browser.


RE: Jammerx2's Plugins - FooFighter - 2010-09-08

Oh ok, yeah many of my images I want to use are .png's I only have a few .gif's so I guess I'll just save 'em again as .png's.

If you plan on updating this soon, will .png's be supported as well?


RE: Jammerx2's Plugins - Jammerx2 - 2010-09-08

The main reason it's .gif is because of how the icon format is by default. If you want to change all the images to use .png just edit the forumbit_depth2_cat and change the .gif in the following line to .png.

<img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" />



RE: Jammerx2's Plugins - FBI - 2010-09-16

error while update setting of MyCode permission Wink

Warning [2] implode() [function.implode]: Invalid arguments passed - Line: 139 - File: inc/plugins/amp.php PHP 5.2.12 (Linux)File	Line	Function
[PHP]	 	errorHandler->error
/inc/plugins/amp.php	139	implode
[PHP]	 	amp_do
/inc/class_plugins.php	101	call_user_func_array
/admin/modules/config/mycode.php	255	pluginSystem->run_hooks
/admin/index.php	483	require



RE: Jammerx2's Plugins - Valaki - 2010-09-21

There's the hide post contents plugin.

Is there any way to hide threads just in selected forums?
Ty.


RE: Jammerx2's Plugins - ElephantShoe - 2010-09-22

I have a question regarding the Guest Cant View Threads plugin. It seems to be deleting some buttons such as Edit, Delete, etc, when I'm signed in. I've tried disabling all the plugins besides that one and using the default theme, but it still doesn't work. Not only that, but the guests can still see the content of the threads. Any idea?


RE: Jammerx2's Plugins - xomp - 2010-09-24

I can't seem to get the Guest Cant View Threads plugin to work at all. I installed it, activated it and logged out (so I am a Guest) and I can still view every post like I was logged in Sad

I forced refresh several times so I'm not pulling from my web browsers cache. I assume this is not intended for this plugin?

Also, when I am logged in it has removed the Edit/Delete etc buttons which is NOT cool Sad


RE: Jammerx2's Plugins - xomp - 2010-10-01

Been a week with no response. Are there any alternatives to the Guest Can't View Threads plugin? I really need this and Jammerx2's plugin here does not work correctly.


RE: Jammerx2's Plugins - Jammerx2 - 2010-10-02

It should work, I have tested it.