fpuga
Forum Replies Created
-
Same issue here.
WP-DB-Backup 2.2.3.
WP: 2.9Does anyone know a solution?
Forum: Plugins
In reply to: Tabbed Widgets won’t work with WP-PageNaviI have both working
Forum: Plugins
In reply to: [Plugin: Collapsing Archives] Problem with Spider botsUncheck “Month Links should expand to show Posts” and “Show post title”. This will no display the direct link to the posts, only to the years and the months.
Maybe the author can add an option with the posibility of add the tag nofollow to the links.
Forum: Requests and Feedback
In reply to: [Plugin: Events Calendar] Link to existing postWith the current beta version of the plugin v6.5.2a i think that it works “out of the box”
If you select create a post from the event (and not write anything in the “link out” input text) a link between the calendar event and the post is established.
In the event list layout if you click in the event the post is opened in the main column. In the calendar layout when you click in the event a thickbox is opened, and in that thickbox there is a link to the post.
To apply some format to the post, instead of “publish” it you can create it as draft from the events-calendar admin panel and the edit the post as you want.
Forum: Plugins
In reply to: [Plugin: Events Calendar] Assign Posts to a default CategoryI make a very dirty hack to do this but it works (at least in the 6.4.2a version)
1.- You must create the category that you wants and looks for its category id.
2.- edit the file ~/events-calendar/ec_management.class.php
3.- change the line 60 from
, 'post_category' => $wpdb->escape($this->blog_post_author)
to
, 'post_category' => array(CATEGORY_ID)Use a the correct number that represent your CATEGORY_ID