elyonline
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: author.php page problemsThanks.
Its 12 mid day ??
Forum: Fixing WordPress
In reply to: Creating new page: No option to assign to template!Sorry I had forgotten to add
‘<?php
/*
Template Name: Archives
*/
?>’To the template
Forum: Fixing WordPress
In reply to: Can you put a WP tag within a tag?Ah ok – thanks guys.
I was trying to achieve this:
‘< p ><img alt=”my name” class=”user-ident” src=”/wp-images/thumb-karl.jpg” />Spme stuff here and so on < / p >’
With the image tag being pulled from authour_description so when I post my pix was inside the first p tag.
Thanks for the insight though ??
Should I actuall see anything in my ‘cache’ folder as mine is totally empty.
Thanks
Forum: Fixing WordPress
In reply to: Comment links and permalinks not workingsorry to bump this but I really need to know why.
I emailed my host and they have absolutely not restrictions on mod-rewrite.
Any suggestions?
Many thanks
Forum: Requests and Feedback
In reply to: User Level 1 post moderationIt is but I think it would be cool to let a level one user publish but be put in a holding pattern like we do with comment moderation.
That way the level one user is saying this is the finished article and they know they have published and admin also knows this is the finished article.
To me drafts are exactly that drafts. If I tell a level 1 user who adds to my site to save their final item as a draft. It may confuse if they actually want to save early ideas as drafts before the final.
I have a few people who post to my site but I would like to moderate before they go live.
Thanks
KarlForum: Fixing WordPress
In reply to: Comments: Is there a bug in moderation?Ah great stuff!
This is a little OT, but does anyone know why I need to prefix my permalinks with index.php. If I use the regular expression: /archives/%year%/%monthnum%/%day%/%postname%/ nothing shows.
Its just that it really screws up my dynamic menus with the index in my permalinks.
Thanks ??
Forum: Fixing WordPress
In reply to: Parse error on comments.php: unexpected T_ENDFOREACH** fixed** thanks
Forum: Fixing WordPress
In reply to: Parse error on comments.php: unexpected T_ENDFOREACHHa good stuff ??
Very good eyesight indeed ??
Thanks a lot
Forum: Fixing WordPress
In reply to: Comment links and permalinks not workingAhhh sorry I didn’t quite get that first time around ??
Yes I did do that and yes it does work ??
Why would it work that way and not the normal way? When I was on 1.22 it always worked fine the traditional way.
Many thanks and if you have another idea let me know ??
Oh and the other problem is that I have PHP generated menu and doing it this way doesn’t register that when on archive the archive high lighted menu item.
Update: comments do not show once clicked on permalink or comment link.
Thanks
Forum: Fixing WordPress
In reply to: Comment links and permalinks not workingHi there.
I have them set as this:
/archives/%year%/%monthnum%/%day%/%postname%/
Thanks
Forum: Fixing WordPress
In reply to: Comment links and permalinks not workingAny suggestions please?
I have no clues what might be causing this.
Is there any files you need to see?
Thanks
Forum: Fixing WordPress
In reply to: Comment links and permalinks not workingI still can’t figure out why my comment links and permalinks are not working.
Still get the same error as I wrote in the first post. My .ht writes just fine and as far as I can see it has wrote correctly.
Any further suggestions?
Thanks
Forum: Installing WordPress
In reply to: Riddle me this! Templates stucture and CSS with static foldersThanks guys – I finally got it working ?? took a while though ??
Forum: Installing WordPress
In reply to: Riddle me this! Templates stucture and CSS with static foldersTechGnome: Great stuff thanks. I knew that but I was so stressed I couldn’t see it ??
OK I really feel I am getting somewhere now ??
I see no mention of this line in the new WP.
‘// Uncomment the next line if you want to track blog updates from weblogs.com’
‘// include_once(ABSPATH.WPINC.’/links-update-xml.php’);’This is at the top of the page. Is it not no longer needed?
On the static pages do I need to call this as well? ‘require_once(‘../news/wp-blog-header.php’);’ or just the stylesheet call?
Many thanks