Home › Forums › Calendar Products › Community Events › Customising Community Event Submission Form
- This topic has 5 replies, 3 voices, and was last updated 10 years, 9 months ago by
Support Droid.
-
AuthorPosts
-
February 7, 2015 at 3:43 am #940699
Stephan
ParticipantHi guys,
unfortunateley my skills in editing php are very weak….perhaps you can help me….
I purchased the “Community Events Plugin” and i am very happy with it.
I need some little changes, but i dont´t know how?!
1.) The submission form needs a headline…where can i add one?
http://xn--hgelhelden-9db.de/events/community/add/2.) I would like to increase the space for the event description as standard
3.) Optional!!! I woudl like to add a checkbox for users saying: I confirm that i will not upload any copyright-protected data….( or similar) Is that possible?
4.) My users all live in Germany…. how can i disable the “Choose country”-feature?
5.) Where can i place some helpfull instructions for my visitors gelping them to fill out the form?
Many questions, I hope you have some (easy to understand) answers for me.
Cheers and Thank you
Stephan
February 9, 2015 at 8:27 am #940969Stephan
ParticipantI could still need some help here…
February 9, 2015 at 1:59 pm #941141Josh
ParticipantHey Stephan,
Thanks for reaching out to us! I apologize for the delay. We take the weekends off from support so I apologize for any inconvenience this has caused.
I’ll try to give the simplest approaches and get you pointed in the right direction for some of these customizations however for the majority, it will require accessing some files via FTP and modifying PHP files.
- By default, there should be a “Submit an Event” title that is automatically added to the event submission page. It looks like that is missing from your site and is most likely due to a theme setting or theme conflict. As a workaround, you could follow this tutorial to add content above the submission form and create your own title.
- This can be accomplished with a little CSS modification. The following can be added to your theme’s “style.css” file. You can change the number of pixels I’ve added to fit your needs.
#tribe-community-events .events-community-post-content textarea { min-height: 125px; } - This can be added with custom coding, however the simplest approach would be to use the Events Calendar Pro plugin and take advantage of the custom fields available with that plugin.
- Events > Settings > Default Content > Default country Field
- You can follow the same link from #1 above to add instructions that display before the submission form.
Let me know if this helps.
Thanks!
February 10, 2015 at 12:45 am #941224Stephan
ParticipantHi Josh,
thanks for your kind reply!
1.) I followed the tutorial and added the html-code. The text appears but breaks the structure of the rest of the page. Giant margins, strange fonts, text out of screen….
2.) That worked – Thank you!
3.)OK, maybe i should give pro a try
4.) I don´t have this menu entry: Events > Settings > Default Content > Default country Field
There are only: General/Appearance/Community/Licences/Help ??5.) Same problem as 1.)
I´m using a plugin called Quickadsense. It creates two google-adsense codes on every post. Unfortunately it interprets …/events/community/add/ as a oost.
The plugin got a deactivate-ads-function with a shortcode… where could i paste this code here?Thank you for your patience 🙂
Cheers
StephanFebruary 12, 2015 at 12:17 am #941870Josh
ParticipantHey Stephan,
Thanks for following up with us! I’m glad some of the answers were resolved for you. Let’s see if we can get these other pulled together for you.
1. (and 5) Can you share the snippet of the code you’re adding to the section? There may be a syntax issue in the added content.
4. I apologize, it looks like this is also a feature of the PRO plugin.
For the adsense code. You could add:
<?php echo do_shortcode( '[]' ); ?>to the same code you’re using for 1 & 5 to get that shortcode added to the page in order to remove the adsense information.
Let me know if this helps.
Thanks!
July 7, 2015 at 6:31 am #983737Support Droid
KeymasterThis topic has not been active for quite some time and will now be closed.
If you still need assistance please simply open a new topic (linking to this one if necessary)
and one of the team will be only too happy to help. -
AuthorPosts
- The topic ‘Customising Community Event Submission Form’ is closed to new replies.
