Determine the fate of your forum after your absence Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
5 posters

    Determine the fate of your forum after your absence

    كونان2000
    كونان2000
    Forumember


    Male Posts : 205
    Reputation : 93
    Language : Arabic

    Determine the fate of your forum after your absence Empty Determine the fate of your forum after your absence

    Post by كونان2000 March 5th 2024, 9:20 am

    Hello everyone today

    This trick allows you to hide your forum after you are gone

    Who knows, you may die suddenly, or there may be a reason that prevents you from entering the forum

    On the Forumotion forums when you are absent for more than six months
    Your forum is handed over to someone other than you

    Maybe the other person messes with your forum after you're gone
    ---------------------------

    You should hide your forum after you are gone

    Add the following code to the overall_header template
    Code:
     <script>
    $(function() {
        var currentDate = new Date();
        var startDate = new Date("2024-06-04");
        var endDate = new Date("2070-06-06");

        if (currentDate >= startDate && currentDate <= endDate) {
            $("body").hide();
        }
    });
    </script>

    In the code, the start date of the disappearance is 2024-06-04
    The end date of the disappearance is 2070-06-06

    If she does not die and does not leave and reaches the date 04/06/2024

    You need to change the forum disappearance date to 2024-07-04

    Therefore, every time you reach the disappearance start date, you must renew it
    Until you die or leave, and after you leave, your forum will disappear

    ----------------------------------------
    I wish you guidance and success from God

    TonnyKamper, jucarese and كونان2000 like this post

    jucarese
    jucarese
    Hyperactive


    Male Posts : 2457
    Reputation : 116
    Language : spanish
    Location : SSF Admin

    Determine the fate of your forum after your absence Empty Re: Determine the fate of your forum after your absence

    Post by jucarese March 5th 2024, 12:15 pm

    And if you die before the date you could also do it with the forum Mr. Green Mr. Green

    Sir Chivas™ and كونان2000 like this post

    Mihai
    Mihai
    Forumember


    Male Posts : 854
    Reputation : 37
    Language : Romanian, English
    Location : Bucharest, Romania

    Determine the fate of your forum after your absence Empty Re: Determine the fate of your forum after your absence

    Post by Mihai March 6th 2024, 12:26 am

    كونان2000 wrote:Hello everyone today

    This trick allows you to hide your forum after you are gone

    Who knows, you may die suddenly, or there may be a reason that prevents you from entering the forum

    On the Forumotion forums when you are absent for more than six months
    Your forum is handed over to someone other than you

    Maybe the other person messes with your forum after you're gone
    ---------------------------

    You should hide your forum after you are gone

    Add the following code to the overall_header template
    Code:
     <script>
    $(function() {
        var currentDate = new Date();
        var startDate = new Date("2024-06-04");
        var endDate = new Date("2070-06-06");

        if (currentDate >= startDate && currentDate <= endDate) {
            $("body").hide();
        }
    });
    </script>

    In the code, the start date of the disappearance is 2024-06-04
    The end date of the disappearance is 2070-06-06

    If she does not die and does not leave and reaches the date 04/06/2024

    You need to change the forum disappearance date to 2024-07-04

    Therefore, every time you reach the disappearance start date, you must renew it
    Until you die or leave, and after you leave, your forum will disappear

    ----------------------------------------
    I wish you guidance and success from God
    this could be a good script for maintenance ahah

    TonnyKamper and كونان2000 like this post

    كونان2000
    كونان2000
    Forumember


    Male Posts : 205
    Reputation : 93
    Language : Arabic

    Determine the fate of your forum after your absence Empty Re: Determine the fate of your forum after your absence

    Post by كونان2000 March 6th 2024, 5:14 am

    jucarese wrote:And if you die before the date you could also do it with the forum Mr. Green Mr. Green
    Hello @jucarese
    I pray to God to give you a good life before you die  cheers

    Yes, this code is useful for those who were unable to delete their forum before their death Help me
    ----

    Mihai wrote:
    this could be a good script for maintenance ahah
     Hello  @Mihai 
    Also your idea is good thumleft

    God reward you

    TonnyKamper likes this post

    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51503
    Reputation : 3519
    Language : English
    Location : United States

    Determine the fate of your forum after your absence Empty Re: Determine the fate of your forum after your absence

    Post by SLGray March 8th 2024, 6:43 am

    I really do not think this is a good idea.  If the founder is the only staff on a forum, the forum would basically become abandoned.



    Determine the fate of your forum after your absence Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.

    poesia-verses and كونان2000 like this post

    invisible_fa
    invisible_fa
    Forumember


    Male Posts : 966
    Reputation : 21
    Language : Klingon
    Location : Does it matter? I'm Invisible, you will not see me anyway

    Determine the fate of your forum after your absence Empty Re: Determine the fate of your forum after your absence

    Post by invisible_fa March 8th 2024, 11:57 am

    Hi

    Well, this trick could be good as an improvement for "holidays mode" and "under construction mode", because it only let's you put it under construction 7 days and holidays mode only 24 hours...

    By adding this code, you can remain your forum private for much more time if you wish Wink

    On the other hand, some important things:


    On the Forumotion forums when you are absent for more than six months
    Your forum is handed over to someone other than you

    Hiding the forum content will not avoid that someone could request to become the new founder of your forum if you haven't done log-in for more than 6 months. Forumotion Staff can see the last founder connection without need of accessing the forum.


    Maybe the other person messes with your forum after you're gone

    If you have active Staff on your forum, Forumotion will not make any founder change without the permission of all the Staff members, even if you (as founder) has not logged into the forum for a long long time, as the forum is not considered as completely abandoned. Then, one of the Moderators you trusted in the past could ask to become the new founder, so the forum would keep safe.




    poesia-verses and كونان2000 like this post

    كونان2000
    كونان2000
    Forumember


    Male Posts : 205
    Reputation : 93
    Language : Arabic

    Determine the fate of your forum after your absence Empty Re: Determine the fate of your forum after your absence

    Post by كونان2000 March 8th 2024, 5:19 pm

    SLGray wrote:I really do not think this is a good idea.  If the founder is the only staff on a forum, the forum would basically become abandoned.
    hi SLGray
    Your point of view is good, but perhaps some people would prefer to hide the forum after his departure  Toothless
    ---------------


    invisible_fa wrote:Hi
    Well, this trick could be good as an improvement for "holidays mode" and "under construction mode", because it only let's you put it under construction 7 days and holidays mode only 24 hours...

    By adding this code, you can remain your forum private for much more time if you wish Wink
    hi invisible_fa
    Looks good too  Determine the fate of your forum after your absence Oops


    Hiding the forum content will not avoid that someone could request to become the new founder of your forum if you haven't done log-in for more than 6 months. Forumotion Staff can see the last founder connection without need of accessing the forum.
    Probably no one will apply for a hidden forum
    Because if the forum was hidden for a long time
    It will be deleted from search engines
    ----------------------

    If you have active Staff on your forum, Forumotion will not make any founder change without the permission of all the Staff members, even if you (as founder) has not logged into the forum for a long long time, as the forum is not considered as completely abandoned. Then, one of the Moderators you trusted in the past could ask to become the new founder, so the forum would keep safe.
    Unfortunately, this has become rare these days Waaa