Jump to content

TDBF

Clients
  • Posts

    810
  • Joined

  • 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

Everything posted by TDBF

  1. Updated to version 1.05 which fixes a few issues from the previous release and adds the ability to use PHP MultiByte functions over Transliterator. I plan on extending this plug-ins functionality to other area's of IPS applications, but I will need to turn this into a Application for this to happen. If anyone is interested in me doing this, please let me know otherwise my only plan is to allow the plug-in to change post content (as requested).
  2. Updated to 1.04. Found a couple of issue which would have meant updating some settings wouldn't have worked.
  3. My apologies, I didn't see your post regarding this. Best way to find out is to test them all and see which one does the best job for yourself. I can't really comment on other peoples work, but neither of these plug-ins did what I wanted for my forum. I wrote this to correct a lot off issues there is when trying to deal with Topic titles, neither these handled languages or punctuation very well. For example, if a word had a comma in front then the word wouldn't be displayed correctly when trying to set it as a sentence or upper case. As I said, test them out yourself to see which suits you needs better.
  4. Updated this plug-in today A lot of major changes and bug fixes. Major changes in the way it deals with languages, hopefully handle them much better. For example 'I' to 'i' in Turkish works as intended (So far in tests) If you come across any issues, please feel free to let me know, and if you have any suggestions please feel free to post them.
  5. Glad I bought it now The only thing missing from this for me, is forcing members to validate/update their (email) account to prevent bouncing emails. Currently the way it works, you basically have to take them at their word that their email is up-to-date. I have quite a few members confirmed already
  6. Will you please introduce a method which prevents session destruction while actively working within the ACP, or give the member notice that the session is about to expire so they can save their work before getting the dreaded login screen on save. Better still, give the admins the choice to Close the session when closing the browser logging out, Or a period of (real) inactivity I have lost count at the amount of times I have lost work in the ACP because of the session timeouts.
  7. I was just coming to say this to you. Then this has nothing to do with with what I was talking about then. When a copy a topic without any replies, the new Topic start date is not updated to reflected that it is a new topic. Regardless of whether 'Copy Topic Replies' is enabled of not. Not to worry, I will modify the code to allow this to happen. Thanks again for the swift reply.
  8. Just a different theme colour and on 4.2.7. I am using the latest version v1.1.1. if ( $tabReplies ) { $form->addTab( 'ct_topic_replies' ); $form->add( new \IPS\Helpers\Form\YesNo( 'ct_copy_replies', FALSE, FALSE, array( 'togglesOn' => array( 'ct_topic_replies_date' ) ) ) ); $form->add( new \IPS\Helpers\Form\YesNo( 'ct_topic_replies_date', TRUE, FALSE, array(), NULL, NULL, NULL, 'ct_topic_replies_date' ) ); } The code in the hook suggests that this should be working, but even after I uninstall and install I still get the old results. Looking like a caching issue, but I have disabled all caching and still not updating.
  9. As you can see, I don't have that option in the Topic Replies Tab. This is what I see in the language tab. I am going to uninstall and re-install to see if that corrects the issues. I will let you know if that fixes the issues. Thanks for the quick response.
  10. Some bugs and fixes for this please. Bug: The modal window: Extra Data Tab. Missing language string for 'ct_copy_tags' Possible Changes: When Copying 'Polls' would it be possible to remove the 'Poll Vote Counts' from the newly created topic please? When copying a Topic, the start date (forums_topics start_date) is from the original topic, and the new Topic isn't updating this field to state that this a new topic. So, if you copy a topic from three months ago, it doesn't show as a new topic. Kind Regards,
  11. Can you PM some examples of words or sentences where this happen please?
  12. Few issues and Change requests. Issues And Changes: If you change a Team name, the change isn't represented in the Fixtures list as the Team names are hard stored into the Fixtures Database Table. When adding players would it be possible to display a list of teams as default to pick from (Rather than being pushed to the first team created)?. This makes it a lot harder to navigate around when trying to add players. When adding a new player, you are instead prompted to add a player 'position' (Will come back to this shortly) and now and then I get an memory exhausted error as the positions are in a constant loop after being created. Positions you add are constantly looped with the positions which you previously added being under the new Position (I hope that makes sense? :p). When adding players, can you please change the way you are doing this. Currently, you have to add a position, then a player and you have to add positions for each time you wish to add players to each team. Wouldn't it be easier to create a selection of positions and add them to the player form as a selection instead? (Basically just do this once for all teams in the settings area?). Change the way Players are displayed in the admin area. Rather than displaying each position and have the players listed under the position, can you change this to list the players with their various attributes like Shirt Number and positions. The way this has been done makes it harder to find the player you are looking for and the constant clicking the arrows will not help with repetitive strain injuries. When displaying the fixtures in the front area, can we please move away from the 'default' IPB look of displaying everything as if the fixtures were a Forum as default? For example: this would be a better way of displaying fixtures: https://spfl.co.uk/premiership/results/. I will post a screenshot of the memory issue when it happens again. Kind Regards,
  13. Bug: As to regards to my question about player Nationality, I noticed I could change the 'Player Data Field' field type for 'Nationality and Current national player' from Countries to a Textbox to all me to just add the Nationality by hand. However when I change Field Type I get the following error: There is no 'pfd_pf_allow_attachments' field in that Database.
  14. I have a small issue with the ability to pick player Nationality and National Player. You have an extensive list, however I cannot pick Scottish, Irish, Welsh or English as these are all under the United Kingdom. However, in football in the UK players would not be regarded as from the UK but from the country of their birth. Ie: Scotland, England, Ireland, Northern Ireland and Wales. Would it also be possible to add the ability to have extra field data for each Team (Like there is for players) and Fixtures? How do I add a 'cup or friendly' fixture to a teams fixture list? I see that you can add a fixture to a league, but not for a team?
  15. How about giving the option to select more than one database and merging them into one array (I know, I make is sound so simplistic lol)? Thanks for the reply
  16. Hi, Will you be adding the ability to select more than one database for a Slider in the future? We use a slider on the front of our site, and only being able to select one database is limiting what we can show there. Thanks in advance.
  17. Cheers and what took you so long?
  18. Tried to download this from the Marketplace and keep getting file not found, just thought I would let you know.
  19. Any chance the Tweets could be cached for a user defined interval?
  20. Wouldn't it be better to use Twitters API and use JSON (Which could then be cacheable) to get the latest Twitter Tweets?
  21. TDBF

    TDB Posts (41x)

    Thank you, Seems a few people are having issues with this plug-in and I an unsure as to where the issue could be. If you have tried to use the version in the Market Place and you are having the issues described (Ie not showing after you install and update the plug-in settings) then please feel free to contact me. I would very much like to get to the bottom of the issue and working for everyone. Thanks again!
  22. Glad to hear, and you are welcome! Please let me know if you come across any other issues and I will fix them.
  23. TDBF

    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.
  24. @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
×
×
  • Create New...