Question Removal Of Donor List From Bottom Of Page

Status
Not open for further replies.

Ian

Customer
Hello.

Is it possible to remove the donor list from the bottom of the page that seems to be there by default. I'd like to place one of the widgets at the side of the page so I don't really need the duplicate list at the bottom. I've tried setting the "The number of donations per page on the Drive information page" to zero but it still shows the last one?

Thank you.donate001.jpg
 
Last edited:
Setting that setting to zero is not an intended way to disable the donation list, unfortunately.

You can remove the following block of code from the dbtech_donate_drive template:
HTML:
    <div class="block-container">
        <div class="block-body">
            <xf:if is="$donations is not empty">
                <xf:css src="structured_list.less" />

                <div class="structItemContainer">
                    <div class="structItemContainer-group">
                        <xf:foreach loop="$donations" value="$donation">
                            <xf:macro name="donation" arg-entry="{$donation}" />
                        </xf:foreach>
                    </div>
                </div>
            <xf:elseif is="$filters" />
                <div class="block-row">{{ phrase('dbtech_donate_there_no_transactions_matching_your_filters') }}</div>
            <xf:else />
                <div class="block-row">{{ phrase('dbtech_donate_no_donors_yet') }}</div>
            </xf:if>
        </div>
    </div>
 
Hello @Ian,

We hope your ticket regarding DragonByte Donate has been addressed to your satisfaction. This ticket has now been scheduled to be closed.

If your ticket has not been resolved, you can reply to this thread at any point in the next 7 days in order to reopen the ticket, afterwards this thread will be closed.

Please do not reply to this thread if your ticket has been resolved.

Thank you.


- DragonByte Technologies, Ltd.
 
Hello @Ian,

As we have not heard back from you, your ticket regarding DragonByte Donate has now been closed.

If your ticket has not been resolved, please feel free to start a new support ticket and link back to this ticket.

If you have time, please leave a review on XenForo.com's Resource Manager.

Thank you.


- DragonByte Technologies, Ltd.
 
Status
Not open for further replies.

DragonByte Donate

XenForo 1.5.3+ XenForo 2.0.x XenForo 2.1.x XenForo 2.2.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
1,665
Customer rating
5.00 star(s) 1 ratings
Back
Top