WisTex
Forum Replies Created
-
Re-tagged this with author-box-2 to show up in Author Box Reloaded topic results.
Thank you.
Thanks for the updated info.
Forum: Fixing WordPress
In reply to: Export Filters are buggySame problem here with WordPress 3.0.5 where it exports the wrong posts when you select a tag you want to export.
Although the export by author workaround you mentioned is tempting, I would then have to edit every single post again to assign the correct author back to the associated post. That would involve editing hundreds of posts, which is unworkable in my situation.
I hope they fix this bug soon.
Forum: Plugins
In reply to: [Plugin: BuddyPress Template Pack] How do you undo what this thing does?Turning off the plugin is NOT enough. It leaves the theme files littered with BuddyPress code. And worse, it appears to have moved the original theme files to some undisclosed location, because editing the theme files now has no effect at all. It is like the site is calling theme files from elsewhere. Example: editing index.php of my theme has no effect at all, yet somehow the version before I installed BuddyPress is still working. Haven’t figured out what I need to edit where yet to get rid of the BuddyPress markup, or even edit my theme for that matter.
If someone could explain where this templates folder is, that would be appreciated. Thanks.
Default vs. Custom Templates
The Events Calendar plugin now comes with default templates for the list view, grid view and single post view. If you would like to alter them, create a new folder called “events” in your template directory and copy over the following files from within the plugin folder (the-events-calendar/views/):gridview.php
list.php
single.php
events-list-load-widget-display.phpEdit the new files to your hearts content. Please do not edit the one’s in the plugin folder as that will cause conflicts when you update the plugin to the latest release.
http://wordpress.org/extend/plugins/the-events-calendar/other_notes/
Your directions mentions something about a template directory. Where is that? I only have a themes directory that I can find, and putting the files in a “events” folder did nothing.
Forum: Fixing WordPress
In reply to: After creation of Subdomain, Permalinks don’t work.baleeted. Fixed problem after posting.
Forum: Plugins
In reply to: [Plugin: OpenID] redirect problem, 3.2 on wp 2.7I am running 3.2.2 and I am getting similar problems.
Logging into WordPress blogs with OpenID work just fine, Logging into any non-WordPress site either results in opening the home page of my blog without redirecting, or opening a blank page.
Am running WordPress 2.7.1.
Forum: Plugins
In reply to: Plugin: Static front pageI found a simply way to solve the problem of the static home page using the post template instead of the page template. If you like the formatting used on the pages, then copy page.php and save it as home.php in your active template folder. Your home page will now look like a page instead of a post.