rasenkantenstein
Forum Replies Created
-
hey bsmeets,
I havent tried the configuration if someone is just putting down one name (first or last).
but i tested it if someone uses a name like “John Doe”– then it seems work.
ksaffy and muscat! thank you guys so much. you have been a great help and everything is working perfectly now.
i also added a new placeholder
‘#_BOOKINGLNAME’ => $this->person->last_name
to cover the case for a formal greeting!
thank you!
thank you for the advice… but how do i integrate it into the admin panel?
and the #_BOOKINGNAME place holder only reveals the name given by wordpress, doesnt it??I solved this issue by editing the template files. maybe not the clean method, but one that works so far ??
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Navigate via ArrowsYeah, I just noticed that. Furthermore I realised, that the line “else if(keycode == 190)” in thickbox-pack.js contains the function to call the short keys. It is quite simple to add even more keys: replace the above by “else if(keycode == 190 || keycode == 38 || keycode == 39 || keycode == 32 || keycode == 33)”… Every number is for one key (though I don’t know which one’s one… The same is applicable for the “previous”-function…