Jump to content

InsideEdge

Clients
  • Posts

    313
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    InsideEdge reacted to Adriano Faria in Clubs Enhancements   
    Happens in ALL apps because clubs IS a category with a DIV on top and a closing DIV at the bottom, that's why the widgets do not differenciate content.
    See:
    You can't tell which is one is from a club, but one of them is.



     
  2. Like
    InsideEdge reacted to CodingJungle in CodingJungle's Apps [support topic]   
    hopefully by monday i will have:
    babble 2.4.0
    CJ Menu 4.2.4
    Names 2 Avatar 3.3.0
    and finally
    Downloads Plus 2.0.0
    all ready and released  
  3. Thanks
    InsideEdge reacted to ABGenc in Who Was Online   
    I have added the following line to custom.css and it helped. Thanks to @ehren. for the info
    .ipsWidget[data-blockid*="whowasonline"] .ipsWidget_inner{ padding: 10px; }  
  4. Like
    InsideEdge reacted to Michael.J in Forum Logos (Support)   
    The Forum Logos plugin has been updated with the following change log.
  5. Thanks
    InsideEdge reacted to Michael.J in Forum Logos (Support)   
    PM sent.
    If I can find a good hook point.
    IPB 4.2 updates being processed now, see the status here.
  6. Like
    InsideEdge reacted to BomAle in Easy Header Widget 3 Column Responsive   
    This is a guide for organize header widgets into 3 column, this concept could be extended to 4-5 column with automated configuration (A idea for custom theme).
    The options are many but I suggest to leave it as I wrote below:
    @media screen and (min-width: 980px) { /* c = $c = 3, 3 colonne */ [data-widgetArea='header'] > ul > li{ float: left; display: inline-block !important; padding: 0 !important; margin: 0 1% 2% !important; /* m = 1 */ width: 32%; /*(100-(c*2-2)*m)/c => (100-(3*2-2)*1)/3 = 32 */ vertical-align: top; height: 400px; overflow-y: auto !important; overflow-x: hidden !important; } /* http://lea.verou.me/2011/01/styling-children-based-on-their-number-with-css3/ */ [data-widgetArea='header'] > ul > li:nth-of-type(3n+1):nth-last-child(1) { width:100%; margin-bottom: 0 !important; margin-right: 0 !important; } /* 3n+1 first li of each row, 2 second to the last */ [data-widgetArea='header'] > ul > li:nth-of-type(3n+1):nth-last-child(2), [data-widgetArea='header'] > ul > li:nth-of-type(3n+1):nth-last-child(2) ~ li { width:49%; margin-bottom: 0 !important; } [data-widgetArea='header'] > ul > li:nth-of-type(3n+2):nth-last-child(1) { margin-right:0 !important; } [data-widgetArea="header"] > ul > li:nth-of-type(3n+1):nth-last-child(3), [data-widgetArea="header"] > ul > li:nth-of-type(3n+1):nth-last-child(3) ~ li { margin-bottom: 0 !important; } /* LAST WIDGET {$c}n*/ [data-widgetArea='header'] > ul > li:nth-of-type(3n){ float: none; clear: both; margin-right: 0 !important; } /* FIRST WIDGET {$c}n+1*/ [data-widgetArea='header'] > ul > li:nth-of-type(3n+1){ margin-left: 0 !important; } [data-widgetArea="header"]::after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } } Copy & Paste this code on custom.css

    Source : InvisionITA
  7. Like
    InsideEdge reacted to Lucas James in (NB40) Recent Topics/Posts   
    I think a really good idea would be to add down the bottom of the widget a second or third page to view more recent posts. I love how this combines recent posts and topics into the same widget saving heaps of space. I also don't want to have to extend recent posts to 20 as it would take up my whole forum. The "advanced status updates"  plugin does this multi page widget really nicely.

    Adding a second or third page would be amazing and would somehow make this awesome plugin even better 
  8. Like
    InsideEdge reacted to Adriano Faria in iAwards   
    What's New in Version 1.1.0:
    IPS 4.2 compatibility
  9. Like
    InsideEdge reacted to Fosters in Bookmarks - Support Topic   
    Another teaser for @Joel R

  10. Like
    InsideEdge reacted to TAMAN in Advanced Footer [ Support topic ]   
    Plugin updated to version 1.0.5 fixing the twitter not showing up anymore
    Download and use uplaod a new version  
     
     
     
     
  11. Thanks
    InsideEdge reacted to Koper74 in Advanced Footer [ Support topic ]   
    Twitter-Feed isn't working any more from one day to another. Any ideas?
  12. Like
    InsideEdge reacted to Adriano Faria in iAwards   
    What's New in Version 1.0.10:
    Fixes:
    Error (ajaxcreate.php) when you try to award someone with an existing award via + Create menu. Author of the notification
     

  13. Like
    InsideEdge reacted to Adriano Faria in iAwards   
    If any of you can't wait for the weekend, I suggest you to fill a refund request. If you can can wait, I HAVE A LIFE! Drinking a beer right now!
  14. Like
    InsideEdge got a reaction from onlyME in Featured Content for IPS4.x+   
    Thank you, That works for most of them.  A few are showing no image, but I can look for replacements.

     
     
     
  15. Like
    InsideEdge reacted to TAMAN in Advanced Footer [ Support topic ]   
    No not really, this is a separated footer plugin, This is also not only for my themes, this plugin works on any themes out there and far more advanced than the footer comes with my themes.
    Anyways the file is still on pending approval in marketplace and i shouldn't have created this topic LOL i guess i was bored waiting 
     
     
  16. Like
    InsideEdge reacted to TAMAN in Advanced Footer [ Support topic ]   
    Support topic for Advanced footer
     
  17. Like
    InsideEdge reacted to Chris59 in Pages SuperGrid support   
    Maded a template so all images are same size for best lined up articles . can be seen on my test site http://www.ipdev.se 

    if you need a template I made one in photoshop .... 

    news-template.psd.zip


  18. Like
    InsideEdge reacted to Michael R in Snow   
    Can the user turn it off for them personally? Can it be on or off for mobile?
  19. Like
    InsideEdge reacted to BomAle in Call to Action Popup   
    What's New in Version 1.0.1
    Fix Avoid to refresh to show popup after edit (setcookie) (req) Show popup only to selected Groups.NEW Added support link on edit form, message to display last update.  
    When write message use the IPS4 CSS documentation
  20. Like
    InsideEdge got a reaction from Michael.J in Auto Welcome Support   
    @Volstate
    You can use the Chatbox Extender after you have the welcoming messages post in a forum.
     
  21. Like
    InsideEdge reacted to TAMAN in Magnum Theme [ support topic ]   
    Sorry guys the update might take a couple more days due to adding some more cool features, Thanks for @CP_User for suggesting the idea 
    one of the new features of magnum theme you can now style a specific forum category and using gradients   

     
    for example in the below image i have styled a test category  

     
  22. Like
    InsideEdge got a reaction from onlyME in Featured Content for IPS4.x+   
    I got this error,
    This kind of query cannot be performed from the SQL Toolbox.
    I will send a request to remove via Support.  
    Thanks for your wonderful help, again.
  23. Like
    InsideEdge reacted to newbie LAC in (NB40) Recent Topics/Posts   
    Hello,
    1 setting for all tabs or 2 settings for every tab?

  24. Like
    InsideEdge got a reaction from Kjell Iver Johansen in (NB41) Topic Cover   
    @newbie LAC
    Could the same idea for this app be developed as a header image per forum?
  25. Like
    InsideEdge got a reaction from ResPecT My Authoritah in Promote Posts to Articles   
    As reading through this discussion in this thread it seems that several here who wanted the article discussion in the forums have changed their mind and now use the feature to promote the topic post and all comments to the new Article.  
    I do prefer to have my discussion content in the forums as the application "Blogs" really didn't work well on my site because my members look for topics only in the forums.  I don't really see my members looking through an Articles database to post comments, thus my need for this app was to highlight the best of the topic posts on a proposed new front page to the site.  The new front page is mainly to attract new members to the site.
    Maybe the simplest feature to add for those who choose to only promote the topic post is to choose whether or not to allow comments. -- thus a statement as I wrote above to follow the discussion to the original topic can be manually added as needed.
     
×
×
  • Create New...