MyBB Community Forums
Tomm's Plugins and Stuff... - 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: Tomm's Plugins and Stuff... (/thread-44374.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12


RE: Tomm's Plugins and Stuff... - JonathanP - 2009-03-09

Ok, now it works, Wink


RE: Tomm's Plugins and Stuff... - x_Stricken_x - 2009-03-09

(2009-03-09, 08:03 PM)indigored Wrote: Ok, now it works, Wink
Glad it worksSmile I was starting to worryToungue


RE: Tomm's Plugins and Stuff... - JonathanP - 2009-03-09

I just pmed him, a idea for a plugin i think people will like, Wink


RE: Tomm's Plugins and Stuff... - Tomm M - 2009-03-10

I did reply, but it said you had messenger disabled...?...


RE: Tomm's Plugins and Stuff... - Matt - 2009-03-10

I have that a lot, someone PMs me, I try and PM back and messages are off >.<


RE: Tomm's Plugins and Stuff... - JonathanP - 2009-03-11

oo, oops, it was turned off, it's on now, and for others that need help dont even think about it read below Wink


RE: Tomm's Plugins and Stuff... - Tomm M - 2009-03-30

From requests for a plugin to do this, I've made a View New Threads / View Unanswered Posts plugin. This will retrieve new threads made since your last visit to your forum, and the option to search for threads with 0 replies.

For full details, see http://community.mybboard.net/thread-44374-post-304754.html#pid304754


RE: Tomm's Plugins and Stuff... - DamYan - 2009-04-10

(2009-01-30, 01:40 PM)Tomm M Wrote: /.../
If you use a custom language pack, you can override the default text for the options by adding these to your global.lang.php file:
  • $l['welcome_view_newthreads = "View New Threads";
  • $l['welcome_unanswered_posts = "View Unanswered Posts";
/.../

There's some bugs in these lines. Correct is:

$l['welcome_newthreads'] = "View New Threads";
$l['welcome_unanswered_posts'] = "View Unanswered Posts";



RE: Tomm's Plugins and Stuff... - Pow-Mia - 2009-04-12

(2009-04-10, 08:37 PM)DamYan Wrote:
(2009-01-30, 01:40 PM)Tomm M Wrote: /.../
If you use a custom language pack, you can override the default text for the options by adding these to your global.lang.php file:
  • $l['welcome_view_newthreads = "View New Threads";
  • $l['welcome_unanswered_posts = "View Unanswered Posts";
/.../

There's some bugs in these lines. Correct is:

$l['welcome_newthreads'] = "View New Threads";
$l['welcome_unanswered_posts'] = "View Unanswered Posts";
sweet this reminds me of one of my ideas i came out with about a few months back and posted...Wink

love it...

i got plenty more ideas , where that came from...


RE: Tomm's Plugins and Stuff... - Tomm M - 2009-04-12

(2009-04-10, 08:37 PM)DamYan Wrote: There's some bugs in these lines. Correct is:

$l['welcome_newthreads'] = "View New Threads";
$l['welcome_unanswered_posts'] = "View Unanswered Posts";

Thanks DamYan... fixed Smile