Forum Replies Created

Viewing 15 replies - 16 through 30 (of 45 total)
  • bobocop

    (@bobocop)

    Maybe a stupid response but… did you also check that in WP the default is set to work smtp mailer?

    Forum: Plugins
    In reply to: [StageShow] Anybody here?
    bobocop

    (@bobocop)

    Just did a check, Malcolm was active 11h. ago,so he is still around just gif him a little time he’ll come around. (Or we will do our best.) The Time we free up by resolving issues as users we will free up time for the developer. It is a way of paying back for the great work he has all ready done by developing this and giving it to us for free.

    • This reply was modified 2 years ago by bobocop.
    • This reply was modified 2 years ago by bobocop.
    • This reply was modified 2 years ago by bobocop.
    Forum: Plugins
    In reply to: [StageShow] Anybody here?
    bobocop

    (@bobocop)

    To my knowledge is it not the first time Malcolm takes a break. I have these periods myself. To this day Malcolm is still the main contributor, the rest of us are just experienced users. (At least I am.)

    • This reply was modified 2 years ago by bobocop.

    Nope, a user does not need to be admin. It needs access to the backend. This can be done without admin rights.install the plug-in “Members – Membership & User Role Editor” Now you can create a profile with a selected group of rights and grant them acces to whatever you need.
    go to members -> rolls and select all at the bottom.
    Best practice is to create a new roll based aan the standard roll that the user already has. Give it an appropriate name and grant this role the extra rights.
    You will find all possible rights for Stageshow in the list.
    Do not forget to grant them access to the dashboard!

    Make sure all the necessary fields exist in the usermeta table.
    I’m talking about all the user fields that is NOT within the standard user data.
    When These are created you can select these corresponding fields in the dropdown list of the reservation fields.
    I think you can use a plug-in to add these. (I think I did it manually)
    It needs these to collect the data.

    Make sure all the necessary fields are in the usermeta table.
    I’m talking about all the user fields that is NOT within the standard user data.
    When These are created you can select these corresponding fields in the dropdown list of the reservation fields.
    I think you can use a plug-in to add these. (I think I did it manually)

    Hi, sorry that I missed this one, I’ve been using reservations for years now.
    This without any problem.

    The key issue is that you have to make the fields in the database yourself.

    If those fields doe not exist it can’t store the data.

    Possibly this is something that needs to be addressed by Malcolm. Create a script or create default fields on installation.

    Bo

    Yes you can.
    Mark reservations, and select haw you want to process the data.
    Ad the needed fields for your form to the meta user.
    I dit it manually within the wp database (select the table and duplicate one of the items from user ID 1 (I used nickname) and only change nickname int the needed filename and delete the actual nickname. Add the field. Now you can use the new field for the next field…
    Do not forget to adapt the email send to the customer with your bankaccount!
    Duplicate the stageshow_ReserveEMail.php that can be found within the following folder:wp-content/uploads/stageshow/emails/ This way you are certain that it will not be overwritten when there is an update.

    Thread Starter bobocop

    (@bobocop)

    Hi

    This is exactly why I created this post!

    Thread Starter bobocop

    (@bobocop)

    I did a request to WordPress admin and got this response, maybe it helps:

    Samuel Wood (Otto) (@otto42)
    www.ads-software.com Admin

    If you are the plugin’s author, then you need to contact [email protected] about the plugin to get whatever the problem is sorted out.

    Hi

    Other than find de booking, delete and rebook from the backend? Let customer destroy the previous tickets and deliver new ones.

    Nope.

    Jonas,

    Is uw backend
    in het Nederlands?
    Indien niet laat het dan weten dan geef ik je een link om de bestanden te downloaden en de uitleg.

    Bo

    Dag Jonas

    Indien het om de front end gaat, gelieve dan een ftp connectie te maken met jou site en naar de volgende folder te gaan:
    wp-content/uploads/stageshow/
    Hier dien je dan het volgende bestand te bewerken:
    stageshow-wp-config.php

    Of via de plug-in ->instellingen/advanced tab/Custom PHP – stageshow-wp-config.php bewerken

    Plaats hierin de volgende code:

    <?php
    // Add defines after this line
    define(‘STAGESHOW_RESERVEBUTTON_URL’, STAGESHOW_UPLOADS_URL.’images/Reserveer.png’);
    define(‘STAGESHOW_CHECKOUTBUTTON_URL’, STAGESHOW_UPLOADS_URL.’images/Afrekenen.png’);
    define(‘STAGESHOW_ADDBUTTON_URL’, STAGESHOW_UPLOADS_URL.’images/Voeg_toe.png’);
    define(‘STAGESHOW_CLOSEBUTTON_URL’, STAGESHOW_UPLOADS_URL.’images/Sluit.png’);
    define(‘STAGESHOW_REMOVEBUTTON_URL’, STAGESHOW_UPLOADS_URL.’images/Verwijder.png’);
    define(‘STAGESHOW_SEATSSELECTEDBUTTON_URL’, STAGESHOW_UPLOADS_URL.’images/Ga_door.png’);
    define(‘STAGESHOW_SELECTSEATSBUTTON_URL’, STAGESHOW_UPLOADS_URL.’images/Selecteer_zitplaatsen.png’);
    define(‘STAGESHOW_SHOWAVAILABLEBUTTON_URL’, STAGESHOW_UPLOADS_URL.’images/Toon_beschikbare_zitplaatsen.png’);
    define(‘STAGESHOW_CONFIRMANDPAYBUTTON_URL’, STAGESHOW_UPLOADS_URL.’images/Bestel_en_betaal.png’);
    define(‘STAGESHOW_UPDATEPRICESBUTTON_URL’, STAGESHOW_UPLOADS_URL.’images/Prijzen_bijwerken.png’);
    define(‘STAGESHOW_IDENTIFY_RESERVED’, true);
    define(‘STAGESHOW_IDENTIFY_LOCKED’, true);
    define(‘STAGESHOWLIB_PAYMENT_METHODS’, __(‘/Overschrijving/Cash/Abonnement/Sponsor/Kortingsbon/Gratis Medewerker’));
    define(‘STAGESHOWLIB_PAYMENT_METHODS’,’StageShow_LockoutAccess’);
    define(‘STAGESHOW_CAPABILITY_BOOKLOCKOUT’, ‘StageShow_LockoutAccess’);
    define(‘STAGESHOW_BOXOFFICECOL_DATETIME’, ‘Datum’);
    define(‘STAGESHOW_BOXOFFICECOL_TICKET’, ‘Ticket’);
    define(‘STAGESHOW_BOXOFFICECOL_QTY’, ‘Aantal’);
    ?>

    Let er wel op dat hier een paar verwijzingen staan naar de knoppen
    Deze dien je dan ook aan te maken en te plaatsen in de wp-content/uploads/images/

    Ook is de lijst met betaalmogelijkheden aangepast door deze code:
    define(‘STAGESHOWLIB_PAYMENT_METHODS’, __(‘/Overschrijving/Cash/Abonnement/Sponsor/Kortingsbon/Gratis Medewerker’));
    Je kan die uiteraard aanpassen aan jou situatie.

    _______________________________________

    In English to adapt the front end language:

    connect by ftp and navigate to the following directory:
    wp-content/uploads/stageshow/
    Edit the following file:
    stageshow-wp-config.php

    Or use the plug-in ->settings/advanced tab/Custom PHP – stageshow-wp-config.php edit

    Adapt and insert the following code:

    <?php
    // Add defines after this line
    define(‘STAGESHOW_RESERVEBUTTON_URL’, STAGESHOW_UPLOADS_URL.’images/Translated_button_name.png’);
    define(‘STAGESHOW_CHECKOUTBUTTON_URL’, STAGESHOW_UPLOADS_URL.’images/Translated_button_name.png’);
    define(‘STAGESHOW_ADDBUTTON_URL’, STAGESHOW_UPLOADS_URL.’images/Translated_button_name.png’);
    define(‘STAGESHOW_CLOSEBUTTON_URL’, STAGESHOW_UPLOADS_URL.’images/Translated_button_name.png’);
    define(‘STAGESHOW_REMOVEBUTTON_URL’, STAGESHOW_UPLOADS_URL.’images/Translated_button_name.png’);
    define(‘STAGESHOW_SEATSSELECTEDBUTTON_URL’, STAGESHOW_UPLOADS_URL.’images/Translated_button_name.png’);
    define(‘STAGESHOW_SELECTSEATSBUTTON_URL’, STAGESHOW_UPLOADS_URL.’images/Translated_button_name.png’);
    define(‘STAGESHOW_SHOWAVAILABLEBUTTON_URL’, STAGESHOW_UPLOADS_URL.’images/Translated_button_name.png’);
    define(‘STAGESHOW_CONFIRMANDPAYBUTTON_URL’, STAGESHOW_UPLOADS_URL.’images/Translated_button_name.png’);
    define(‘STAGESHOW_UPDATEPRICESBUTTON_URL’, STAGESHOW_UPLOADS_URL.’images/Translated_button_name.png’);
    define(‘STAGESHOW_IDENTIFY_RESERVED’, true);
    define(‘STAGESHOW_IDENTIFY_LOCKED’, true);
    define(‘STAGESHOWLIB_PAYMENT_METHODS’, __(‘/Payment_option_1/Payment_option_2/Payment_option_3/Payment_option_4/Payment_option_5/Payment_option_6′));
    define(‘STAGESHOWLIB_PAYMENT_METHODS’,’StageShow_LockoutAccess’);
    define(‘STAGESHOW_CAPABILITY_BOOKLOCKOUT’, ‘StageShow_LockoutAccess’);
    define(‘STAGESHOW_BOXOFFICECOL_DATETIME’, ‘Date_Translated’);
    define(‘STAGESHOW_BOXOFFICECOL_TICKET’, ‘Ticket_Translated’);
    define(‘STAGESHOW_BOXOFFICECOL_QTY’, ‘Qty_Translated’);
    ?>

    You need to make a different button for every Translated_button_name.png and place tis in the following directory: wp-content/uploads/images/

    Notice also the following code:
    __(‘/Payment_option_1/Payment_option_2/Payment_option_3/Payment_option_4/Payment_option_5/Payment_option_6′));
    Here you can adapt the payment methods list to fit your language.

    pix365

    I agree. It used to have a paid full version. One I paid for.
    Now all functions are within the free version.

    Possibly because Malcolm doesn’t have the time anymore to give it all the time it needs when maintaining multiple versions.
    A number of users did jump in to fill the void for support as much as possible.
    It has become a group effort. A nice thing to see.
    It still is a beautiful plugin.

    Dag Jonas

    Ik gebruik die plug-in al enige jaren in het Nederlands.
    Dit zonder dat ik hiervoor nog iet extra moet doen.
    Indien die bij jou niet in het Nederlands staat, laat het mij dan weten. Ik bezeer jou de bestanden en wat je moet doen.
    ( Ik dacht dat die er al lang bij zaten gezien die van mij bij updates mooi in het Nederlands blijft en ik deze bestanden al aan Malcolm had bezorgd.

    Bo

    • This reply was modified 4 years, 6 months ago by bobocop. Reason: Typo error
Viewing 15 replies - 16 through 30 (of 45 total)