omikeo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Posts waiting to be publishedis it possible for an email to be sent to the admin user when any Drafts are done automatically??
Forum: Fixing WordPress
In reply to: Posts waiting to be publishedstill need this answering guys…. 🙂
Forum: Fixing WordPress
In reply to: Posts waiting to be publishedanyone please?
Forum: Fixing WordPress
In reply to: Add numbers after caregoriesit took me ages to find the correct part ofthe .css file but i eventually did. and it wasnt display:fixed; it was display:block; 🙂
I had to change this part if anyone lese wanted to do the same:
#subcontent li a {
display:inline;Forum: Fixing WordPress
In reply to: Add numbers after caregoriesanyone please?
Forum: Fixing WordPress
In reply to: Add numbers after caregoriesthanks,
There is a slight problem though, it adds the number on the line below the category title. e.g.
Books
(3)whereas i need it: Books (3)
Any ideas? thanks.
Forum: Fixing WordPress
In reply to: Attach Images to Posts?Thanks Beel,
Because anyone can create a post I wanted to make it easier to attach image rather than uploading them first and then writing the post.
Does anyone know of any plug-ins that would work as im having a bit of trouble finding any…
Thanks.
Forum: Fixing WordPress
In reply to: Moving the site problem! please helpwell i thought i did as i was editting the entire database but you are right – i missed it somehow :S
Sorry for this stupid mistake.
Thanks.
Forum: Fixing WordPress
In reply to: Moving the site problem! please helpNEW SITE ADDRESS: http://www.reviewdynasty.com/
OLD SITE ADDRESS: http://www.michaelwoodward.co.uk/clients/RATING/
The admin section is ok but the other pages and reviews are not. (The images in the header etc I will have to change manually).
Hope you can help.
Forum: Fixing WordPress
In reply to: Allow users to post topics.anyone?
Forum: Fixing WordPress
In reply to: Allow users to post topics.sorry.
The drafts ARE sent to the admin user but they do not appear under the section ‘Awaiting Approval’ just just appear under the drafts of the admin.
Is there a way to notify the admin that a draft has been saved by a normal user?
Thanks, Mike
Forum: Fixing WordPress
In reply to: Images attached to posts, size issueok,
All im looking for is the Internet Explorer version of that maximum width script.
Thanks, Mike
Forum: Fixing WordPress
In reply to: Limiting TextHi,
another quick Q – How do I do the same for the search results and the archived posts?
I think its something to do with this line:
<?php echo BX_remove_p($post->post_content); ?>But when i replace the ‘post_content’ with this line it does nothing:
the_excerpt_reloaded(100, ‘<img>’, ‘content’, TRUE, ‘Read More…’, TRUE, 2)Any ideas?
ThanksForum: Fixing WordPress
In reply to: Images attached to posts, size issueanyone? please.
Forum: Fixing WordPress
In reply to: Images attached to posts, size issueok,
getting a little confused with the Internet Explorer fix, the FF one worked great.
If I add this into the style sheet:
p {
border:0px;
width:expression(
document.body.clientWidth > (500/12) *
parseInt(document.body.currentStyle.fontSize)?
“30em”:
“auto” );
}and then add < p > < / p > around the img will that work? Or is that only for text and not images? Or where am I going wrong?
Thanks.