mandrill
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Importing links via OPML does not workSeems it was an issue with the formatting of the OPML file. it will accept an import directly from google reader, but not from RSS bandit.
Forum: Themes and Templates
In reply to: Validation ErrorsI’ve managed to get rid of the validation error, it breaks how I want the link to be displayed though (on a line of its own on the left at the bottom of the post extract):/
Forum: Fixing WordPress
In reply to: How to display the total number of comments?This didn’t work for me, returns 0 every time.
Forum: Fixing WordPress
In reply to: Pages Dropdown Menu in Sidebar – Widget?Is there any way to code this functionality directly into the existing pages widget, like it is in the category widget? Rather than having to use template tags or an external plugin, I’d quite like to get WP doing this out of the box.
The code for a drop down is there, all thats required is to activate that code rather than the usual list with a checkbox in the settings for the pages widget.
Forum: Fixing WordPress
In reply to: Where do Autosave posts reside?I have kind of the same problem, I stupidly navigated away from the ‘write post’ page. thinking the back button would take me back to it with what I’d written intact (as it does on some forms) but it didn’t. The post had been autosaved (it said so) but I can’t find any way to retrieve it.
Forum: Fixing WordPress
In reply to: Merging of (blogroll) Links and Categories in 2.1So what do I replace the following code with to get a list of the links I have separated by their category. I don’t see an answer to that question anywhere above.
‘<?php $link_cats = $wpdb->get_results(“SELECT cat_id, cat_name FROM $wpdb->linkcategories”);
foreach ($link_cats as $link_cat) {
?>
<li id=”linkcat-<?php echo $link_cat->cat_id; ?>”><h2><?php echo $link_cat->cat_name; ?></h2>-
<?php get_links($link_cat->cat_id, ‘
- ‘, ‘
‘, ”, TRUE, ‘id’, FALSE, FALSE); ?>
‘
“SELECT cat_id, cat_name FROM $wpdb->linkcategories”`
Currently I'm getting a MySQL syntax error in the query:
Forum: Fixing WordPress
In reply to: Merging of (blogroll) Links and Categories in 2.1Forum: Plugins
In reply to: Validate User RegistrationI agree, a system much like you see on many forums would probably be the best way to go about it. Where the user is sent an email with a link they have to click to activate their account. Or even if the email that the admin gets to inform them that a new user has signed up includes an option to approve them or not, much like the comment moderation system.
Forum: Installing WordPress
In reply to: Nucleus to WordPress problems…This script seems to work but after using it I’m missing the last two months posts and no new posts (made in WordPress) are being displayed.
I tried asking at the nucleus forum too, it doesn’t seem that they’re too keen on giving people advice about switching.