Forum Replies Created
-
AuthorPosts
-
besouro
Participantusing Transients Manager seems to got it working
besouro
Participantall are green except facebook
besouro
Participantso i have the licencse & event calendar pro. and all the options are greyed out.
besouro
ParticipantCan i get some assistance on this topic?
besouro
ParticipantGeoff B.
are you able to assist on this issue? How do i get the google calendar link in the
Event Aggregator?besouro
Participantok i got a new license but the google calendar is still greyed out in the drop down. how do I get google calendar to show up?
besouro
ParticipantTHAT WORK!!! PERFECTLY!!!! THANK YOU ALL THE EVENTS ARE GONE .. LOL YOU SHOULD INCORPORATE THAT SCRIPT IN THE NEXT RELEASE!! ” RESET CALENDAR” BUTTON. THANKS AGAIN
besouro
ParticipantCAN YOU ASSIST ME???
I AM GETTING AN ERROR WHEN I TRY TO RUN THE STATEMENT.besouro
Participantcan you correct the statement so it works?
besouro
Participantgetting an error
besouro
Participantdelete a,b,c,d
FROM wp_posts a
LEFT JOIN wp_term_relationships b ON ( a.ID = b.object_id )
LEFT JOIN wp_postmeta c ON ( a.ID = c.post_id )
LEFT JOIN wp_term_taxonomy d ON ( d.term_taxonomy_id = b.term_taxonomy_id )
LEFT JOIN wp_terms e ON ( e.term_id = d.term_id )
WHERE a.post_type = ‘tribe_events’
it got this errorbesouro
Participantso then
delete a,b,c,d
FROM wp_posts a
LEFT JOIN wp_term_relationships b ON ( a.ID = b.object_id )
LEFT JOIN wp_postmeta c ON ( a.ID = c.post_id )
LEFT JOIN wp_term_taxonomy d ON ( d.term_taxonomy_id = b.term_taxonomy_id )
LEFT JOIN wp_terms e ON ( e.term_id = d.term_id )
WHERE a.post_type = ‘tribe_events’besouro
Participantcouldn’t you just modify this SQL statement to delete all events?
/*
With events that were imported via iCal, when deleted the calendar still
remembers them a bit so they don’t get reimported. This SQL Query will truly
delete all those events.
The query and steps below is modified version of that in this tutorial:
It is recommended that you read the source article above before proceeding.
In particular it mentioned the importance of making backups before running
SQL queries. 🙂
*/delete a,b,c,d
FROM wp_posts a
LEFT JOIN wp_term_relationships b ON ( a.ID = b.object_id )
LEFT JOIN wp_postmeta c ON ( a.ID = c.post_id )
LEFT JOIN wp_term_taxonomy d ON ( d.term_taxonomy_id = b.term_taxonomy_id )
LEFT JOIN wp_terms e ON ( e.term_id = d.term_id )
WHERE a.post_type = ‘deleted_event’besouro
Participantwont it be possible just to write a sql statement to just remove all hooks & post from database and if so could you help?
besouro
Participantwhat table do the event reside in on the database? bc they are not deleting with bulk delete
-
AuthorPosts
