Jump to content

Heosforo

Clients
  • Posts

    851
  • Joined

  • Days Won

    4

Reputation Activity

  1. Thanks
    Heosforo got a reaction from Sonya* in Database Tickets / Support   
    Thanks @Sonya*
    I'll take a look now
  2. Like
    Heosforo reacted to Unlucky in Mind Theme   
    Thank you yes it helped
  3. Like
    Heosforo got a reaction from rhyker2u in Mind Theme   
    Hello @kmk  and thanks!
    I love Ehren's themes, especially how he gets that sweet comfort in his designs ?
    I hope to be close to what you are looking for, I'm already taking some considerations for upcoming themes thanks to you
    Cheers mate!
  4. Thanks
    Heosforo got a reaction from rhyker2u in Mind Theme   
    Hello.
    Thanks.
    You need Pages app to make this happen.
    Please confirm, so I can take a look
  5. Like
    Heosforo got a reaction from rhyker2u in Mind Theme   
    Hello @rhyker2u
    I'll make an update for tonight with some extra fixes.
    Thanks for reporting ?
  6. Thanks
    Heosforo got a reaction from rhyker2u in Mind Theme   
    Theme updated 2.1.0
     
  7. Thanks
    Heosforo reacted to rhyker2u in Mind Theme   
    Found a display bug in the desktop sticky menu:

     
  8. Like
    Heosforo got a reaction from rhyker2u in Mind Theme   
    Theme updated 2.0.9
    What's new:
    - Added "back to top" button.
    Demo
  9. Like
    Heosforo got a reaction from scaz in Database Tickets / Support   
    Add category images (as request)
    This is a little trick since you can't add images to database categories.
    1. Go to Pages -> Templates -> Database Tickets Category
    Open: categoryRow
     Replace all that code with this new one:
    {{$RecordsClass = $category::$contentItemClass;}} {{if $category->can('view')}} {{$lastPost = $category->lastPost();}} <div class='ipsGrid_span3 ipsBox ipsPad_half ipsSpacer_top ipsSpacer_bottom ipsDataItem ipsDataItem_responsivePhoto ipsClearfix' data-categoryID="{$category->_id}"> <h4 class='ipsType_sectionTitle ipsType_sectionTitle ipsType_center' title='{{if \IPS\Member::loggedIn()->isAdmin()}}ID: ticket_cat{$category->_id}{{endif}}'> <a title='{$category->_title}' href="{$category->url()}">{$category->_title}</a> </h4> <div class='ipsSpacer_top ipsClearfix'> <a data-ipstooltip="" title='{$category->_title}' href="{$category->url()}"><div class='ticket_cat' id='ticket_cat{$category->_id}'></div></a> <p class='ipsType_center ipsPad'>{$category->_description|raw}</p> </div> {{if $category->can('add')}} <a class="ipsButton ipsButton_medium ipsButton_important ipsButton_fullWidth" href="{$category->url()->setQueryString( array( 'do' => 'form', 'd' => \IPS\cms\Databases\Dispatcher::i()->databaseId ) )}">{lang="cms_add_new_record_button" sprintf="\IPS\cms\Databases::load( $category->database_id )->recordWord( 1 )"}</a> {{endif}} </div> {{endif}}
    2. Add this css to your custom.css
    .ticket_cat { height: 140px; background-position: center; background-repeat: no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } #ticket_catID { background-image: url(IMAGE_URL); }
    Now as admin you will be able to see each category ID (mouse over), so you can add each image through css:

     
    Demo
  10. Thanks
    Heosforo reacted to Joel R in Database Tickets / Support   
    Nice eaxmple of using Pages in innovative ways.  
  11. Like
    Heosforo reacted to NaisA- in Database Tickets / Support   
    I see I did it wrong. Thanks for pointing that out!
  12. Like
    Heosforo got a reaction from rhyker2u in Mind Theme   
    Hello @rhyker2u
    Thanks ?, I appreciate your words and your help because you are right. I'll keep it in mind for the next updates. ?
    Of course, I'd love to see your team's ideas ?, anytime just let me know.
    Thank you very much, but don't worry about donating.
    Maybe in the future you are interested in some of my next themes, I'll try to take all your money ?‍♂️?
    Cheers mate!
  13. Like
    Heosforo got a reaction from kmk in Mind Theme   
    Hello @rhyker2u
    Thanks ?, I appreciate your words and your help because you are right. I'll keep it in mind for the next updates. ?
    Of course, I'd love to see your team's ideas ?, anytime just let me know.
    Thank you very much, but don't worry about donating.
    Maybe in the future you are interested in some of my next themes, I'll try to take all your money ?‍♂️?
    Cheers mate!
  14. Thanks
    Heosforo reacted to rhyker2u in Mind Theme   
    cause we had the "more" issue too. Took us multiple days to fix it, as CSS ain't our strong suite . Super delighted to see you fixed it in less than 4 hours. But we -- theme users -- wouldn't know you would have fixed it based on versioning unless we follow this discussion. And version number is the only thing I check before reading a changelog or considering an upgrade. Maybe add another digit? So CSS changes and such get reflect like 2.0.8.x ? So it doesn't mess with your major updates versioning structure? 
    *edit* and if we had known you fix things as quickly as you do in CSS, I would have brought it up here instead.
    BTW pertaining our 'mods' to your theme. Our dev team seems to enjoy a well deserved holiday. So waiting on them to get back, and hopefully, they can share their work/feedback in here, so we can make the theme better for everybody and put the management of it all in your capable hands? ?
    On that note, where exactly can we find your donate button? Cause I appreciate the theme is free (dare say you're F crazy ? ) pertaining the quality at which it is created, maintained, and the level of support you give, at the lean lead times you deliver excellence. OSXL might not be able to donate much in funds (and I need to get approval for those kinds of things from our entire crew), but love to make a small donation of my own.
  15. Like
    Heosforo got a reaction from rhyker2u in Mind Theme   
    Hello.
    I usually don't change version number if there is no major impact, sometimes they are just internal adjustments or related to CSS.
    If you need this for each update, no problem just let me know.
  16. Thanks
    Heosforo got a reaction from rhyker2u in Mind Theme   
    Theme updated 2.0.8
     
  17. Thanks
    Heosforo reacted to rhyker2u in Mind Theme   
    shouldn't it be 2.08 then?
  18. Like
    Heosforo got a reaction from rhyker2u in Mind Theme   
    Theme updated
     
  19. Like
    Heosforo reacted to TAMAN in Dreadnought Theme [ support topic ]   
    I can only provide css solution 
     
    To hide the slider from all other pages you would need to create a CSS template in pages app
    ACP > Pages > Templates > New > Add CSS file
    after creating the css file, you can open it on the same page.
    add this line of css in the css file you created and save it
    .ta_themeSlider {display:none!important} after that, you need to include this css file in all the pages that you DONT want to show the slider on.
    ACP > Pages > Pages 
    For example you have a page named articles, edit it and go to Page Includes tab to select the css file you created 

     
  20. Thanks
    Heosforo reacted to Daddy in Database Tickets / Support   
    @Heosforo Sorry, I'm not a complete noob but for whatever reason, your templates saved as random numbers so I wasn't actually sure where the template was.
     
    For anyone who would like to still show categories for guests and trigger login on Create Ticket button feel free to use the code below. Database Tickets Category -> CategoryRow
    {{$RecordsClass = $category::$contentItemClass;}} {{$lastPost = $category->lastPost();}} <div class='ipsGrid_span3 ipsBox ipsPad_half ipsSpacer_top ipsSpacer_bottom ipsDataItem ipsDataItem_responsivePhoto ipsClearfix' data-categoryID="{$category->_id}"> <h4 class='ipsType_sectionTitle ipsType_sectionTitle ipsType_center'> <a href="{$category->url()}">{$category->_title}</a> </h4> <div class='ipsSpacer_top ipsClearfix'> <p class='ipsType_center ipsPad'>{$category->_description|raw}</p> </div> {{if $category->can('add')}} <a class="ipsButton ipsButton_medium ipsButton_important ipsButton_fullWidth" href="{$category->url()->setQueryString( array( 'do' => 'form', 'd' => \IPS\cms\Databases\Dispatcher::i()->databaseId ) )}">{lang="cms_add_new_record_button" sprintf="\IPS\cms\Databases::load( $category->database_id )->recordWord( 1 )"}</a> {{else}} <a class="ipsButton ipsButton_medium ipsButton_important ipsButton_fullWidth" href="/login" data-ipsmenu-closeonclick="false" data-ipsmenu="" id="elUserSignIn">{lang="cms_add_new_record_button" sprintf="\IPS\cms\Databases::load( $category->database_id )->recordWord( 1 )"}</a> {{endif}} </div>  
  21. Like
    Heosforo got a reaction from Daddy in Database Tickets / Support   
    @iDeath I see.
    Try this:
    - Pages -> Templates
    - Open Database Tickets Category ?
    - Open categoryRow and replace all code with this:
    category_code.zip
     
  22. Like
    Heosforo got a reaction from rhyker2u in Mind Theme   
    Hello @rhyker2u
    That's great, and thanks ?
    I have a special feeling for this theme, I think it will keep it updated forever. Seeing that some people like it and still use it make me want to add more features ?
    I'll be glad to see your custom works even if they are free or paid ?, just let us know.
    Cheers mate.
     
  23. Like
    Heosforo reacted to Daddy in Database Tickets / Support   
    @Heosforo It's working now. Seems I was using an old version of the templates.
  24. Thanks
    Heosforo reacted to rhyker2u in Mind Theme   
    When we started our preparations last year for IPBoard v3 to Invision Community 4.2 upgrade, we wanted to have theme to closely resemble what we had before Design wise. However as most of our design team have moved on to greener pastures in 2013, and IPboard 3.x themes totally incompatible with 4.x it was a bit of panic thing. Even more so as we run a 100% open-source volunteer-driven ad-free community. What we lack incoming (optional) donations, we've always been able to compensate in superior skill. Anyway, what I like to get down to ? Our crew been working with Mind Theme since v1.01 and it's a HUGE relief to see that  @Heosforo keeps making all kinds of tweaks and adds new features. Which makes 4.x core + module upgrades a breeze! In short: WE LOVE YOU! ?And we might share a few of our custom css / js snippets soon here too. Teamwork makes the dream work ?
  25. Thanks
    Heosforo got a reaction from rhyker2u in Mind Theme   
    Great.
    If anyone have this question, there's an Instructions.txt file with more info.
×
×
  • Create New...