fireworkszone
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress as a CMS/JobHI Songdogtech,
Great website!
Forum: Plugins
In reply to: Share with Facebook and TwitterOr a plugin to integrate my RSS feed with Facebook and Twitter?
Forum: Fixing WordPress
In reply to: AvatarI made it! You can see the result:
http://www.fireworkszone.com/yahoo-developer-network-kit
with Buddha and my avatars
Forum: Fixing WordPress
In reply to: AvatarI was too optimistic. Check that post where I made 2 comments and my avatar doesn’t show up.
http://www.fireworkszone.com/yahoo-developer-network-kit/comment-page-1#comment-1118
It must be a piece of code I forgot.
Forum: Fixing WordPress
In reply to: AvatarHi Buddha,
It works great. It is a hidden feature not easy to find without help. Thanks very much.
Forum: Fixing WordPress
In reply to: AvatarNo they are different. How can I modify my username to fireworkszone?
Forum: Fixing WordPress
In reply to: AvatarI am using ‘admin’
Forum: Fixing WordPress
In reply to: AvatarHi There,
Where am I supposed to find that ID?
Forum: Fixing WordPress
In reply to: AvatarI want the same but in my blog
Forum: Fixing WordPress
In reply to: AvatarI can see that my gravatar is showing up in this post. That’s the proof it is working.
Forum: Fixing WordPress
In reply to: RSS Doesn’t WorkIn fact, wordpress index.php is included in my own index.php through scripts:
This script is embedded in the index.php
<?php @require_once($_SERVER[‘DOCUMENT_ROOT’].’/include/root.php’); ?>
This script helps me to display wordpress index page:
<?php
require(‘./wp-blog-header.php’);
?>This is how I included wordpress in my CMS.
Forum: Fixing WordPress
In reply to: RSS Doesn’t Workwhat do you mean by ‘you’ve edited your wordpress root index.php’? Do you mean I modified it?
Forum: Fixing WordPress
In reply to: RSS Doesn’t WorkWhooami,
What do you mean by ‘that file shoudnt be edited’?
Thanks
Forum: Fixing WordPress
In reply to: RSS Doesn’t WorkHi Whooami,
It seems you finally found the origin of the problem but I am not sure to understand. Could you elaborate and tell what the solution would be.
Thanks
Forum: Fixing WordPress
In reply to: RSS Doesn’t WorkI think the problem doesn’t stem from spaces, new lines or line breaks but because the RSS Feed is included in my index page with HTML in the header. If you have HTML before RSS Feed it won’t work in 2.7. Before my RSS feed worked perfectly but now it has gone away.
Here are lines 16 to 18 from index.php
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″/>
<meta name=”description” content=”a great resource for Adobe fireworks users with news, downloads, articles, tips, tutorials, extensions, links and contest”/>
<meta name=”keywords” content=”fireworks tutorials, adobe fireworks, fireworks tips, fireworks extensions, fireworks commands, fireworks textures, fireworks patterns, fireworks styles, rich symbols, auto Shapes, fireworks contest, plugins, fireworks CS4″/>A solution could be to generate RSS Feed in a different page.
Thanks