noyu
Forum Replies Created
-
I believe this is the solution.
http://techthinker.com/404-error-after-submitting-a-comment-on-a-wordpress-blog/
another similar post here
http://www.marketingtechblog.com/business/wordpress-comment-page-not-found/Forum: Plugins
In reply to: Flickr Gallery Template Tags instead of ShortcodesI’m also looking at how to use the shortcodes in the template files since that will give me more options to customize how to display my thumbnails.
Any luck or updates on this?
cheers–edit–
as mentioned in a previous thread, use:
<?php echo do_shortcode(‘[shortcode]’) ?>i.e
<?php echo do_shortcode(‘[flickr-gallery]’) ?>it seems to work on my template file.
Forum: Fixing WordPress
In reply to: Author cannot Edit Image Titleanyone encountered the same issue?
I’ve sent a wordpress trac to report the bug here
http://core.trac.wordpress.org/ticket/12107Forum: Requests and Feedback
In reply to: Permissions of an ‘Author’Hi,
I just got to know that there are plugins to customise roles in wordpress, for example role scoper http://wordpress.org/extend/plugins/role-scoper/. I have installed but haven’t worked on it yet as it seemed a little confusing to use. I believe it should be quite complex and powerful in terms of customizing the roles.
I chanced upon your thread whilst trying to figure out my prob regarding Author Permissions http://wordpress.org/support/topic/356199?replies=1#post-1365412
I might be trying out role scoper too, so if it works, i will post an update for u.
Forum: Fixing WordPress
In reply to: Author cannot Edit Image TitleI found another thread identifying the same problem.
http://wordpress.org/support/topic/343623?replies=5#post-1365435I’m quite sure in my case, there was no plugin or theme conflict too, so it is probably a User/Role issue.
If this is the case, is it supposed to function this way or is it a wp bug? I would think it is the latter.
Anyone willing to test out on their blog to verify?
Basically to test if
-Logging in with a user with ‘Author’ Role
-if you are able to add/edit the ‘Edit Image Title’ field.Thanks : )
Forum: Fixing WordPress
In reply to: Image Titles Not DisplayingHi Deb.
I faced the same problem with u. Whilst I did manage to find out it was a user role /capabilities issue too, I wanted to keep the role setting.
I posted my problem here http://wordpress.org/support/topic/356199
Just wondering if you manage to chance upon a solution other than to change the user role back to admin or editor.
Cheers : )
Forum: Themes and Templates
In reply to: Not show entire posts in Customised Pageupdate:
I have not found the solution but have an alternative.
To create customised ‘Pages’ in wordpress, simply use put all your codes into a php file and make it a customised page template (just by adding template comment at the top. http://codex.wordpress.org/Pages#Creating_Your_Own_Page_Templates)
Then in WP control panel,
Edit Page> Attribute > Template > choose your customised page templateThis way, you don’t even need to use Exec-php to execute php codes in posts. Just leave the content blank and put all your content in the customised page template.
hope this helps someone out there. cheers.
p.s, i am still curious how to solve my previous problem. if anyone knows, do leave a comment. thanks.
Forum: Fixing WordPress
In reply to: XML Parsing Error with my rss feedsI had the RSS XML Parsing error a while ago and was applying all the fixes
basically
– adding ob_clean();?> before <?php echo ‘<?xml version=”1.0″
– check your customised theme’s function.php for blanks/spaces between <? php and ?>I was using Firefox for my testing and it didn’t work. Then I tried IE and Safari and the feed worked.
At 1st I thought it was Firefox error, then I tried clearing the cache on Firefox, reloaded and the feed appeared!
So in case anyone encounter the same prob.. try Clear Private Data when you are testing. You might have already solved the problem but not getting the latest codes when you refresh browser.
I’m not a code whiz, it’s just my intuitive guess. hope this helps someone out there 🙂