[TH] Donate

[TH] Donate 1.1.7 Patch Level 1

No permission to download

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,061
111,714
120
Tomz submitted a new resource:

[TH] Donate - Download [TH] Donate ThemeHouse Xenforo 2 Premium Addon Nulled Free

[TH] Donate.jpg
Download [TH] Donate ThemeHouse Xenforo 2 Premium Addon Nulled Free
Donate
[TH] Donate is back in XenForo 2.0!


With so many expenses, your organization can often find that offsetting the cost with donations is a great way to produce continued quality services and better experiences for your guests.

Enter [TH] Donate, a simple yet powerful donation manager. Run multiple campaigns at the same time. One for your server bill and another for that new software...

Read more about this resource...
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,061
111,714
120
Tomz updated [TH] Donate with a new update entry:

[TH] Donate 1.0.4 Patch Level 1

Download [TH] Donate 1.0.4 Patch Level 1 Xenforo 2 Premium Addons Nulled
Version 1.0.4 Patch Level 1 released! Oct 31, 2018
Bugs fixed:

Fixed an issue that would prevent people from interacting with campaigns if they did not have [TH] Reactions installed.
Fixed an issue that would potentially prevent people from upgrading to 1.0.4 or higher when attempting to upgrade from the XenForo 1 version or previously having upgraded from the XF1 version.
Fixed an "attempt to convert null to...

Read the rest of this update entry...
 
  • Like
Reactions: Tize and patrocle

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,061
111,714
120
Tomz updated [TH] Donate with a new update entry:

[TH] Donate 1.1.2

Download [TH] Donate 1.1.2 Xenforo 2.1 Premium Addons Nulled Free
Changes:

Resolved an issue that would prevent donation and campaign comments from being ajax-submitted, triggering a page reload.
Resolved an styling issue with donation comments.
Added a per-campaign option to limit listed donations to the last X days.
Resolved a phrasing issue for recurring tooltips.
Donation and campaign comment editor now lazy-load (similar to profile post editor).

Read the rest of this update entry...
 
  • Like
Reactions: Tize

Tize

New member
Aug 29, 2019
6
7
3
Hello to all guys, first of all thank you very much to Mr. @Tomz , for his contribution and help to the community.
I wanted to know if anyone knows how to delete the copyright of this plugin please.

I have read on this website. That is removed by adding to the src / config.php file the text of:

Code:
$config['removeThemeHouseBranding'] = true;

But without success. It seems to be still looking. If anyone knows how to remove it please, it would be great.

Thank you.

18878
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,061
111,714
120
Hello to all guys, first of all thank you very much to Mr. @Tomz , for his contribution and help to the community.
I wanted to know if anyone knows how to delete the copyright of this plugin please.

I have read on this website. That is removed by adding to the src / config.php file the text of:

Code:
$config['removeThemeHouseBranding'] = true;

But without success. It seems to be still looking. If anyone knows how to remove it please, it would be great.

Thank you.

Captura de pantalla 2019-08-30 a las 10.42.03.png
Annoyed about that ThemeHouse branding at the bottom that won't go away and you can't figure out a way to delete the branding text from the XenForo files? Well here's how to do it in a slightly different way.
Step 1. Go to your admin panel and log in.

Step 2. Navigate to your EXTRA.css files (you can just search for 'extra' on the top right and click on 'EXTRA.css')

Step 3. Paste the following inside EXTRA.css
PHP:
div#thCopyrightNotice
{
    display: none;
}
Step 3. Save and reload your forum. The branding should be gone. Enjoy!
 
  • Love
Reactions: nada and Tize

Tize

New member
Aug 29, 2019
6
7
3
Hello good morning Mr. Tomz, thank you very much for your message and for your help.
I just performed the action as you indicated, but unfortunately, something has changed that the EXTRA.CSS file does not appear.
I only have the ones I can show below.-

18941

I am very grateful for your great work you do for the community.
Greetings and see you soon.


18942
 
Last edited:

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,061
111,714
120
Hello good morning Mr. Bbi, thank you very much for your message and for your help.
I just performed the action as you indicated, but unfortunately, something has changed that the EXTRA.CSS file does not appear.
I only have the ones I can show below.-

18941

I am very grateful for your great work you do for the community.
Greetings and see you soon.


18942
why you wanna remove branding :D?
 
  • Like
Reactions: Tize

Tize

New member
Aug 29, 2019
6
7
3
Hi, the truth is ugly.
Advertising to their website, and for that reason I don't like it.
If it is not possible to remove it, then I will find some way.
Anyway, thank you very much for your help.
 
  • Like
Reactions: tanierlyons

Tize

New member
Aug 29, 2019
6
7
3
Hi, I know how to delete it.
To remove the branding, let's go:

appearance > templates > PAGE_CONTAINER

look for:
Code:
            <div class="p-footer-copyright">
            <xf:contentcheck>
                <xf:copyright />
                {{ phrase('extra_copyright') }}
            </xf:contentcheck>
            </div>

replace with:

Code:
                        <div class="p-footer-copyright">
                            <xf:contentcheck>
                                Anything you would like to wirte or nothing at all.
                            </xf:contentcheck>
                        </div>
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,061
111,714
120
Tomz updated [TH] Donate with a new update entry:

[TH] Donate 1.1.4

Download [TH] Donate 1.1.4 Xenforo 2.1 Nulled Free
Changes:

  • Changed minimum donation amount field to number box.
  • Changed donation preset fields to number boxes.
  • Added support for cents on donation presets.
  • Added new criteria:
    • User donated at least X times in the last Y days
    • User donated no more than X times in the last Y days
    • User has donated publicly at least X times
    • User has donated publicly no more than X times
    • User has donated anonymously...

Read the rest of this update entry...
 

Guyver

Active member
Dec 14, 2018
377
90
28
Hi, I know how to delete it.
To remove the branding, let's go:

appearance > templates > PAGE_CONTAINER

look for:
Code:
            <div class="p-footer-copyright">
            <xf:contentcheck>
                <xf:copyright />
                {{ phrase('extra_copyright') }}
            </xf:contentcheck>
            </div>

replace with:

Code:
                        <div class="p-footer-copyright">
                            <xf:contentcheck>
                                Anything you would like to wirte or nothing at all.
                            </xf:contentcheck>
                        </div>
why themehouse asking 300$ for this?
 
  • Like
Reactions: DarKMaSk

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu