hagmanine
Forum Replies Created
-
What kind of details do you need? I could send you a DB-Export (send me the SQL query) if you need, just let me know what exactly you need. I would love to show some playerlists on the website ??
Thank you Brian! Can you let me know when the fix is ready?
Forum: Plugins
In reply to: [Media Library Assistant] Nothing works :(Oh I’m sorry, I thought i answered.
It helped a LOT ?? Thank you so much!
That was a perfect Guide and i figured everything out ??Forum: Plugins
In reply to: [Event Organiser] Custom Single Event Pages by CategoryHi, its me again. I couldnt work on this for a month but now I need to find a way to get this working. I dont know how to do it… Where do I have to put that code you sent me?
Forum: Plugins
In reply to: [Event Organiser] Custom Single Event Pages by CategoryI kinda tried to show different event-informations within the custom template I already made ?? but this is a much better idea ?? i just dont know where to put your code :/
I got a website from a fanclub of a hockeyteam and i have different categories within the eventorganiser to show on one page the fanclub events and on another page the team-schedule. And the team-schedule has information like home/away team, score and stuff like that. On the other site, the fanclub-events dont have that ?? I hope you understand what I mean.
Forum: Plugins
In reply to: [Event Organiser] Custom Single Event Pages by Categorythis is what I have so far:
$eventid = get_the_ID(); $term="fanclubtermine"; $cats = get_the_terms( $eventid, 'event-category' ); $kategorie = $cats[32]->slug; foreach($cats as $key =>$value){ $hello = $cats[$key]->slug; } echo $hello;
The echo is correct…
But how do i use this in an IF Statement? I tried everything. Do I have to convert it somehow?Im sorry for this dumb questions, its been long since i learned/used php :-/
Forum: Plugins
In reply to: [Event Organiser] Custom Single Event Pages by Categorybut shouldnt I get an echo with this?
echo $cats[1]
Forum: Plugins
In reply to: [Event Organiser] Custom Single Event Pages by CategoryThank you so much for your help!
Hellooooo? Anyone???
I had that problem too and then i figured out why. I wrote the word “picnic” in the post and this made the problem. when i erased it, I could save the post…strange…