Fany VanDaal
Forum Replies Created
-
If I edit an event, I can add tags in it, as well as the contribution. I want to give the user the possibility to add an event to add these tags straight.
Demonstrate: using event tags on your site as a prominent group. I am in the administration of events I must write tags like Metallica, Iron Maiden, Sepultura, etc. I do to these data by the user when creating events.
I may use it on their own field, but it is not good, because that is when someone clicks on the name of the group see all events where the band performs.
The administration is the ability to turn on the tags, but it does not work on the frontend.
Understand each other? My English is weak.
Screenshot: https://www.imagehosting.cz/?v=eventstag.bmp
I guess I wrote wrong.
User -> Add Places -> FormYou must write States (Czech 14 states, an example of Moravskoslezsky,Praha etc…).
How can I, admin, do not write to user, but select?Forum: Plugins
In reply to: [Plugin: Events Manager] Translate month when group events by monthlytesting website https://new.metalsvet.cz
Forum: Plugins
In reply to: [Plugin: Events Manager] Translate month when group events by monthlyBut it changes the date ?? How do all that has changed only in this type of statement?
thanks, it works ??
I do not know PHP, I know it could be done using PHP to list from the database. Therefore, I ask if anyone has already done ??
best frontend and backend
Transposh (https://transposh.org/faq/)use plugin, use tags where “no_translate” for the original text, such as street name.
Thanks for the link, but it is beyond my knowledge ??
to the file I put em-functions.php
function filterEventOutputCondition($replacement, $condition, $match, $EM_Event){ if (is_object($EM_Event)) { switch ($condition) { // replace LF with HTML line breaks case 'nl2br': $replacement = nl2br(preg_replace('/\{\/?nl2br\}/', '', $match)); break; // #_LATT{Web} case 'has_latt_web': if (is_array($EM_Event->event_attributes) && !empty($EM_Event->event_attributes['Web'])) $replacement = preg_replace('/\{\/?has_latt_web\}/', '', $match); else $replacement = ''; break; case 'has_latt_facebook': if (is_array($EM_Event->event_attributes) && !empty($EM_Event->event_attributes['Facebook'])) $replacement = preg_replace('/\{\/?has_latt_facebook\}/', '', $match); else $replacement = ''; break; case 'has_latt_twitter': if (is_array($EM_Event->event_attributes) && !empty($EM_Event->event_attributes['Twitter'])) $replacement = preg_replace('/\{\/?has_latt_twitter\}/', '', $match); else $replacement = ''; break; } } return $replacement; } add_filter('em_event_output_condition', 'filterEventOutputCondition', 10, 4);
I do not know how to create #_ATT{WebsiteText}, #_ATT{FacebookText}, #_ATT{TwitterText} text and assign it “Website”, “Facebook” and “Twitter”. So I have not got great knowledge. Can you please help?
I ran into another problem. I do not know PHP, could you tell me how to change the website URL instead of text previewed Website?
The current code:
<a href="https://#_ATT{Website}" target="_blank">#_ATT{Website}</a>
Required:
<a href="https://#_ATT{Website}" target="_blank">Website</a>
When I give the required code, the text always “Website”, which is wrong.
Use, reference to Website, Facebook, Twitter etc…
Thank you! This has helped!
I placed it in the file em-functions.php.
Hi, I found a solution. Sorry for my English, I use google translator.
“City” does not work, if not selected “state” (U.S., Czech, etc. ..). If you select “State” is not allowed to view, can not work “city”. Therefore necessary to leave the show selection “state”. The programmer must treat the default state.I add: Application Wikitude (Android) report “Developer Key is invalid”. Where is the need to enter it?