Jump to content

Daddy

Clients
  • Posts

    560
  • Joined

  • Last visited

  • Days Won

    2

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Daddy

  1. @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>

     

  2. On 12/1/2017 at 6:17 AM, Fosters said:

    OK thx, I'm working on this right now, so I was curios if something else didn't work to fix it before the next release:)

    Update on this? Application as-is is pretty useless without featured image.

  3. @TheJackal84 I guarantee if you replaced the timeline with the video option, set it to autoplay and removed youtube overlay it'll be the most popular option between customers. This is not replacing a users timeline this is leveling it up for the most part. This is just a wild idea and by no means a request.

  4. @TheJackal84 That is how it works yes. But what happens if they need to re download it in 7 months? I myself have been in situations where I've had to completely reinstall my hooks/applications but let me just be clear I'm not trying to bully you into rethinking your pricing as this is your content not mine. I noticed you were pretty new to the community and wanted to try to shift you before you landed in the dark side.

    Your pricing is fair but just remember that having said renewal you're liable for dedicated updates otherwise anyone whom renewed can request a refund via IPS as forcing members to rebuy the same content over and over is a no go.

    Either way good luck with sales.

  5. @TheJackal84 That's the thing.. You are. By adding a renewal price you're forcing everyone to repay in the event they ever have to redownload it despite if there has ever been any updates. My grudge is not towards you in any way I'm just not pleased with what direction the marketplace is going with insanely inflated pricing as well as ridiculous renewals.

    I just noticed the other plugin and confused it with this one. I was irritated at first because I thought you had changed it from free to paid which happens here more often than you'd think.

  6. @superj707 when I viewed it 2-3 hours ago I could of sworn it was free. But I know for a fact the price changed within that time frame. Perhaps I'm naive and feel that people shouldn't have to spend $10.00 on something that could be easily done adding a few lines of code into your forum container. I will say the cover photo behind the avatar is hot but none the less useless as cover photos tend to be large and would only shrink it down into a pile of pixelated rubble.

  7. I had to withdraw my like up until you put a tag on it. $10.00 and a renewal for this? Is this even a plugin or is it a text file with template snips? There's several of these already released that are very similar almost identical that is currently free. I would rethink your pricing.

  8. 11 hours ago, onlyME said:

    Please let me know the url so I can test. I think it's due to the large size of a lot of images so it's slow to create cache.

    Perhaps, there are several thousand topics, though, I let it go all night and no results. I'll try to think of an alternate method of showcasing the marketplace.

×
×
  • Create New...