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

Posts posted by TDBF

  1. 1 hour ago, Richard Arch said:

    You need to change your payment options to their test/sandbox option or delete them.  Also worth a searching for NEXUS_TEST_GATEWAYS and EMAIL_DEBUG_PATH for more information.

    Here is a start.

     

     

     

    I appreciate your reply, I found this out afterwards after the damage had been done.

    If the default behaviour was to sandbox the gateway and payments on localhost, this would have prevented this issue from happening.

  2. Hi Guys,

    Not sure if I should log this as a bug or a feature request, however you can move it to the feature requests if you do not feel this is a bug/issue.

    Long story short, I had an issue which required me to install a older backup of my live site on a localhost (No point in going into the reason why as that's not the issue).

    Earlier today I received an email from one of my members stating that I had charged him twice today for a subscription. After checking his details, it then occurred to me that the invoices actually came from my backup site and payments went from bank accounts into Stripe. Lets just say this has caused me a massive headache.

    My question to you guys , is there any way you could prevent invoices or payments from happening while on localhost in future? I would not want some other poor sod having to go through this in the future.

    Kind Regards,

  3. Can you please only add invoices to actual purchased items rather than when some views an item.

    I have 10 pages of inactive items, of which nearly 99% of invoices are due to people viewing items and not purchasing anything.

    If you are not going to change this behaviour, can you at least give some of us the ability to turn off issuing invoices unless a payment is made?

    Sorry to go on about this, but it seems like I have been asking about this for a good few years now.

  4. Many of my members have been complaining that they cannot purchase another subscription when they have an expired waiting for renew.

    I have set up different subscription types, however, when one of those subscriptions end, all the other ones are no longer available. If I delete the Inactive Subscription, the other options are available.

    I have also had many cases of members not being able to renew their subscription in the past. However, I haven't been able to recreate the problem.

    Could contain: Text, Menu, Advertisement, Poster, Paper

  5. 4 minutes ago, Jim M said:

    I've seen this in cases that the template disk cache is having write issues or that the cache is outdated. I would recommend inspecting whether or not that you require template disk caching if your server cannot write.

    There are also quite a number of plugins/hooks being loaded for these errors that you may wish to check/disable and see if they are involved with this error.

    There is no issue with read/write to the server.

    I suspect this may be more down to a hook or php 8 specific issue, I will have another look to see if I can find the fault/issues. I was hoping that maybe someone else had come across this and help find a solution quicker. 🙂

  6. Is there any chance that you can add Stripe to the Payment Gateways please?

    A lot of my members will not use PayPal and I have to have another choice for them that allows payment via their bank.

    I do not have account with the other choices in your Application.  I already use Stripe with Nexus, but I want to drop this application and use yours. However, I cannot do this until you add Stripe Payment Gateway.

     

  7. 1 hour ago, Andy Millne said:

    This is intended. When creating a dark theme you will need to adjust more elements than just the background. Elements such as ipsType_pageTitle will also need to be adjusted.

    Pretty much the rest of the applications and their Titles are wrapped in the ipsPageHeader class.

    I really shouldn't need to add any code to other area's of this software when it comes to light and dark themes with items like Page Headers?! All I need to do is change the colour of the CSS styling, not editing the default templates.

    Take the Support members area, looks like this: (This is suite code without modifications, expect CSS styles and colours).

    Could contain: White Board, Screen, Electronics, Baseball Bat, Team, Sport, Team Sport, Sports, Projection Screen

    Yet, the Donations Page Title looks like this:

    image.png.cc61237f234f2f68dbbfde3380de235f.png

    So, you're saying I should add extra code to the templates which do not have the ipsPageHeader div blocks to get the same result as pretty much the rest of your suite?

    For example: Leaderboard, Forums, Calendars, Onlineusers, Support, Staff Members Page Title etc are all wrapped ipsPageHeader, but you intentionally left out doing this to certain area's of one application?

    This doesn't sit right, why would you purposely leave out something which you have more or less standard elsewhere?

    <div class="ipsPageHeader ipsClearfix ipsMargin_bottom ipsHeaderButtons ipsFlex ipsFlex-ai:center ipsFlex-jc:center ipsFlex-fw:wrap">
    	<h1 class="ipsType_pageTitle ipsFlex-flex:11 ipsType_break">Your Support Requests</h1>
        <ul class="ipsToolList ipsToolList_horizontal ipsClearfix ipsMargin_bottom:none ipsFlex-flex:00">
        <li class="ipsToolList_primaryAction">
        <a class="ipsButton ipsButton_medium ipsButton_important ipsButton_fullWidth" href="https://www.thedarkblues.co.uk/support/create/" data-ipsdialog="" data-ipsdialog-title="New Request" rel="nofollow noindex">New Request</a>
        </li>
        </ul>
    </div>
    <div class="ipsPageHeader ipsClearfix ipsSpacer_bottom">
    	<h1 class="ipsType_pageTitle">Leaderboard</h1>
    </div>
    <div class="ipsPageHeader ipsClearfix ipsMargin_bottom cForumHeader ipsHeaderButtons ipsFlex ipsFlex-ai:center ipsFlex-jc:between">
    	<h1 class="ipsType_pageTitle ipsFlex-flex:11 ipsType_break">
    		Dundee FC Unofficial Forum
    	</h1>
    </div>  
    <div class="ipsPageHeader sm:ipsPadding:half ipsClearfix ipsMargin_bottom sm:ipsMargin_bottom:half">
    <h1 class="ipsType_pageTitle">Online Users</h1>
    </div>
    <div class="ipsPageHeader ipsClearfix ipsMargin_bottom ipsHeaderButtons ipsFlex ipsFlex-ai:center ipsFlex-jc:center ipsFlex-fw:wrap">
    <h1 class="ipsType_pageTitle ipsFlex-flex:11 ipsType_break">Your Support Requests</h1>
    <ul class="ipsToolList ipsToolList_horizontal ipsClearfix ipsMargin_bottom:none ipsFlex-flex:00">
    <li class="ipsToolList_primaryAction">
    <a class="ipsButton ipsButton_medium ipsButton_important ipsButton_fullWidth" href="https://www.thedarkblues.co.uk/support/create/" data-ipsdialog="" data-ipsdialog-title="New Request" rel="nofollow noindex">New Request</a>
    </li>
    </ul>
    </div>
  8. A lot of the Nexus Application has missing ipsPageHeader and IpsBox code for headers and content.

    For example the Donations, Manage Purchases, personal information etc.

    While this may look alright on the default theme, this can cause issues with custom themes which have dark background and dark text headers and content.

  9. 20 hours ago, Bannerx said:

    Is there a way to have a forum dedicated to all deleted posts? So I have a log of everything that is deleted just in case something gets removed by accident?

     

    Never delete content, only use the hide function, you are opening yourself to a world of hurt later by doing so. I personally know of a moderator who went rouge and started deleting topics which had over 2000 pages worth of posts.

    I never allow my moderators access to the delete function throughout all the software. You can do this via the Staff Members Moderator permissions in ACP.

     

  10. This is one of my annoyances with this software in general. When displaying items by name, just about everything is not ordered by name.

    The Pages in the Menu Manager is a prime example of this. I really wish they would display items is alphabetical order rather then when created or updated with items like this. So much harder to find the items you are looking for when it is thrown at you like this.

    menu.png.3feba3698c4e0cc495371f9932e792c9.png

  11. 5 minutes ago, Ryan Ashbrook said:

    You're likely seeing something else - I can confirm that if a topic is truly linked to a database record, then the software intentionally blocks editing and merging on topics. If you need to edit it, you must edit the record, and when saved, the new contents is synchronized to the topic.

    Bahhhhh! 🤣

  12. 17 minutes ago, My Sharona said:

    Taking what  @Jim M said and saying it a bit differently... The 'Topic' is an extension of the 'Record.' In order to edit the topic, you must edit the record.

     

    ETA: Maybe it is a permissions setting. I just checked a topic that was created by a pages record and I do have the ability to edit the topic. Which I believe would then translate directly to the pages record.

    Cheers, I will have a look at this. However I am sure that I do have permission to edit them. Is that your admin account though?

  13. 2 minutes ago, Jim M said:

    What are you looking to edit exactly? It would be advised to update the Pages Database entry then re-sync the changes. This is intended functionality to not be able to edit directly.

    It is the Topic post I want to edit not the database entry. So this option doesn't help me.

    Is there any reason why you guys have chosen not to allow these topics to be edited?

  14. 2 hours ago, Adriano Faria said:

    You mean in the grid view on index, right? Just noticed it.

    Correct.

    2 hours ago, Adriano Faria said:

    Can you elaborate? I'm able to add only 2 answers: 1, the right, and 2, the wrong:

    Must have been a glitch in the Matrix last night. 🙁 I originally had the quiz category set as min 5 and max 5 answers and then changed it to min 2 and max 5 answers and I would get the not enough answers error. Just tried it again on a different category and works fine.  I'm not sure why it would have done this, if it does it again I will do a bug trace on this.

    2 hours ago, Adriano Faria said:

    The topic will be created only after you set the quiz as ready to people play. It won't create right after you create a quiz, which has no questions. This will call people's attention to an empty quiz. Is that the case?

     I created the quiz, the questions and answers and click on 'Allow play', however no Topic was created. I will test this laster and get back to you.

  15. Hi Adriano,

    I have found a couple of bugs and issues with this application:

    1. When moving quizzes, the last quiz information is not updated for the category,
    2. When setting the minimum and maximum answers for questions, only the maximum is taken into account. So if I set these settings to minimum 2 and maximum 5 and only add 2 answers there is an error stating that there should be a further 3 answers to be added to the question. I sometimes only want to add 2 answers for a True or False to the question and this bug prevents me from doing so.
    3. There seems to be an issue when adding a Topic to the quiz. Sometimes it will add a topic and sometimes it will not.
    4. The feature and pinned badges in category view do not align correctly, as shown in the image below:image.png.961c7da202b4ee5d12243b230b27a915.png

    Kind Regards,

×
×
  • Create New...