Pixelpost

Authentic Photoblog Flavour


Go Back   Pixelpost Forum > SUPPORT / INFORMATION > Pixelpost Help

Post Reply
 
Thread Tools
  #61  
Old 06-21-2005, 07:48 PM
er16004's Avatar
er16004 Offline
pp regular
 
Join Date: Mar 2005
Location: hou.tx.usa
Posts: 38
Thanks for the quick reply, Ramin. This doesn't exactly work for me either: http://www.ericrasch.com/index.php?s...thumbtag=image

Am I missing something here?
__________________
http://ericrasch.com powered by pixelpost
Reply With Quote
  #62  
Old 07-27-2006, 05:47 PM
FarmGrrl Offline
forum loafer
 
Join Date: Jul 2006
Posts: 7
Hi Raminia!

Excellent plug-in. I have implemented a photo-badge with it at http://www.three-elms.com/soap/. Now, I have a feature request. Is there way to disallow certain categories from showing up in the random photos? If you would just have a line of comma-separated categories to exclude, it should be pretty easy to put "NOT" clauses in your SQL query. What do you think? This would be nice for people who put ALL of their images in their gallery, not just the artsy ones.
Reply With Quote
  #63  
Old 08-05-2006, 12:46 PM
flawijn Offline
forum loafer
 
Join Date: Apr 2006
Posts: 1
example

too bad, but i only spotted this topic rightnow. Just wanted to let you all know that PP can be installed into WP's database.... with this result : FLAWIJN.PIX, which is build into this (Flemish) blog: FLAWIJN.
It's roughly done like described somewhere in this article.

Now i'm trying to get a sort of web-gallery with thumbs and slidesshow into my blog-pages WITH same look as blog and photoblog.... if anyone has any suggestions??? feel free to drop a line!!
Reply With Quote
  #64  
Old 10-22-2006, 01:34 PM
hismuse's Avatar
hismuse Offline
pp regular
 
Join Date: Oct 2006
Posts: 22
I cannot get this plugin to work for me, if you look at my main blog here:

http://roadlessunraveled.com

You can see it's not showing up and I'm not sure what I did wrong.

Code:
/* Installation:
// 0) upload this plugin to Wordpress plugin folder <main folder>/wp-content\plugins
	and the Edit this part:                                                 */
// 1)
// Relative address of Pixelpost main directory on the local server to the main address of the wordpress directory:
// for example: if your blog is placed at
//						 "/public_html/"
// and you photoblog is placed at
//						 "/public_html/photo/"
// the relative address will be:
//						"../photo/"
//
// Don't forget the tailing slash '/'
//
$PixelPost_local_address 		= "../photo/";


// 2)
// URL address of the Pixelpost photoblog (do not miss the trailing "/" )
$PixelPost_URL   				 		= "http://roadlessunraveled.com/photo/";




// 3)
// set number of photos to show on wp
$num_thum_toshow = 1;
$num_rand_thum_toshow = 1;

/* 4)use  <?php show_latest_pixelpost_thumbnail(); ?>  in your wordpress weblog when you want the latest thumbnail appear */

/*   use  <?php show_random_pixelpost_thumbnail(); ?>  where you want to the random thumbnails appear */

/* Stop Editing if you don't know php and you did not changed the name of index.php
	of the Pixelpost photoblog. */

//-------------------------------------------------------------------------------------
$main_file_name 					  = "index.php";	 // name of the main page of your photoblog. If you didn't change it intentionaly it's "index.php"
// Global
Global $pixelpost_image_thumbnail;

Global $pixelpost_rand_image_thumbnail;

$pixelpost_rand_image_thumbnail ='';
$pixelpost_image_thumbnail ='';
		
if (strpos  ($_SERVER['PHP_SELF'],'wp-admin')) // check if the script is running in the admin menu
{
	// if in admin menu change the relative address slightly from what is at the top
$PixelPost_local_address 		= "../" .$PixelPost_local_address;
}

// save the address of the pixelpost database settings
$pixelpost_settings_address = $PixelPost_local_address ."includes/pixelpost.php";
Reply With Quote
  #65  
Old 10-28-2006, 02:44 AM
ricjoe's Avatar
ricjoe Offline
forum loafer
 
Join Date: Oct 2006
Location: Ottawa, Canada
Posts: 1
Send a message via Yahoo to ricjoe
I love your script installed with no problems but! I know nothing about php, css ect. How would I go about setting the pictures with a bit of a space between them? right now there back to back on my side bar http://www.ricjoe.com. And if not asking to much how hard would it be to put borders around the image?

Thank you again for the script .
Reply With Quote
Post Reply


Thread Tools




All times are GMT. The time now is 11:07 PM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd. | Style Design: d3 designs