Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter susssus

    (@susssus)

    Yep, works now! Thanks for the extremely speedy reply :-).

    Thread Starter susssus

    (@susssus)

    For the looping part, I get this (example from actual email):

    Varaustiedot
    
    id 6, 0 kk kurssille Yang-taiji joka alkaa torstai 7.5.2015 klo 18:00 (hinta à 30, yhteensä 0.00)
    id 11, 0 kk kurssille Chen-taiji 71 Erlu joka alkaa keskiviikko 6.5.2015 klo 19:30 (hinta à 30, yhteensä 0.00)
    id 12, 0 kk kurssille Chen-miekka joka alkaa sunnuntai 3.5.2015 klo 18:00 (hinta à 30, yhteensä 0.00)
    id 13, 0 kk kurssille Chen-sapeli ja chen-viuhka joka alkaa sunnuntai 3.5.2015 klo 19:00 (hinta à 30, yhteensä 0.00)
    id 14, 0 kk kurssille Ti 18:30 – 20:30, ke 18-19:30, to 19-20:30, Chen-taiji Yilu 83 joka alkaa tiistai 5.5.2015 klo 00:00 (hinta à 35, yhteensä 0.00)

    and for this details template id 11 I posted in the previous message:

    <li>id #_EVENTID, #_RESPSPACES kk kurssille #_EVENTNAME joka alkaa #l #_STARTDATE klo #_STARTTIME (hinta à #_PRICE, yhteensä #_MULTIBOOKING_TOTALPRICE)</li>

    I have tried with #_TOTALPRICE for the price instead of the multibooking placeholder. Seems that event placeholders come through, but RSVP placeholders don’t.

    The multibooking total variables #_MULTIBOOKING_SEATS and #_MULTIBOOKING_TOTALPRICE however work.

    Thread Starter susssus

    (@susssus)

    Hi,

    Multibooking details (template id=11):

    <li>id #_EVENTID, #_RESPSPACES kk kurssille #_EVENTNAME joka alkaa #l #_STARTDATE klo #_STARTTIME (hinta à  #_PRICE, yhteensä #_MULTIBOOKING_TOTALPRICE)</li>

    Multibooking respondent email (for the relevant part):

    <h1>Heippa #_RESPFIRSTNAME</h1>
    
    <h2>Varaustiedot</h2>
    
    <ul>
    #_MULTIBOOKING_DETAILS_TEMPLATE{11}
    </ul>
    Yhteensä #_MULTIBOOKING_SEATS kurssikuukautta, #_MULTIBOOKING_TOTALPRICE #_CURRENCY.
    
    <p>Maksa kurssimaksu, <strong>#_MULTIBOOKING_TOTALPRICE #_CURRENCY</strong>

    These RSVP templates have been chosen for the first eventid called in eme_add_multibooking_form.

    I had the same problem when logging in through http://mydomain.com/wp-admin , but using http://mydomain.com/wp-login.php works, although the error when logging in through /wp-admin is 100% reproduceable.

    Something to do with mod_rewrite perhaps? I’m using it and see from the “redirect_to=http…” clogged after the login.php that WordPress seems to be redirecting the login to a wrong place. The only thing that has changed in my setup is the WordPress upgrade, so I gather it’s the culprit.

    Just to let others searching for this know, in WP 2.6, you can edit wp-admin/edit-pages.php and from line 126, change the variable $per_page = 20; to reflect the number of pages you’d like to show in each view. I just changed mine to 100 :-).

Viewing 5 replies - 1 through 5 (of 5 total)