Jump to content

xtech

Members
  • Posts

    1,095
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    xtech reacted to Fosters in Bookmarks - Support Topic   
    1) is indeed a bug, but since it's really a minor issue, I've just reported it to my bugtracker to not forget about it https://addons.invisionzone.com/projects/item/321-hardcoded-langstring/
    2) This is already fixed for the next release
    3) Yea, this won't work because I use the language string also inside javascript, so it "breaks" it.
    Please try following code
    <i class='fa fa-bookmark' aria-hidden='true'></i> Favorito @Joel R suggested to add the icon https://addons.invisionzone.com/projects/item/245-bookmark-add-remove/   So no need for a change in the next release
    4)? Sorry, the instructions are coming within the next 5 minutes.
  2. Like
    xtech reacted to Joel R in Bookmarks - Support Topic   
    Thanks for the support.
    You're welcome to put up a 4.2 Demo board and install Bookmarks on there right now to play with it before you give to your users.  @fosters has more features coming in later versions, so it's a work-in-progress.  The current version is "4.2 Ready" with all of the basic features covered like Public and Private, Adding / Removing Bookmarks, Adding / Removing Categories.  
  3. Thanks
    xtech reacted to Fosters in Bookmarks - Support Topic   
    Thanks for the reminder. I'll make sure that we'll provide further instructions for this ASAP
  4. Like
    xtech got a reaction from Fosters in Bookmarks - Support Topic   
    Nice. This is a nice app and as soon as the 4.2 version is released i'll buy it.
    In the meanwhile, what is the code hook to insert into the pages templates to enable bookmarks there? Can you provide it here please?
  5. Thanks
    xtech reacted to Adriano Faria in Error with furl changes   
    You can change the furl.json file in the applications/APP/data folder and rebuild cache later. But I'm not sure it works. 
  6. Like
    xtech reacted to Fosters in Bookmarks - Support Topic   
    An update to stop any further confusion : Based on the first feedback, we're going to change the 'categories' term with ' folders' ....It makes more sense to call it folders since they're private... similar to PM folders...
  7. Thanks
    xtech reacted to Fosters in Bookmarks - Support Topic   
    Yes, it is working, but I'll not post any instructions yet because I'm going to improve this further for the next release.
     
  8. Like
    xtech reacted to Fosters in Bookmarks - Support Topic   
    Unfortunately not. Pages Templates can't be edited via template hooks, so I couldn't add it there, but you could edit your database templates and just add the bookmark link to it. I'll test this later and post further instructions if it works.
     
    Exactly.
  9. Like
    xtech got a reaction from OptimusBain in IPB NEEDS A DECENT EMAIL MARKETING SOLUTION!   
    It seems it needs a "stop shouting" for topic titles too.
  10. Like
    xtech got a reaction from Adriano Faria in Classifieds System   
    This is a great app. I'm really just waiting for the shipment feature to be implemented to buy it.
  11. Like
    xtech reacted to onlyME in Musicbox (Support)   
    I will consider it 
  12. Like
    xtech reacted to onlyME in Musicbox (Support)   
    Thank you for your feedback. I will consider your idea.  
  13. Like
    xtech reacted to onlyME in Musicbox (Support)   
    Try to open \applications\musicbox\modules\front\musicbox\view.php
    Find
    protected function addSongByID() { \IPS\Session::i()->csrfCheck(); Replace by
    protected function addSongByID() { Save
  14. Like
    xtech reacted to onlyME in Musicbox (Support)   
    I editted my previous post. I have a solution.
  15. Like
    xtech reacted to onlyME in Musicbox (Support)   
    I still not understand. Because that songs can not be viewed outside the playlist.
    Ok, I got it.
  16. Like
    xtech reacted to onlyME in Musicbox (Support)   
    They will be fixed in the next version.
    When you click a playlist, it counts for the playlist, not for each song in playlist.
  17. Like
    xtech got a reaction from onlyME in Musicbox (Support)   
    It would be great. I have a musician community where i would let musicians to create their "artist profile", upload their sons and organize them in playlists. It would be awesome!  Thank you
  18. Like
    xtech reacted to onlyME in Musicbox (Support)   
    No, it does not have this feature. I will consider it.
  19. Like
    xtech reacted to onlyME in Musicbox (Support)   
    Thank you for letting me know.
  20. Like
    xtech reacted to onlyME in Musicbox (Support)   
    I will find a solution.
  21. Like
    xtech reacted to onlyME in Musicbox (Support)   
    The newest version has an option to enable playing bar site wide (But there is no way to use ajax in site wide, so the music will have a short pause when changing page).
    It's not possible.
  22. Like
    xtech reacted to newbie LAC in (NB41) Content Ratings   
    Hello,
    Done
    You can use css.
    I use default values (from core - global - framework - misc.css) for lists.
    html[dir="ltr"] .ipsList_inline > li { margin-right: 15px; } html[dir="rtl"] .ipsList_inline > li { margin-left: 15px; } You can redefine it 
    html[dir="ltr"] div[data-controller="nbcontentratings.front.ratings.ratings"] .ipsList_inline > li { margin-right: 8px !important; } html[dir="rtl"] div[data-controller="nbcontentratings.front.ratings.ratings"] .ipsList_inline > li { margin-left: 8px !important; }  
    All in one or each individually?
    You can also do it yourself
    div[data-controller="nbcontentratings.front.ratings.ratings"] { opacity: 0.5; } div[data-controller="nbcontentratings.front.ratings.ratings"]:hover { opacity: 1; }  
  23. Like
    xtech reacted to Simon Woods in (NB41) Content Ratings   
    Go use XenForo, then. 
  24. Like
    xtech reacted to Adriano Faria in (NB41) Content Ratings   
    So only because another framework has it in Core, someone else can't charge for it?
    Interesting! 
  25. Like
    xtech reacted to onlyME in Topic Thumbnail for IPS4.x   
    I think each plugin should focus its main features.  
×
×
  • Create New...