Help - Search - Members - Calendar
Full Version: Sidebar.php Won't Display My Flickrrss.php
Zymic Webmaster Forums > Web Design & Development > Server Side Scripting > PHP
edpalomo
I've been trying to display my photo stream to my page but it really shows nothing. My site is edpalomo.uuuq.com and I'm using a deskpace theme. I've already used a colorpaper theme and the script works just fine (it displays my photos from flickr) but I really love my deskspace theme. I tried to look at the php files and I noticed a little difference with the sidebar.php of the deskspace theme and the colorpaper theme and it goes like this,

QUOTE
</div>
<?php } ?>
<?php if (function_exists('get_flickrRSS')) { ?>
<ul class="flickr">
<?php get_flickrRSS(); ?>
</ul>
<?php } ?>


this one is the block containing the filckr function on sidebar.php from deskspace

QUOTE
<?php if($show_flickr == "Yes") : ?>
<li id="flickr" class="clearfix"><h5><?php echo $flickr_title; ?></h5>
&lt;script type="text/javascript" src="http://www.flickr.com/badge_code_v2.gne?count=<?php echo $flickr_count; ?>&display=latest&size=s&layout=x&source=user&user=<?php echo $flickr_id; ?>"></script>
</li>
<?php endif; ?>


and this one is the block containing the filckr function on sidebar.php from colorpaper.

I really don't know anything about PHP (yet) but I think we can really spot the difference here. Anyone out there, please help me out. Your help will be much appreciated. Thanks in advance laugh.gif

P.S.

I'm using wordpress 2.7 for my blog and my flickrrss plugin is already activated. It works for my colorpaper theme (as I've said a while ago) and it doesn't for the other one. Click to view attachment \
I've attached this screenshot to provide you with a picture. The 'my photos' as you can see is where the pictures are supposed to be in display.
jibon57
Can any one help me what is solution of this problem


Permission denied in /www/zxq.net/j/k/k/jkkniu/htdocs/log in/upload3.php on line 71



I using here this code :
$image_name=time().'.'.$extension;

$newname="images/".$username.$image_name;

$copied = copy($_FILES['image']['tmp_name'], $newname);
jordsters
Hmm, I'm not sure, I too do not know very much of php yet, but, the only thing I can think of is that the style that you're trying to use Flickr on doesn't support it. If you're still having problems, contact WordPress. Sorry if I wasn't any help... blush.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.