[VNNET] Up Thread For XF2 [Deleted]

I have use the UP Thread function but i still have the Up Thread Button, thats confusing.
My re up Thread time is 25 Days.
1535893150900.webp

and i have change the class so it looks exactly like the other buttons
HTML:
        <xf:button overlay="true" href="{{ link('threads/up-thread', $upthread.thread) }}" onclick="refresh()" class="button--primary button button--icon button--icon--up-thread" data-force-flash-message="true">
                {{ phrase('VNNET_up_thread') }}
        </xf:button>
 
does it have any feature for scheduling auto bumps?
Is it possible to have different up times based on user group?
 
It is checked during uninstalling whether the domain is licensed? Really?
PHP:
        if($exp[0] != 1){
            exit('This domain '.$server.' not license in VNNET, please contact admin@vnnet.org');
        }
I was considering a purchase, but this has put me off..

Didn't "he who must not be named" get banned partially for doing something similar? :unsure: (I know there were other factors.)
 
Bought and tested on XF2.1 RC2 - not only does the "Up" button not show, it adds an additional 11 queries to a single thread.. 🤨
 
Last edited:
Top Bottom