Thread Rating:
  • 18 Vote(s) - 3.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[For 1.6] Jammerx2's Plugins
#21
plz update the link for multi attachment
PAKISTAN IT FORUM - http://www.pkitforum.com
Fresh Tips On Blogging - http://www.bloggingbite.com
WebHost Technies - http://www.myliteraturetechlife.com
Reply
#22
(2010-01-05, 03:57 PM)FBI Wrote: Hi Jam,
Thanks for nice plugins

for Plugin: Reputation Power, It's not affected for membergroup which have "Points to Award/Take Away:" setting other than 1. For example, previous Member setting is 1 and 2 for Mod or 3 for SuperMod. And Rep Power only affected on Member Only, which have 1 as default. Wink

That is the point, in case you want to set it to a default number. I am going to add a different way to set groups once I update the plugins again.

I will release multi attachment now.
Reply
#23
Jammer, any chance of getting you to share your Active/Inactive script?

I mean, I realize I COULD steal it and use it right from your site, but I don't want to without permission

(By that I mean checking the src and using your links to create my own)
Reply
#24
(2010-01-05, 08:19 AM)poblo10 Wrote: Hey i installed and edited a core file for View Own Threads - 1.0 but i dont want the plugin anymore and i completely for got what core file i had to edit and what i had to add. I you could respond to the post or pm me that would be GREAT!

Here's how to remove it.

Quote:Step 1.

Open forumdisplay.php

Step 2.

Find:

$plugins->run_hooks("forumdisplay_thread");

Step 3.

Under it remove:

if($mybb->settings['vot_status'] != "no")
{
// FIDS
$fids = $mybb->settings['vot_fids'];
$fids = explode(",",$fids);
$gids = $mybb->settings['vot_gids'];
$gids = explode(",",$gids);
if(in_array($thread['fid'], $fids))
{
if(in_array($mybb->user['usergroup'], $gids))
{
}
else
{
$query = $db->simple_select("announcements", "fid", "aid='$aid'");
$announcement = $db->fetch_array($query);

if($mybb->settings['vot_sticky'] != "no")
{
if($thread['uid'] != $mybb->user['uid'] && $thread['sticky'] != 1)
{
continue;
}
}
else
{
if($thread['uid'] != $mybb->user['uid'])
{
continue;
}
}
}
}
}

@ralgith, you can just use images from my site, but if you need to I can give you the source. Pm me about it if needed.
Reply
#25
Thanks, just wanted permission to use it so I didn't have to write my own. I hate reinventing the wheel LOL.
Reply
#26
No problem ralgith.

On a side note, I uploaded the Multi Attachments and as it is still waiting for approval, you can download it on the alternative site listed in the thread
Reply
#27
Pictures of the plugins would be great to see what they exactly do.
Thank you for the great job.
[Image: 468x602b.png]
Reply
#28
(2010-01-05, 11:19 PM)Skiilz Wrote: Pictures of the plugins would be great to see what they exactly do.
Thank you for the great job.

I will hopefully upload some pics later.
Reply
#29
MUlti Attachments ERROR:
Fatal error: Cannot redeclare replace_temp_set() (previously declared in /home/a3230294/public_html/forums/inc/plugins/classicnavigation.php:16) in /home/a3230294/public_html/forums/inc/plugins/ma.php on line 96

Line 96:
}
[Image: 468x602b.png]
Reply
#30
Line 96 is probably the END of the function, just scroll up Wink
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)