Jocelyn Menard
Forum Replies Created
-
AuthorPosts
-
Hi,
I finaly found the problem, i had the shortcode [gd_add_listing] in my add listing page causing error. Maybe add something to check if the page contain unautorised shortcode in the page to prevent this beavior.
I’ve lost a day of web development to found the problem.
Thx and have a nice day
Hi,
I’ve already read this post. The option are set in the Payments Manager
These step are done. ( Look at the files i send with my first post )
1 – The Event Manager activated with at least one category.
2 – The Payments Manager activated.
3 – Create or edit a price package (can be free) and activate the event linking:And i desactivated to the linking in the CPT pannel.
Stil don’t work.
But its not the most important problem, the error with the saved event are more important. Did you receive my last 5 post ?
Thx and have a nice day.
So, i narrowed it down to here:
// function geodir_add_page_content in geodirectory/geodirectory_template_actions.php
if (get_the_content()) {
?> // VALUE OF $_REQUEST[‘listing_type’] is gd_event
<section class=”entry-content clearfix” itemprop=”articleBody”><?php the_content(); ?></section>
<?php // VALUE OF $_REQUEST[‘listing_type’] is gd_place
}The value Before the_content() call is : “LISTING TYPE:gd_event” and the value after the_content() call is “LISTING TYPE:gd_place”
I can’t go further, the_content is a WordPress fonction and i don’t know why it is doing this.
Can you help me !?
Thx and have a nice day !
So,
The value seem to be edited here:
do_action(‘geodir_add_page_content’, ‘before’, ‘add-listing-page’);
in geodirectory/geodirectory-templates/add-listing.phpThe value Before this Call is: “LISTING TYPE:gd_event” and the value after this call is “LISTING TYPE:gd_place”
Thx and have a nice day !
Hi,
Somewhere in the code the value of $_REQUEST[‘listing_type’] is edited.
I’ve added this to my theme function.php : echo ‘LISTING TYPE:’.$_REQUEST[‘listing_type’]; and got “LISTING TYPE:gd_event”
I’ve added the same thing in the geodir_action_add_listing_form() function who is called to show the form and i got this “LISTING TYPE:gd_place”.
I’ve try to find in your code where the error occur with no luck for the moment.
Thx and have a nice day !
Hi, after investigation, it seem to be a bug. When i visit my Add Listing Page with the correct URL:
?listing_type=gd_event
The data in the form is still gd_place:
<input type=”hidden” name=”preview” value=”gd_place”>
<input type=”hidden” name=”listing_type” value=”gd_place”>But it show the extra field for the event ( Start and end date… )
So it seem that the listing_type variable is not correctly acquired ?
Thx and have a nice day.
This reply has been marked as private. -
AuthorPosts