sumero
Forum Replies Created
-
Its something like this
<?php sort($EM_Event->get_categories()->categories); ?>Only this use sort from _terms table sorting. Anyway problem is solve state for now.
Thanks
Any comment for this?
Thanks
Thanks for reply,
I did tried from there but unfortunately this doesn’t affect to list even basically I change ACS to DESC.
BTW, (it doesn’t has to affect) I moved templates file under theme. But where I got this issue is on Events>Settings>Format>Events>Default event list format OR Single etkinlik page formatWhat I want to do is maybe hard and need update in plugin.
Hard way:
on Database _em_location table has add column with name location_phone, this has also an placeholder like #_LOCATIONPHONE etc…Basic way:
Add where.php file below staff which is from booking-field.php. This will add on usermeta dbem_phone field and can be hook with #_CONTACTMETA{phone1}<p> <label for='dbem_phone'><?php _e('Phone','dbem') ?></label> <input type="text" name="dbem_phone" id="dbem_phone" class="input" value="<?php if(!empty($_REQUEST['dbem_phone'])) echo esc_attr($_REQUEST['dbem_phone']); ?>" /> </p>Very very basic way:
If you dont use replace postcode with phonenumber and hook it with #_LOCATIONPOSTCODE 😉I’m not sure basic way will be work. Therefore need your suggestion of this topic.
Thanks
BTW,
I’m using #_CONTACTMETA{phone1} which is get and show as expected phone number added from registration page (WP-Member plugin). But for some internal reason I have to change it.
Thanks
Done!
Forum: Fixing WordPress
In reply to: [WP-Polls] Vote poll from URLThanks again for very quick responses!!!
Forum: Fixing WordPress
In reply to: [WP-Polls] Vote poll from URLThanks for quick response
I did found the link
http://127.0.0.1/?wp-polls-nonce=32ab688589&poll_id=4&poll_4=11
Also I did comment out nonce
// $temp_pollvote .= “\t\t<p style=\”display: none;\”><input type=\”hidden\” id=\”poll_{$poll_question_id}_nonce\” name=\”wp-polls-nonce\” value=\””.wp_create_nonce(‘poll_’.$poll_question_id.’-nonce’).”\” /></p>\n”;
and try it like this
but doesn’t execute anything. Any idea of this? Or is same “not possible”
Thanks in advance quick response