Jump to content

TDBF

Clients
  • Posts

    821
  • Joined

  • Days Won

    3

Reputation Activity

  1. Like
    TDBF got a reaction from smhxunvr in Website Footer (Support Topic)   
  2. Like
    TDBF got a reaction from q p in Feedback on Clubs   
    The whole reasons you have mentioned are why we removed it from our forum.
    It is half finished and undercooked and needs a lot more work which an expensive plugin from the market cannot fix.
  3. Thanks
    TDBF got a reaction from Kamchatka Peninsula in TDB Stop Shouting (RC)   
    Support for this small plug-in.
    Questions, fixes, or changes please feel free to ask.
     
  4. Like
    TDBF got a reaction from ZLTRGO in Commerce - Invoices   
    I have noticed that invoices are being created when a user clicks on the checkout page, even if they do not complete the transaction. Is there anyway to stop an invoice being created unless they actually make a payment and complete the transaction?
  5. Like
    TDBF got a reaction from AmericanRev2 in TDB Posts (41x)   
    TDB Posts v1.5.1.xml
    There you go, should be able to work regardless of whether or not it is in the sidebar or not now.
  6. Like
    TDBF got a reaction from OptimusBain in Commerce - Invoices   
    I have noticed that invoices are being created when a user clicks on the checkout page, even if they do not complete the transaction. Is there anyway to stop an invoice being created unless they actually make a payment and complete the transaction?
  7. Like
    TDBF got a reaction from opentype in Commerce - Invoices   
    I have noticed that invoices are being created when a user clicks on the checkout page, even if they do not complete the transaction. Is there anyway to stop an invoice being created unless they actually make a payment and complete the transaction?
  8. Thanks
    TDBF reacted to bfarber in ACP Session Time Outs   
    If you open a new ACP tab from an existing ACP session you can use multiple tabs no problem. If you login in a separate tab, however, any existing sessions are invalidated. This is a security precaution.
    We will be moving towards cookie-based authentication at some point I expect, which would resolve your concern.
  9. Like
    TDBF reacted to bfarber in ACP Session Time Outs   
    The AdminCP session timeout is based upon your PHP configuration - you can update it to extend the session timeout if you wish (using the regular session configuration options).
  10. Thanks
    TDBF got a reaction from TAMAN in Advanced Footer [ Support topic ]   
    Yeah I was too quick to hit the post button on this matter, I realised this afterwards. I also had to change the hook to be displayed before the footer and not after the body, as I have other plugins which need to be displayed before this one.
    I really like they changes you have done recently, makes it much easier 'things' they way I want. Cheers.
  11. Thanks
    TDBF reacted to onlyME in Featured Content for IPS4.x+   
    I have no solution 
  12. Thanks
    TDBF reacted to onlyME in (BIM40) Easy Popup   
    Fixed!
  13. Like
    TDBF reacted to Fierce God in TDB Posts (41x)   
    not trying to but in..but this works perfect...and on 4.2
    i did the clear cache..but didn't uninstall.....and works just fine
  14. Like
    TDBF got a reaction from Fierce God in TDB Posts (41x)   
    I'm pleased that you where able to find a plug-in which worked for you.
    I am puzzled that the version in the market place doesn't work, as that version was was to fix that issue. Also note, before any posts show, you have to edit the plugin settings and then save. If you don't do this, nothing will show up.
    My suggestion would be to uninstall the plug-in, clear out your cache and re-install. and try place the block. Also, could you check your system & error logs to see if there is anything there in regards to the plug-in.
     
  15. Like
    TDBF got a reaction from uA_Y_C_A in TDB Stop Shouting (RC)   
    @uA_Y_C_A
    My bad, I used ctype_alnum to check if the first letter was alphanumeric or numeric, and totally forgot that this would be broken for languages such as Chinese, Hebrew, Arabic. Hopefully the change I have made will take those languages into account and work correctly for you.
    Can you try this version for me please?
    TDB Stop Shouting(20).xml
  16. Thanks
    TDBF got a reaction from uA_Y_C_A in TDB Stop Shouting (RC)   
    Will have a look at that for you and try and get a fix to you soon.
  17. Like
    TDBF reacted to uA_Y_C_A in TDB Stop Shouting (RC)   
    It works  Thank you so much.
  18. Like
    TDBF got a reaction from nowloaded in TDB Stop Shouting (RC)   
    No Modification: Makes no change to the title. This is for when you want to use other  options such as remove excessive punctuation. Sentence Case: Lowers all characters in the string and makes the first letter of the first Word uppercase. example: "The quick brown fox jumps over the lazy dog", Upper Case: Makes all letters uppercase in the sentence. Example: "THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG", Lower Case: Makes all letters in the sentence lowercase: Example: "the quick brown fox jumps over the lazy dog", Title Case: Makes the first letter of everyone word uppercase while lowering the rest. "The Quick Brown Fox Jumps Over The Lazy Dog". I hope that helps. Sorry for taking so long, I never got any notification of replies to this post.
  19. Thanks
    TDBF got a reaction from uA_Y_C_A in TDB Stop Shouting (RC)   
    I'm sorry I did not see this post.
    Can you be so kind to try this and see if this fixes the issue for you?
    TDB Stop Shouting(18).xml
    If this doesn't, please let me know and I will go over the code again.
  20. Like
    TDBF got a reaction from Square Wheels in TDB Stop Shouting (RC)   
    Support for this small plug-in.
    Questions, fixes, or changes please feel free to ask.
     
  21. Like
    TDBF got a reaction from Simon Woods in TDB Stop Shouting (RC)   
    Support for this small plug-in.
    Questions, fixes, or changes please feel free to ask.
     
  22. Like
    TDBF reacted to Adriano Faria in Quizzes   
    Edited my post.
    Anyway, you mean a new option here?

    I can certainly add new fields, like I already did in other apps but I'm not sure I can add an option there. Will take a look when I start to work in another version.
    That's not a "table" to make joins. It is created like that in the model:
    /* Sort */ $sortOptions = array(); foreach ( array( 'updated', 'title', 'num_comments', 'date', 'views', 'rating_average' ) as $k ) { if ( isset( $class::$databaseColumnMap[ $k ] ) ) { $sortOptions[ $class::$databaseColumnMap[ $k ] ] = 'sort_' . $k; } } $form->add( new \IPS\Helpers\Form\Select( 'widget_feed_sort_on', isset( $this->configuration['widget_feed_sort_on'] ) ? $this->configuration['widget_feed_sort_on'] : $class::$databaseColumnMap['updated'], FALSE, array( 'options' => $sortOptions ) ), NULL, NULL, NULL, 'widget_feed_sort_on' ); So I'm not sure I can do this. Will take a look.
  23. Like
    TDBF reacted to z929669 in Advanced Tags & Prefixes - IPS 4.x   
    Your capitalistic prerogative, but ...
    You are going to lose at least one customer with unreasonable pricing like this ... and subscription-based to boot ... and I cannot even try before I buy ... and it 'feels' to me like you are counting on current-user dependency on your plugin to get them past the inner conflict of justifying the subscription-based pricing. This is price gouging in my book.
    You really think that this software is as essential as antivirus protection? You are pricing it like that. This extension is a nice-to-have, not a need-to-have (unless you are counting on existing customers not being able to live without it). It's a plugin. A good one, but still ...
    I use your extension in v3, and it works quite well (with some minor issues/limitations). When I move to IPB v4, I will happily return as a paying customer if you ever decide to price your extension more reasonably. You want 42 bucks? Fine. It hurts, but fine. You want $14/year? No way! I will learn to live without this one under the current conditions.
    :/
    PS: Price increase increases likelihood of piracy, especially when people think the price is unreasonable. IMO, you are effectively making it more of a target for piracy with subscription-based pricing.
  24. Like
    TDBF reacted to Adriano Faria in Quizzes   
  25. Like
    TDBF got a reaction from Donkerrood in Quizzes   
    That would be fantastic
    Cheers
×
×
  • Create New...