Jump to content

dokdok

Friends
  • Posts

    46
  • Joined

  • Last visited

Reputation Activity

  1. Like
    dokdok reacted to Adriano Faria in Unread Content Counter   
    I like it. Will take a look in a future version. 👍
  2. Like
    dokdok reacted to Sonya* in CodingJungle's Apps [support topic]   
    @CodingJungle, can you consider to separate this support topic per app?  The reason is I would like to follow support topics for apps I have purchased. But this is not possible with such a general topic you have. When I subscribe to it I get tons of notifications I am not interested in (like Stratagem, Duplicate Account Logger and so on...). If I unsubscribe I will miss the issues reported on the app I am using (like Keyword Tooltips). 
     
  3. Like
    dokdok reacted to Adriano Faria in Track Members   
    A few queries so you can play:
    - Total members tracked from all groups:
    select count(*) as cnt from core_members where tm_member_tracked = 1 - Total members tracked from a specific group (replace X by the group ID you want):
    select count(*) as cnt from core_members where tm_member_tracked = 1 AND member_group_id = X - Total members NOT tracked from a specific group (replace X by the group ID you want):
    select count(*) as cnt from core_members where tm_member_tracked = 0 AND member_group_id = X - Track ALL members indefinitely via DB:
    update core_members set tm_member_tracked = 1 - Track ALL members indefinitely form a specific user group via DB (replace X by the group ID you want):
    update core_members set tm_member_tracked = 1 where member_group_id = X - Stop tracking ALL members:
    update core_members set tm_member_tracked = 0, tm_member_tracked_deadline = 0 - Stop tracking ALL members from a specific user group (replace X by the group ID you want):
    update core_members set tm_member_tracked = 0, tm_member_tracked_deadline = 0 where member_group_id = X  
    In all cases above, add the DB prefix if you use one. To make sure, you can either open the conf_global.php and search for sql_tbl_prefix or go to ACP SQL Toolbox.
    Example: if you use 'ibf_' as the prefix, change all occurrences of core_members by ibf_core_members.
    That is expected.
    -----------------------
    EDIT:
    Just a note here: not even this I am checking. All members, even currently tracked, has their update time updated (to a new date or indefinitely).
  4. Like
    dokdok reacted to TAMAN in News Ticker [ support topic ]   
    Its all up to you  guests, admins or all 
    No its global, any use case that you would want to add tickers that shows for you only? 
    You can add as many tickers as you want, Its exactly same as the news ticker in my themes but with many more settings and fully controllable especially on the fly adding tickers and so on, Check the features list and plugin setting screenshots  
    The RSS feed can be added by creating a Pages block RSS Import, you simply create an rss import block and set it up however you want including permissions and so on 
     
    Not tested, but technically it should work with any 4.x versions because it is just a theme hook  
     
    I will add a demo page soon  
  5. Like
    dokdok got a reaction from TAMAN in Advanced Custom Widgets [ Support topic ]   
    Done! All perfect... Thanks so much!  
    P.S. Do I have to change this setting now or can I leave it as it is?

     
  6. Like
    dokdok reacted to TAMAN in Advanced Custom Widgets [ Support topic ]   
    It doesn't matter anymore, choose whichever you prefer  
  7. Like
    dokdok reacted to TAMAN in Advanced Custom Widgets [ Support topic ]   
    I had to chnage the widget key which probably can cause this on update im afriad
     
    But you just need to re-add your widgets  
    simply drag and drop another widget 
    you can also edit this widgets that doesnt work and then copy paste contents if you want
  8. Like
    dokdok got a reaction from TAMAN in Advanced Custom Widgets [ Support topic ]   
    Great! And thanks a lot 
  9. Like
    dokdok reacted to TAMAN in Advanced Custom Widgets [ Support topic ]   
    mmm, not possible right now but maybe in next few updates  
  10. Like
    dokdok reacted to TAMAN in Advanced Custom Widgets [ Support topic ]   
    You're welcome  
  11. Like
    dokdok got a reaction from TAMAN in Advanced Custom Widgets [ Support topic ]   
    Okay, thanks anyway  
     
  12. Like
    dokdok reacted to TAMAN in Advanced Custom Widgets [ Support topic ]   
    No that is not possible, you need to manually add it to pages you want  
  13. Like
    dokdok reacted to TAMAN in Advanced Custom Widgets [ Support topic ]   
    Of course, Its a widget, you can place it anywhere that has widget manager  
  14. Like
    dokdok reacted to TAMAN in Advanced Custom Widgets [ Support topic ]   
    Great! I'm glad to hear that  
    let me know if you need anything else
     
  15. Like
    dokdok reacted to TAMAN in Advanced Custom Widgets [ Support topic ]   
    Hello,
    No it should work fine on ips 4.1 and 4.2 
    anyways the problem is your theme probably loading the JavaScript in header 
    anyways Edit your theme and go to Custom tab then set this setting

     
    I will fix it in next version so it does not depend on this setting  
    let me know if that fixes the issue 
  16. Like
    dokdok reacted to TAMAN in Advanced Custom Widgets [ Support topic ]   
  17. Like
    dokdok reacted to TAMAN in Advanced Custom Widgets [ Support topic ]   
    Yes, and I will use browser cookies to save the changes
  18. Like
    dokdok reacted to Michael.J in Topic Icons (Support Topic)   
    Add topic icons to newly created topics. Set which forums and member groups can use them. And which forums require a topic icon.
    v1 Features:
    Upload as many topics icons as you want through the admin. Set which forums can use topics icons and which forums require a topic icon. Set which forums can view and add topic icons. Topic icons displays along side the topic in both the forum and topic views.
       
  19. Like
    dokdok reacted to BomAle in Call to Action Popup   
    v1.0.2 Beta 2
    bug fix
    groups changes was not stored now to edit the plugin require it is enabled. v1.0.2 Beta 3
    bug fix
    close when click outside the popup exit, scroll, wait event works thanks to @topek and @dokdok for reports
  20. Like
    dokdok reacted to BomAle in Call to Action Popup   
    I am working on this, be patient
×
×
  • Create New...