Ian Butler
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
You want users to add more than one line for the street address?
Yes – some addresses can span multiple lines before you even get to the country/region/city sections
Thanks
This reply has been marked as private.Also no events are being pulled through
No Records Found
Sorry, no record were found. Please adjust your search criteria and try again.
Find its id or class using firebug or similar, then create a css rule – something like #tags {display:none}, replacing #tags with the actual id
Or maybe create custom fields and hide the ones I don’t want with CSS?
I thought you might say that. Could I simply remove them from the add listing template and add them as custom fields, or is this likely to affect how the plugin functions?
Thanks Paolo,
That’s not what I meant.
I’d like to configure the order of the form fields which are circled in my screenshot.
From the dashboard under custom fields that option doesn’t exist.
Ian
Yeah I can add a frontend description – if it’s not possible to have different frontend titles then I can use this as an alternative
Thanks Guust,
Under Geodirectory > Place settings > Custom Fields I have a field where the frontend title is set to “Suitable for”
I want to show this on the detail page and that is working fine.
However on the /add-listing/?listing_type=gd_place page I need the frontend title to be different (something more descriptive)
When I change the setting under Geodirectory > Place settings > Custom Fields it updates the add listing form AND the listing detail.
What I’d like is to customise so it pulls a variable for the add listing, but a different variable for the listing detail.
Hope that makes sense!
Moved here, now working
mytheme/geodirectory/add-listing.php
Hi Stiofan,
I was thinking a header and footer with the content of the notification in between.
Ian
That’s a far cleaner solution – thanks for your help!
Okay that looks good.
global $current_user;
$username = $current_user->user_login;/author/<?php echo $username ?>/?geodir_dashboard=true&stype=gd_place
Thanks for your help
It’s not for the homepage.
I want a custom page which pulls in certain elements from GD
It will be a landing page for logged in business users and will need to contain things like:
Dashboard widget
Add place button
Add event button
Upgrade/edit existing listings -
AuthorPosts