asamuels
Forum Replies Created
-
Forum: Plugins
In reply to: WordPress.com Stats buggered since upgrading to 2.9My stats stopped working when I upgraded from 2.9 to 2.9.1 it is now asking for a new api, but I havent changed it or associated that key with any other site??
Forum: Fixing WordPress
In reply to: XML Feed making DB 2000MB Hosting Complaintbump anything would be a great help pls
Forum: Fixing WordPress
In reply to: how to modify a featured listings pluginbump
help anyone please
I’ve looked into using an adrotater instead but nothing seems to offer the functionality I’m looking forForum: Fixing WordPress
In reply to: Error establishing a database connection (no questions)Sorted server reboot apparently something to do with mySQl
Forum: Fixing WordPress
In reply to: Error establishing a database connection (no questions)Anyone? Any idea what’s going on, please?
Forum: Plugins
In reply to: form that captures post titledoes anyone know the code that could be placed in an exisiting form plugin please?
Forum: Fixing WordPress
In reply to: simple tagsDoes anyone have an idea how to do this, I would have thought that other people would have wanted this type of functionality?
Forum: Fixing WordPress
In reply to: Author dashboardUsing wordpress 2.5 and I am wanting to achieve the same thing. I am using Dashboard Widget Manager
The problem is that we do not want contributors to see anything other than the ‘Write tab’ no ‘comments’ or ‘manage’ and a dashboard which only shows their completed number of posts and drafts.
Run in conjunction with the Role Manager plugin as our blog is being run by admins with many contributors. The role manager plugin allows ‘edit posts’ but this encompasses managing posts also not just write only. An option to disable ‘viewing’ comments or overall blog items would be ideal.
I am also creating attempting to build a customised ‘Write Panel’ with the Freshout Custom Write Panel Plugin so they have a custom write post page which only shows specific write boxes that I want them to fill in.
In an ideal world contributors should be able to submit posts in a specific format and view and edit only comments which relate to their posts made and not view any other aspects related to the blog. A bit like a press release contribution.
Has anyone achieved this functionality currently with wordpress 2.5?
Forum: Plugins
In reply to: Hack number of posts on categoryThat worked an absolute treat. Thanks so much for you time on this!!
Forum: Plugins
In reply to: wp_list_bookmarks and passing category with variableSO are you saying that we have to do this and the new linking structure between link category and category pages doesnt work??
I started a thread on my same issue here:
Forum: Fixing WordPress
In reply to: Blogroll link category on a category pageHey Otto,
Thanks for this however this surely means I need to do this for every category page? Also WP2.1 links the category page to the link category so for example:
My category on green widgets has an id=1
My link category related to green widgets also has an id=1So surely they should be some generic cide which maps this relationship?
Forum: Fixing WordPress
In reply to: Blogroll link category on a category pageOkay I tried this code below, but it still shows all blogroll categories on every category page, rather than ones specific to a category id?
<?php if ( is_home() ) { wp_list_bookmarks(); } ?>
<?php if ( is_category() ) { wp_list_bookmarks(‘categorize=1&category_name’); } ?>Can anyone help please?
Forum: Fixing WordPress
In reply to: Blogroll link category on a category pageI thought that the new wordpress 2.1 was supposed to do this for you?
After the upgrade, I can see the link categories that I had before upgrade, but I hasnt updated the link categories to category pages.
So there is no link between category page and the new link categories.
Therefore adding the tags above wont help right??
Forum: Fixing WordPress
In reply to: Blogroll link category on a category pageThanks Moshu..
Do you have to define the relationship in the database or do you have to code it into a template?
Im not really a techie so its a bit confusing.