bep_11
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Made Easy] qtranslate-x, location_address, location_townHi Franky,
thanks for the quick fix; I’ll test it in the next days.Bernd
Forum: Plugins
In reply to: [Events Made Easy] Custom attributes, qtranslate-xYes, indeed I added a language switch AND marked attributes as “translatable fields”.
“edit_location”:{
….
“anchors”: {
….
“loc_description”: {
“where”: “before”
},
“loc_attributes”:{
“where”:”before”
}
-> show language switch at the top of the attribute block.and:
“forms”: {
“editloc”: {
“fields”: {
“title”: [],
“content”: [],
“location_address”:[],
“location_town”: [],
“att_1”:[], -> added
“att_2”:[] -> added
}
-> treat att_1 and att_2 as translatable fields.
yes, attributes are showing in the correct language.This change is for location attributes but the adjustment for event attributes should be very similar.
Best regards,
BerndForum: Plugins
In reply to: [Events Made Easy] Custom attributes, qtranslate-xFranky,
well, I’m using standard language tags ([:en]English[:ja]Japanese[:]) but what I do in the json file is to define that the attributes can be translated.
… or maybe you mean something different?Forum: Plugins
In reply to: [Events Made Easy] Custom attributes, location and eventsFranky,
thanks a lot! I did read the doc but must have overseen the latter two paragraphs.Forum: Plugins
In reply to: [EME Sync Events] Problems retrieving facebook events (API changes?)Hi Franky,
just another remark.I’m using the Disconnect Firefox plugin which blocks advertising and content request.
For synching Facebook events the web site must be whitelisted – otherwise the facebook login button doesn’t show.Thanks
Forum: Plugins
In reply to: [EME Sync Events] Problems retrieving facebook events (API changes?)Hi Franky,
thanks very much for your superfast response! I’m very impressed.Just 2 glitches:
$offset_arr = date_parse($fb_event[‘start_time’]);
…
$offsetStart = strtotime($fb_event[‘start_time’])+$event_offset-$offset;Please replace $fb_event with $event.
Thanks you very mucht!