Jump to content

Ausy

Clients
  • Posts

    265
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Ausy got a reaction from Edjazoli in Mark Topic   
    Desperate for the update, such a good app, we relied on for two forums.
  2. Like
    Ausy got a reaction from LiveG in Mark Topic   
    Desperate for the update, such a good app, we relied on for two forums.
  3. Like
    Ausy reacted to Runar in Mark Topic   
    I’m not dead! I’ve read all replies made the last few days, and I’ll post a longer update later this week.
    But to summarize: An update to make the app compatible with the latest Invision version will be submitted for approval this weekend. Bugfixes and new features will follow later.
    I’m also considering open sourcing this application and my other plugins (most are already open source), allowing anyone to make their own changes, but there’s some license stuff that must be taken into consideration. For instance, it will not be possible for anyone using my code to commercialize it, meaning any changes will have to be released for free. Also, at this time I’m not considering passing the application on to any other developer.
  4. Like
    Ausy reacted to Runar in Mark Topic   
    For everyone else, I'm currently working on a huge update with support for 4.5. The new version will be an application instead of a plugin, as this makes it far easier to provide new functionality.
    In addition to official support for 4.5, I'm working on the following new features:
    Choose between multiple markers when marking a topic. Set custom background color and text color on the marker badges. Choose marker badge position (before or after topic title). Send notifications to topic starters when their topics are marked and/or unmarked. Support for "Questions" forums. I hope to release the new version later this week or early next week.
    Suggestions for more features are always welcome!
  5. Like
    Ausy got a reaction from Foolboy in Featured Content for IPS4.x+   
    Unable to download latest version. File not available.
  6. Like
    Ausy reacted to opentype in Pages SuperGrid support   
    I am happy to announce SuperGrid 2.0 with these changes:
    New SuperGrid Plugin.
    No more copy and paste and editing settings in 5 different templates. All templates were recreated so all settings and the CSS are now part of a plugin. Much easier to use and upgrade!

     
    SuperGrid Horizontal Block!
    By popular request: The block template now has the full functionality of the database listing template. Create database feed widgets with the 3x3 SuperGrid layout and put them anywhere on your site. The possibilities are endless! For example: Create an engaging SuperGrid homepage with multiple SuperGrid widgets as horizontal and/or vertical blocks. Or: Show 3/6/9… featured/recent/popular articles below or above your articles.
     
     
    Improved Record View on Mobile
    By popular request: The record view template has been improved, so the avatar and the article/author information now adopt to the screen width and don’t take up as much space as before. 

     
    Make sure to follow the upgrade instructions in the PDF if you are upgrading. You need to fully remove SuperGrid 1.x first and the installation process for 2.0 has changed (i.e. made easier) as well. 
    Also: The new settings are now unified and independent from specific templates. So you cannot install the templates multiple times anymore and use different settings for each template set as you could with SuperGrid 1.x. All instances will use the same settings in SuperGrid 2.x. 
  7. Like
    Ausy got a reaction from onlyME in Featured Content for IPS4.x+   
    You have to add the slider widget from the block manager. 
  8. Like
    Ausy reacted to VR6Pete in Member Map   
    For anyone who's interested what member map looks like with just under 10,000 markers then take a look:
    https://www.vr6oc.com/forum/membermap/
    this is the pre-release that Martin A has been working on ??
    cheers
    pete
  9. Like
    Ausy got a reaction from sobrenome in Change UTF8 to UTF8MB4   
    This is correct. I tried it on a test site and it says nothing to convert.
  10. Like
    Ausy got a reaction from sobrenome in Change UTF8 to UTF8MB4   
    Just changed all mine through phpmyadmin and didn't get any errors. Seems to be ok.
  11. Like
    Ausy reacted to Michael.J in Forms Support   
    Next version is due out this week.
    Yes in the future but not this next version.
    This next version will include a fix for the captcha issue.
  12. Like
    Ausy reacted to Michael.J in Forms Support   
    Confirmed bug, will be fixed in the next version.
  13. Like
    Ausy got a reaction from Michael.J in Forms Support   
    Go to your form and click on view logs.
  14. Like
    Ausy got a reaction from JoshB84 in PAGES - Confused by IPB & the staff   
    Hmm I tend to agree with xert77 here. I bought pages about a week ago and just to do basic things takes ages to learn. I have spent hours today trying to get a list of my article categories on the front page or any page for that matter. There is a block for it but it only works on articles -why? ...... this is basic stuff for cms and takes 5 mins in Wordpress. Put an image in a page, click it and it opens the image, how to make light-box work for this? I can go on and on with basic stuff that should be working as standard.
    I can see the power pages has and I am getting there, but its mighty painful. I would imagine a lot of folk just give up after a week or so. I'm soldering on for the moment.
  15. Like
    Ausy reacted to Ralf Herrmann in PAGES - Confused by IPB & the staff   
    There are actually more, but they are being reviewed and finished. So expect more articles very soon. 
  16. Like
    Ausy reacted to Ralf Herrmann in PAGES - Confused by IPB & the staff   
    And regarding the grid view for article listings: while that is not a default option, it only needs a small template change, since a responsive grid is already in the CSS. 
    So to have a grid view for articles:
    1. Add a custom database template in the Pages’ template manager. Make sure it’s of the type “Featured Records”. Also make sure you assign it to your article database. Also call it “Article Grid” (that name is later used in the code). 

    2. Open the “index” template of this newly created template group. 
    Replace this part:
    {{if count($articles)}} {{foreach $articles as $id => $record}} {template="entry" app="cms" location="database" group="article_grid" params="$record, $database"} {{endforeach}} {{endif}} With this:
    {{if count($articles)}} <div class='ipsGrid ipsGrid_collapsePhone'> {{foreach $articles as $id => $record}} <div class='ipsGrid_span6'> {template="entry" app="cms" location="database" group="article_grid" params="$record, $database"} </div> {{endforeach}} </div> {{endif}} That’s it. Your articles are now displayed as a grid which automatically collapses on smaller screen. 
    And a bonus for all those who want the 2x1x1 layout from 3.4 – use this instead:
    {{if count($articles)}} <div class='ipsGrid ipsGrid_collapsePhone'> {{foreach $articles as $id => $record}} {{if ($id == 0)}} <div class='ipsGrid_span12'> {{else}}<div class='ipsGrid_span6'> {{endif}} {template="entry" app="cms" location="database" group="article_grid" params="$record, $database"} </div> {{endforeach}} </div> {{endif}}
     
  17. Like
    Ausy reacted to Lindy in PAGES - Confused by IPB & the staff   
    Thank you for taking the time to share your feedback. Pre-made templates are something we'd like to do. We'd also like to release our own work we've done here for examples to use. 
    You may find the improvements being made to Pages in a soon-ish release to be of more help to you. Finally, we have a number of tutorials done and on the way that are being reviewed internally. Hopefully all of these combined will maximize the benefit of the product to you. 
    Thank you again.
  18. Like
    Ausy got a reaction from xert77 in PAGES - Confused by IPB & the staff   
    Hmm I tend to agree with xert77 here. I bought pages about a week ago and just to do basic things takes ages to learn. I have spent hours today trying to get a list of my article categories on the front page or any page for that matter. There is a block for it but it only works on articles -why? ...... this is basic stuff for cms and takes 5 mins in Wordpress. Put an image in a page, click it and it opens the image, how to make light-box work for this? I can go on and on with basic stuff that should be working as standard.
    I can see the power pages has and I am getting there, but its mighty painful. I would imagine a lot of folk just give up after a week or so. I'm soldering on for the moment.
×
×
  • Create New...