Thread Rating:
  • 12 Vote(s) - 3.83 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MyTracker 1.0.2
#31
Hi , excuse me but what does this plugin do? not very familiarized with it.
Reply
#32
It's a bug/feature tracker. Take a look through the thread in the development forum on it.

Another bug, whenever some images, including rem_delete.png and bullet_go.png is mentioned the URL is broken; it's trying to load ./tracker/images/rem_delete.png when it should be ./images/tracker/rem_delete.png
MyReactions - All Plugins

Can you still feel the butterflies?

Free never tasted like pudding.
Reply
#33
Sorry Infranight, I've been stupidly busy at work today. I'll be attempting to release the first snapshot tomorrow, and an uninstall should be in it. Try and run this in mySQL though:

DROP TABLE mybb_tracker_categories;
DROP TABLE mybb_tracker_priorities;
DROP TABLE mybb_tracker_stages;
DROP TABLE mybb_tracker_status;
DELETE FROM `mybb_datacache` WHERE CONVERT( `mybb_datacache`.`title` USING utf8 ) = 'trackerversion' LIMIT 1 ;
DELETE FROM `mybb_datacache` WHERE CONVERT( `mybb_datacache`.`title` USING utf8 ) = 'trackernews' LIMIT 1 ;
DROP TABLE mybb_tracker_projects;
ALTER TABLE `mybb_usergroups` DROP `canmodtrack`;
ALTER TABLE `mybb_templates` DROP `myversion`;
ALTER TABLE `mybb_users` DROP `developer`; 
DELETE FROM `mybb_settings` WHERE name = 'trackername';
DELETE FROM `mybb_settings` WHERE name = 'trackerseo';
DELETE FROM `mybb_settings` WHERE name = 'ideasys';
DELETE FROM `mybb_settinggroups` WHERE name = 'tracker';
DELETE FROM `mybb_templategroups` WHERE prefix LIKE 'mytracker%';
DELETE FROM `mybb_templates` WHERE title LIKE 'mytracker%';

Stylesheets should be OK to leave if you're reinstalling it.

@Matt, did you redownload the package? If you didn't, where did you find those images?

If you like this tracker, you'll soil your pants at MyNetwork. Shy
Reply
#34
Great release. Thanks. So are you really releasing some kind of MyTracker+ for Xekko subscribers? Toungue
Reply
#35
Yeah it's in the pipeline. I'm not releasing a development thread for it though - I won't be making that mistake again... Toungue

Just for the record - MyTracker will always be free. MyTracker+ will be a different plugin.
Reply
#36
Different? You mean better or really really different?
Reply
#37
(2009-07-22, 03:38 PM)Tomm M Wrote: Yeah it's in the pipeline. I'm not releasing a development thread for it though - I won't be making that mistake again... Toungue

Just for the record - MyTracker will always be free. MyTracker+ will be a different plugin.

Awww.
I'm not here often, shoot a PM or whatever if you want my discord.
Reply
#38
(2009-07-22, 03:32 PM)Tomm M Wrote: @Matt, did you redownload the package? If you didn't, where did you find those images?

Just redownloaded and reinstalled, this is where I see them:

           

Just seem to be loading ./tracker/images/ instead of ./images/tracker/
MyReactions - All Plugins

Can you still feel the butterflies?

Free never tasted like pudding.
Reply
#39
(2009-07-22, 03:40 PM)faviouz Wrote: Different? You mean better or really really different?

It'll be slightly different (different layouts to show different plugins). It will be alot more powerful than the basic MyTracker.

@Matt, thanks, I'll take a look later. I thought I had them all... Undecided
Reply
#40
Another issue, (sorry Angel) is when you go to ./issues.php?issue=all... there seems to only be 2 issues per page. I only have 10 issues created but that's spread out onto 5 pages, seems a bit odd, was the limit for the pages meant to be 20 instead of 2?? Line 153 of issues.php...

$perpage = 2;

change to:

$perpage = 20;

... then it's fine.

Also, when I'm on ./issues.php?issue=all and I click a new page or the Next button, it says Loading... where it should but never actually seems to load... don't know if that's just my crappy internet but it happens on my localhost and 'live' (I say live, it's still mainly a test, and not on a localhost) installation, using the latest downloadable version.

Oh, and sometimes when you submit an issue/bug the redirect says 'Thanks for your idea! You will now be taken to your suggestion', when I imagine it should really say 'Thanks for reporting this Issue! You will now be taken to your report.'

That's all I've noticed for now, don't hate me Angel They're little things really, the main functionality is working extremely well indeed.

Oh, and do you mind if I use your modified version of Facebox for something?? Really like how you've changed it.
MyReactions - All Plugins

Can you still feel the butterflies?

Free never tasted like pudding.
Reply


Forum Jump:


Users browsing this thread: 21 Guest(s)