Title: sumero's Replies | WordPress.org

---

# sumero

  [  ](https://wordpress.org/support/users/sumero/)

 *   [Profile](https://wordpress.org/support/users/sumero/)
 *   [Topics Started](https://wordpress.org/support/users/sumero/topics/)
 *   [Replies Created](https://wordpress.org/support/users/sumero/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/sumero/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/sumero/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/sumero/engagements/)
 *   [Favorites](https://wordpress.org/support/users/sumero/favorites/)

 Search replies:

## Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Event Category Ordering](https://wordpress.org/support/topic/event-category-ordering/)
 *  Thread Starter [sumero](https://wordpress.org/support/users/sumero/)
 * (@sumero)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/event-category-ordering/#post-5712409)
 * 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
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Event Category Ordering](https://wordpress.org/support/topic/event-category-ordering/)
 *  Thread Starter [sumero](https://wordpress.org/support/users/sumero/)
 * (@sumero)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/event-category-ordering/#post-5712407)
 * Any comment for this?
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Event Category Ordering](https://wordpress.org/support/topic/event-category-ordering/)
 *  Thread Starter [sumero](https://wordpress.org/support/users/sumero/)
 * (@sumero)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/event-category-ordering/#post-5712314)
 * 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 format
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Adding Phone filed on add Location Page](https://wordpress.org/support/topic/adding-phone-filed-on-add-location-page/)
 *  Thread Starter [sumero](https://wordpress.org/support/users/sumero/)
 * (@sumero)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/adding-phone-filed-on-add-location-page/#post-5696322)
 * What 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
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Adding Phone filed on add Location Page](https://wordpress.org/support/topic/adding-phone-filed-on-add-location-page/)
 *  Thread Starter [sumero](https://wordpress.org/support/users/sumero/)
 * (@sumero)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/adding-phone-filed-on-add-location-page/#post-5696314)
 * 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
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Basic Uses Cases for Event Owner and Participant](https://wordpress.org/support/topic/basic-uses-cases-for-event-owner-and-participant/)
 *  Thread Starter [sumero](https://wordpress.org/support/users/sumero/)
 * (@sumero)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/basic-uses-cases-for-event-owner-and-participant/#post-4937208)
 * Done!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[WP-Polls] Vote poll from URL](https://wordpress.org/support/topic/vote-poll-from-url/)
 *  Thread Starter [sumero](https://wordpress.org/support/users/sumero/)
 * (@sumero)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/vote-poll-from-url/#post-3554782)
 * Thanks again for very quick responses!!!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[WP-Polls] Vote poll from URL](https://wordpress.org/support/topic/vote-poll-from-url/)
 *  Thread Starter [sumero](https://wordpress.org/support/users/sumero/)
 * (@sumero)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/vote-poll-from-url/#post-3554708)
 * Thanks for quick response
 * I did found the link
 * > [http://127.0.0.1/?wp-polls-nonce=32ab688589&poll_id=4&poll_4=11](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
 * > [http://127.0.0.1/?&poll_id=4&poll_4=11](http://127.0.0.1/?&poll_id=4&poll_4=11)
 * but doesn’t execute anything. Any idea of this? Or is same “not possible”
 * Thanks in advance quick response

Viewing 8 replies - 1 through 8 (of 8 total)