Pixelpost

Authentic Photoblog Flavour


Go Back   Pixelpost Forum > Search Forums

Showing results 1 to 25 of 150
Search took 0.01 seconds.
Search: Posts Made By: DikkieBurger
Forum: Lounge 02-01-2007, 12:09 PM
Replies: 5
Views: 1,598
Posted By DikkieBurger
I use it, works great for me, don't see it as the...

I use it, works great for me, don't see it as the photoshop for linux but as an alternative for photoshop.
Forum: Lounge 01-06-2007, 06:49 PM
Replies: 52
Views: 7,536
Posted By DikkieBurger
Yeah stats :P

Yeah stats :P
Forum: Lounge 01-06-2007, 04:52 PM
Replies: 52
Views: 7,536
Posted By DikkieBurger
16 :rolleyes:

16 :rolleyes:
Forum: Lounge 01-06-2007, 04:51 PM
Replies: 2
Views: 924
Posted By DikkieBurger
1.6 beta/testing release?

Hey,

Is there or will there be a beta/testing release of PP 1.6? (for testing purposes only!)

Lazlo
Forum: Pixelpost Help 01-04-2007, 02:57 PM
Replies: 21
Views: 2,006
Posted By DikkieBurger
It looks like a database connection problem, have...

It looks like a database connection problem, have you filled in the right database configuration in includes/pixelpost.php ??


Select DB Error: Access denied for user 'neilwin'@'%' to database...
Forum: Pixelpost Help 01-01-2007, 06:26 PM
Replies: 2
Views: 603
Posted By DikkieBurger
You can use also markdown, like this: ...

You can use also markdown, like this:


