Jump to content
DevFuse Forums

Michael

Management
  • Posts

    4,467
  • Joined

  • Last visited

  • Days Won

    424

Reputation Activity

  1. Like
    Michael reacted to Loren in Garage Suggestion - Report an Entry   
    One thing that seems to be missing from Garage is the ability to Report and entry.
    We have that in most other user input areas of the site but not currently in Garage.
     
    It would be nice to have and not likely to hard to implement.
    Thanks.
  2. Like
    Michael got a reaction from FakeNinja in Admin CP redirects to a 404   
    So the admin cp link isn't working then? And you can still enter the url manually to login? When you get the 404 error, what's in the browse url box of your browser?
  3. Like
    Michael got a reaction from FakeNinja in Admin CP redirects to a 404   
    The link at the top of your board? Have you changed the admin directory at all?
  4. Like
    Michael got a reaction from Breadfan in Forums upgraded to IP.Board 3.1.x   
    After some delays in getting the website api compatible with IPB3.1. The forums and all applications/hooks have now been upgraded to IP.Board 3.1.1. A few changes have been made as part of this upgrade:
     

    Some forums have been re-arranged to get rid of unnecessary sub forums. The premium members group and area have been removed, mostly due to a lack of interest. This will be somewhat offset by new releases being added to these forums a few days before they are added to other 3rd party sites and IPS Resources. So those loyal members who visit regularly will still get first access to new mods.
  5. Like
    Michael got a reaction from AndyF in IPB3 Videos System v2.0.1 Update   
    The IPB3 Videos System has been updated to v2.0.1. This update is a bug fixing version that includes a few dozen bug fixes as well as a few new improvements and minor features. You can view the latest features and screenshots here: http://www.devfuse.com/products/60-videos-system/
     
    Notable Changes:

    Addition of Vimeo and Yahoo Video media sites. Thanks to Michael from CodersRefuge for permission to use his match/replace code.
    Addition of CollageHumour media site. Thanks to Collin1000 from collin1000.com for permission to use his match/replace code.
    Addition of Dailymotion media site.
    Support for Vimeo thumbnails.
    Rebuild Tools expanded to include rebuilding of Discussion Topics and Video Thumbnails.
    Significant improvements in regards to the online list. Separation of viewing the main page, viewing category and viewing video.
    The rest of the changes were code improvements and non-reported bug fixes.

    Bug Fixes:

    Permission mask error
    Creating or editing a category
    Sidebar hook uses group id rather then perm id
    hardcoded text
    Error on member tab
    Missing language bit to QUEUED ITEMS mod
    Category Permissions
    when not cat is chosen it gives a permissions error
    Editing video's approves them
    Videos already seen
    New comments marker
    Cannot redeclare class classVideos
    Missing full_desc tag in topic
    Video's requiring approval give error to member
    Error when adding an Youtube video
    Share Video Block
    Plugin tab position number
    Category tab ordering
    Add Video url from video view page
    Parent Category
    Leave a comment quick reply interface
    Skin Issue
    Videos are not shown on Sidebar
    Online user list problem on the board

  6. Like
    Michael got a reaction from najaru in Sitemap Generator DevFuse Apps support?   
    v3 of the garage has a sitemap generator plugin included. The next bug fixing version of the videos system will also include a plugin.
  7. Like
    Michael got a reaction from javier in Videos System v2 IPB3   
    Do you have an example sites where this is used? Maybe I'm not searching correct but I haven't found any javascript packages out there.
     
     
    I'm just working on RC1 now, will release that after the weekend. Will add it to the customer centre as an extra download.
  8. Like
    Michael got a reaction from cLauzzz in IPB3.1 Garage System v3 Upgrade   
    The IPB 3.1 Garage System has been upgraded to v3. This version was completely rewritten to take advantage of all the new improvements in IPB3.0/3.1 code. Many new features were added and all known bugs have been fixed.
     
    You can view the latest features and screenshots here: http://www.devfuse.c...-garage-system/
     
    Notable Changes:

    Option added for admins to setup the garage for either entering makes and models or selecting makes and models based on a makes/models database. Topic view integration added so members with vehicles will have a link to their garage in posts they make. Full integration with the IPB3 member group permissions. Limits of how many vehicles per member and mods/images/comments allowed per vehicle now per group instead of a global setting. Discussion topics for vehicles added. Rating system changed to use an ajax rating system and allows vote changing. Social bookmarks hook integration. Share Links will be automatically included for IPB 3.1 boards. Complete redesign of vehicle images page to display thumbnails of images with lightbox integration rather then a spreadsheet layout of information. Separate settings for controlling global, portal and sidebar hooks. Includes showing latest vehicles, random vehicles or active featured vehicles. New detailed statistics page for showing garage statistics in more detail. Owner selected images, vehicle owners can now select an image they want to be shown when a thumbnail of their vehicle is displayed. Improved control for thumbnail widths/heights with 3 classes of thumbnails sizes introduced (small, standard, large). Full FURL support for the view vehicle page, including when different vehicle tabs are selected. Thumbnail support added to recent updates block on garages main page. Type-ahead search ability added to the manage vehicles, images, modifications and comments pages. Ability to add custom fields into the main tag itself instead of a new tab. Profile tab support with a new vehicles profile tab. Featured vehicles for those who want to feature vehicles on the main garage page. Also included is an option to remove a featured vehicle from the main page and keep it on a separate featured vehicles history page. Comments designed, improved and moved to below the vehicles main tab.
     
    Bug fixes from v2.0.2:

    Lightbox Issue
    Number format error
    Setting unlimited mods disables image uploading
    Some bugs
    I can upload Images for other Users
    Fields work only when titles are in english
    Delete comments
    Opera and view_images function
    Highlight Image
    cant search user in acp to remove car
    Some improvements
    Welcome Message
    Some images not converted
    trying to convert old settings
    PHP Error in Garage System
  9. Like
    Michael got a reaction from cLauzzz in IPB3 Garage System v3.0.0   
    Development has finished and the few reported bugs left are currently being fixed. v3.0.0 final will be released this Monday. I'll be posting a change log when I post the news announcement. Not every feature requested can be added but a large majority was and I hope everyone enjoys the next version.
  10. Like
    Michael got a reaction from RocketFoot in IPB3 Garage System v3.0.0   
    Garage System v3 RC1 has been added to the client centre as an extra download. Thank you to all the private beta testers for your help.
  11. Like
    Michael got a reaction from Breadfan in Topic View: How to align those small icons under avatar to center?   
    Try this instead, you had align in the style parameters, don't think you can do that.
     

    <div style='margin: 0 auto;' align="center">
  12. Like
    Michael got a reaction from Breadfan in Topic View: How to align those small icons under avatar to center?   
    You can find that particular piece of code in Admin CP > Look & Feel Tab > select skin > Global Templates > userInfoPane
     
    Check for the following

    <if test="hasblog:|:$author['has_blog'] AND IPSLib::appIsInstalled( 'blog' )">
     
    You'll see the code is tabbed inwards and wrapped with the following. (On IPB3.1.0)
     

    <div style='margin: 0 auto;'> {code here} </div>
  13. Like
    Michael got a reaction from mastaful in IP.Board 3.1 Upgrade Status   
    Fixed but you'll need to re-download then re-upload. No need to install again.
  14. Like
    Michael got a reaction from najaru in IP.Board 3.1 Upgrade Status   
    Not officially but the bulk (85%+) of them will work fine with IPB3.1 without any changes. I'll still need to go through each one to confirm then mark them as ok to use. No shouldn't need to remove them before upgrading. IPB3.1 will see and recognize your existing IPB3.0 mods.
  15. Like
    Michael got a reaction from Adriano in Update forum last info   
    The statsRecount function should only be rebuilding the total posts/topics that appear on the board index. It won't touch the last post info. The forumRecount function should be sufficient. Without seeing your entire code, I can only assume the forumRecount is not getting the forum ids to rebuild. Perhaps you can add a print test line in the forumRecount function to make sure it's getting the correct forum ids.
  16. Like
    Michael got a reaction from Breadfan in Update forum last info   
    The statsRecount function should only be rebuilding the total posts/topics that appear on the board index. It won't touch the last post info. The forumRecount function should be sufficient. Without seeing your entire code, I can only assume the forumRecount is not getting the forum ids to rebuild. Perhaps you can add a print test line in the forumRecount function to make sure it's getting the correct forum ids.
  17. Like
    Michael got a reaction from Breadfan in Encoding Modifications   
    There has been discussions lately in the IPB world about encoding of modifications. I wanted to get some feedback from DevFuse members specifically about encoding of mods and if they support it at all. Currently I don't encode any modifications. Please note I currently have no plans to introduce encoding at all, I just wanted to get some feedback on the subject.
  18. Like
    Michael got a reaction from AndyF in Purchasing a mod for a friend's board   
    Yeah that's fine, you just need to fill in the url to where it's installed. And if later on it's needed, I can just transfer the purchase across to their account.
  19. Like
    Michael got a reaction from LordBattleBeard in IPB3 Videos System v2.0.1 Update   
    The IPB3 Videos System has been updated to v2.0.1. This update is a bug fixing version that includes a few dozen bug fixes as well as a few new improvements and minor features. You can view the latest features and screenshots here: http://www.devfuse.com/products/60-videos-system/
     
    Notable Changes:

    Addition of Vimeo and Yahoo Video media sites. Thanks to Michael from CodersRefuge for permission to use his match/replace code.
    Addition of CollageHumour media site. Thanks to Collin1000 from collin1000.com for permission to use his match/replace code.
    Addition of Dailymotion media site.
    Support for Vimeo thumbnails.
    Rebuild Tools expanded to include rebuilding of Discussion Topics and Video Thumbnails.
    Significant improvements in regards to the online list. Separation of viewing the main page, viewing category and viewing video.
    The rest of the changes were code improvements and non-reported bug fixes.

    Bug Fixes:

    Permission mask error
    Creating or editing a category
    Sidebar hook uses group id rather then perm id
    hardcoded text
    Error on member tab
    Missing language bit to QUEUED ITEMS mod
    Category Permissions
    when not cat is chosen it gives a permissions error
    Editing video's approves them
    Videos already seen
    New comments marker
    Cannot redeclare class classVideos
    Missing full_desc tag in topic
    Video's requiring approval give error to member
    Error when adding an Youtube video
    Share Video Block
    Plugin tab position number
    Category tab ordering
    Add Video url from video view page
    Parent Category
    Leave a comment quick reply interface
    Skin Issue
    Videos are not shown on Sidebar
    Online user list problem on the board

  20. Like
    Michael got a reaction from Breadfan in IPB3 Auto Birthday Greeter / Auto Anniversary Greeter v1.1.0 development   
    I'll be working on the next version of the IPB3 Auto Birthday Greeter and Auto Anniversary Greeter this week. Although they are quite small mods there has been some suggestions that I'm looking to add. If you have any suggestions for improving these mods, please reply below or send me a PM.
     
    Planned Features:

    Manual date format setting, so admins can use a manual date rather then the joined date setting.
    Include support for shoutbox posting.
    Include support for profile comments.
    Sidebar hook support listing today's birthday/anniversaries.
    Global hook for members with birthdays/anniversaries.
    Activity cut-off for members who have not visited the board in X amount of days.

    Completed
     
    I've decided to upgrade both of these mods at the same time as they are quite similar and often code can be shared amongst both of them. Some of the above suggestions will be Birthday or Anniversary specific.
  21. Like
    Michael got a reaction from Loren in IPB3 Garage System v3.0.0   
    This is the development discussion topic for IPB3 Garage System v3.0.0. This will be a medium sized upgrade with the focus on several of the most requested features and improvements in design and code so it's more intuitive to add vehicles/images/mods etc... Some of the code and design is still IPB2.3 legacy, so this upgrade will bring the garage inline with IPB3's new standards. (Like the recent blog, downloads & gallery upgrades.)
     
    The Garage has already received quite a lot of feature suggestions so the feature list for v3.0 is pretty much all ready but if you have a feature idea, want to reiterate an already suggested idea or post support for a suggested idea please reply below.
     
    I'll be starting development this Monday (25th). And to address something that will probably come up, I can't give any time frame for completion so early on. I'll be updating this topic when I have a finalized list of features. The two features that have been the most requested, linked make/model and highlight image are guaranteed additions.
  22. Like
    Michael got a reaction from milosh in Donation Tracker v2.0.4 (IPB3)   
    IPB3 Donation Tracker v2.0.4 has been released. This is a minor bug fixing release with all the bugs fixed available here.
  23. Like
    Michael got a reaction from DragonFly in Donation Tracker v2.0.4 (IPB3)   
    IPB3 Donation Tracker v2.0.4 has been released. This is a minor bug fixing release with all the bugs fixed available here.
  24. Like
    Michael got a reaction from Claudia in Paid Modifications   
    I've gotten a few comments lately about my paid mods, some complaining about the price, some complaining that I even have paid mods and that I should only have free mods. I wanted to address these comments in one place, carefully thought out instead of rushed responses. I'll break this down into the two types of complaints I receive.
     
    All mods should be free
    Although this would be the minority opinion, I still get comments that I shouldn't have any paid mods and that I should have only free mods. I like free products as much as the next consumer but if it means the long term support and sustainability of the producer is at risk, what good is that to the consumer? I agree that there needs to be a balance between paid mods to free mods but to suggest I should only make free mods is just ridiculous and ignorant to the facts.
     
    Paid mod pricing
    This is somewhat of a more rational argument I receive. Most people will complain no matter what I charge, I can't really do anything about that. Some even use the price as a disguise to argue that all of my mods should be free. But for those who are actually genuine and feel my products are too much, I understand your concerns but I can't change how market forces work. I have to pay for my expenses (I put a majority of my mod sales income back into tools that I use for mod development, computer accessories, software etc..) and like it nor not, making mods does take time and resources. And once done I have to support these mods and fulfill commitments that I made when I sold upgrade and support subscriptions.
  25. Like
    Michael got a reaction from Shay in Paid Modifications   
    I've gotten a few comments lately about my paid mods, some complaining about the price, some complaining that I even have paid mods and that I should only have free mods. I wanted to address these comments in one place, carefully thought out instead of rushed responses. I'll break this down into the two types of complaints I receive.
     
    All mods should be free
    Although this would be the minority opinion, I still get comments that I shouldn't have any paid mods and that I should have only free mods. I like free products as much as the next consumer but if it means the long term support and sustainability of the producer is at risk, what good is that to the consumer? I agree that there needs to be a balance between paid mods to free mods but to suggest I should only make free mods is just ridiculous and ignorant to the facts.
     
    Paid mod pricing
    This is somewhat of a more rational argument I receive. Most people will complain no matter what I charge, I can't really do anything about that. Some even use the price as a disguise to argue that all of my mods should be free. But for those who are actually genuine and feel my products are too much, I understand your concerns but I can't change how market forces work. I have to pay for my expenses (I put a majority of my mod sales income back into tools that I use for mod development, computer accessories, software etc..) and like it nor not, making mods does take time and resources. And once done I have to support these mods and fulfill commitments that I made when I sold upgrade and support subscriptions.
×
×
  • Create New...