This is an [example link](http://example.com/ "With a Title").
Forum: Template design and Front-End Code 12-31-2006, 07:16 AM
Replies: 18
Views: 2,141
Posted By DikkieBurger
MM, I don;t get it. The image tag is only...

MM, I don;t get it.

The image tag is only parsed in the image_template, you have to put something in the links template else it won't display anything.
Forum: Template design and Front-End Code 12-30-2006, 08:45 PM
Replies: 18
Views: 2,141
Posted By DikkieBurger
Mm, I looked at that page, the source oly...

Mm, I looked at that page, the source oly contains <IMAGE_LINK_TEXT>
...

Please post the source of your link_template.html
Forum: Pixelpost Help 12-30-2006, 08:42 PM
Replies: 3
Views: 764
Posted By DikkieBurger
in include/functions.php: function...

in include/functions.php:


function print_comments($imageid) {
global $pixelpost_db_prefix;
global $lang_no_comments_yet;
global $lang_visit_homepage;
global $cfgrow;

$comment_count =...
Forum: Pixelpost Help 12-30-2006, 08:05 PM
Replies: 3
Views: 764
Posted By DikkieBurger
I think in index.php.

I think in index.php.
Forum: Template design and Front-End Code 12-30-2006, 11:25 AM
Replies: 18
Views: 2,141
Posted By DikkieBurger
Set the URL at general options to...

Set the URL at general options to http://www.ebokeh.com/ and the image path should be something like ../images/.
Forum: Template design and Front-End Code 12-30-2006, 09:36 AM
Replies: 18
Views: 2,141
Posted By DikkieBurger
Is PP installed correctly? Please share us your...

Is PP installed correctly? Please share us your admin-panel info.
Forum: Template design and Front-End Code 12-29-2006, 10:18 AM
Replies: 6
Views: 883
Posted By DikkieBurger
For the date you can use <IMAGE_DATETIME> ...

For the date you can use <IMAGE_DATETIME> (dateformat which you choose in Admin-Panel/OPTIONS/DATE FORMAT)
For the comments you can use the standard <COMMENT_POPUP> tag.

BTW all this info can...
Forum: Photo and Website Critique 12-29-2006, 10:10 AM
Replies: 3
Views: 690
Posted By DikkieBurger
Uhmm you already posted this photo:...

Uhmm you already posted this photo: http://forum.pixelpost.org/showthread.php?t=5064
Forum: Pixelpost Help 12-28-2006, 02:12 PM
Replies: 27
Views: 2,657
Posted By DikkieBurger
Look in addons/paged_archive.php at this line...

Look in addons/paged_archive.php at this line (around the middle of the doc):


$archive_select_links = "Monthly archive:<br /><a href='index.php?x=browse&amp;pagenum=1'>$lang_browse_all ("...
Forum: Pixelpost Help 12-28-2006, 01:52 PM
Replies: 27
Views: 2,657
Posted By DikkieBurger
Found a solution, change the link to your archive...

Found a solution, change the link to your archive to http://daily-impressions.de/index.php?x=browse&pagenum=1

Use: <LINK_TO_PAGED_ARCHIVE>
Forum: Pixelpost Help 12-28-2006, 01:49 PM
Replies: 27
Views: 2,657
Posted By DikkieBurger
Give us a link to your website so I can look at...

Give us a link to your website so I can look at it.

EDIT: Found it: http://daily-impressions.de/ (http://daily-impressions.de/)
Forum: Pixelpost Help 12-27-2006, 10:47 PM
Replies: 27
Views: 2,657
Posted By DikkieBurger
Sorry, typo, I mean the <THUMBNAILS> tag....

Sorry, typo, I mean the <THUMBNAILS> tag. :rolleyes:
Forum: Pixelpost Help 12-27-2006, 10:36 PM
Replies: 27
Views: 2,657
Posted By DikkieBurger
You have to replace the <THUMBNAIL> tag with...

You have to replace the <THUMBNAIL> tag with those two tags.
Forum: Pixelpost Help 12-27-2006, 10:03 PM
Replies: 27
Views: 2,657
Posted By DikkieBurger
Use <THUMBNAILS_WHOLE_PAGED> // Thumbnails...

Use

<THUMBNAILS_WHOLE_PAGED> // Thumbnails in this page
<THUMBNAILS_PAGES_LINKS> // Link to the pages of thumbnail in the selected category

for the thumbnails page-by-page.
Forum: Pixelpost Help 12-27-2006, 11:02 AM
Replies: 27
Views: 2,657
Posted By DikkieBurger
<CATEGORY_LINKS_AS_LIST_PAGED> and...

<CATEGORY_LINKS_AS_LIST_PAGED> and <BROWSE_MONTHLY_ARCHIVE_AS_LINK_PAGED>
Forum: Pixelpost Help 12-26-2006, 11:56 AM
Replies: 27
Views: 2,657
Posted By DikkieBurger
You have to deletre all the <EXIF_...> tags from...

You have to deletre all the <EXIF_...> tags from your image_template.html file.

For the pagebypage archive addon you have to put the tags for this addon in browse_template.html.

Pixelpost...
Forum: Pixelpost Help 12-24-2006, 11:23 AM
Replies: 6
Views: 799
Posted By DikkieBurger
You have to put the tags for the addons in your...

You have to put the tags for the addons in your template files to make them work (image_template.html etc)

The admin panel error is a simple headers already sent, because it's executed before...
Forum: Pixelpost Help 12-24-2006, 11:22 AM
Replies: 18
Views: 1,561
Posted By DikkieBurger
Check this thread:...

Check this thread: http://forum.pixelpost.org/showthread.php?t=4760
Forum: Pixelpost Help 12-24-2006, 10:53 AM
Replies: 6
Views: 799
Posted By DikkieBurger
admin/index.php <?php ...

admin/index.php

<?php
session_save_path("/home/brechtca_brechtc/temp/");
/*
Pixelpost version 1.5

CVS file version: $Id: index.php,v 1.39 2006/07/09 11:07:32 gajcy Exp $

Pixelpost www:...
Showing results 1 to 25 of 150

 

All times are GMT. The time now is 02:31 AM.

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