Pixelpost

Authentic Photoblog Flavour


Go Back   Pixelpost Forum > Search Forums

Showing results 1 to 25 of 50
Search took 0.00 seconds.
Search: Posts Made By: robackja
Forum: Pixelpost Help 05-25-2009, 06:24 PM
Replies: 6
Views: 429
Posted By robackja
Your welcome. Have fun modding the CSS to your...

Your welcome. Have fun modding the CSS to your liking. I look forward to seeing the changes you make to the default theme.
Forum: Pixelpost Help 05-25-2009, 06:15 PM
Replies: 6
Views: 429
Posted By robackja
That is it. You can either remove it, replace it...

That is it. You can either remove it, replace it with the pixelpost default

// Fix proposed by tomyeah on the forum
header('Content-Type: text/html; charset=utf-8');


or use what I use (which...
Forum: Pixelpost Help 05-25-2009, 03:44 PM
Replies: 6
Views: 429
Posted By robackja
First, the template is designed around maximum...

First, the template is designed around maximum width of 720px. If you want to support larger images edit the CSS file. Look for 720px (i think it is in there twice, and increase it)
Second, you are...
Forum: Pixelpost Help 05-15-2009, 10:42 PM
Replies: 10
Views: 449
Posted By robackja
Is it possible you are using the filter...

Is it possible you are using the filter incorrectly? When you get spam, do you "Report Spam" to defensio using options in the ADMIN panel?

For The World in 35mm (http://theworldin35mm.org), my...
Forum: Pixelpost Help 05-15-2009, 10:12 PM
Replies: 10
Views: 449
Posted By robackja
defensio addon is free to register for, and it...

defensio addon is free to register for, and it works great. after about 100-200 comments, it's about 95%+ accurate
Forum: Pixelpost Help 05-09-2009, 05:21 PM
Replies: 1
Views: 238
Posted By robackja
For starters, I know nothing about the se.nsuo.us...

For starters, I know nothing about the se.nsuo.us cleanurls addon.

If that addon already gives you the URLs you want, then use those URLs instead. Don't install the modified pagedarchive.php...
Forum: Pixelpost Help 04-10-2009, 07:05 PM
Replies: 19
Views: 1,802
Posted By robackja
I am not sure why are trying to make an external...

I am not sure why are trying to make an external link through mod_rewrite rules. Its not necessary. Remove that rule and just use a straight link like
<a href="http://pixellogue.com/blog/">Blog</a>...
Forum: Pixelpost Help 04-04-2009, 06:58 PM
Replies: 4
Views: 444
Posted By robackja
Your problem is here <a...

Your problem is here

<a href='index.php?showimage=<IMAGE_ID>'...
Forum: Template design and Front-End Code 04-03-2009, 08:48 PM
Replies: 2
Views: 729
Posted By robackja
Lets just work out of one thread. ...

Lets just work out of one thread.

http://www.pixelpost.org/forum/showthread.php?t=10363
Forum: Pixelpost Help 04-03-2009, 08:45 PM
Replies: 4
Views: 444
Posted By robackja
If manually typing in...

If manually typing in http://mysite.com/photoblog/p/1 gives you a 404 error, than you did not correctly setup mod_rewrite.

Some reason why URL rewrites give 404s

Either you messed up the...
Forum: Template design and Front-End Code 04-03-2009, 08:39 PM
Replies: 2
Views: 729
Posted By robackja
Please post a URL, otherwise its just guessing at...

Please post a URL, otherwise its just guessing at problems, not actually helping :)
Forum: Pixelpost Help 04-02-2009, 03:00 PM
Replies: 4
Views: 328
Posted By robackja
wow, dennis and jay responses :) my...

wow, dennis and jay responses :)


my server is my own, co-located, so apache configuration is fully under my control. PHP upload limit is set at 2M, well over my average file size of 300kb.
...
Forum: Pixelpost Help 04-02-2009, 04:19 AM
Replies: 4
Views: 328
Posted By robackja
Uploading Photos (Photoshop CS3/CS4, Save For Web)

Has anyone ever encountered problems when uploading photos after they have been saved via "Save For Web..." in Photoshop CS3/CS4?

The photos are striped of their EXIF data, but Pixelpost seems to...
Forum: Pixelpost Help 04-01-2009, 08:49 PM
Replies: 19
Views: 1,802
Posted By robackja
and glad to see you got it working :)

and glad to see you got it working :)
Forum: Pixelpost Help 04-01-2009, 08:48 PM
Replies: 19
Views: 1,802
Posted By robackja
Well there are plenty of free editors for mac...

Well there are plenty of free editors for mac which are leagues better than TextEdit. TextWrangler is free and plays nice with Fetch. I use TextMate but it costs money.
Forum: Pixelpost Help 04-01-2009, 08:36 PM
Replies: 19
Views: 1,802
Posted By robackja
According to http://help.godaddy.com/article/899,...

According to http://help.godaddy.com/article/899, GoDaddy supports mod_rewrite.. The lines in your .htaccess, are they wrapping in TextEdit? Because each rule should be on one line by itself, in case...
Forum: Pixelpost Help 04-01-2009, 08:27 PM
Replies: 19
Views: 1,802
Posted By robackja
Error 500 in this case points to your Apache...

Error 500 in this case points to your Apache configuration was not setup with mod_rewrite support.

You can try wrapping the rewrite rules with this


<IfModule mod_rewrite.c>
RewriteEngine On...
Forum: Pixelpost Help 04-01-2009, 07:51 PM
Replies: 19
Views: 1,802
Posted By robackja
Correct, its the base of the pixelpost...

Correct, its the base of the pixelpost installation, the same directory that contains pixelpost's index.php file.

See a short, non-edited, no sound video @ http://theworldin35mm.org/downloads. I...
Forum: Pixelpost Help 03-30-2009, 02:03 PM
Replies: 3
Views: 330
Posted By robackja
doesn't work, the <pre>'s are striped from the...

doesn't work, the <pre>'s are striped from the output. I put

<pre><code> ... </code></pre>

output on the pixelpost.org is

<code> ... </code>


This all worked before, something changed on...
Forum: Pixelpost Help 03-29-2009, 04:43 AM
Replies: 19
Views: 1,802
Posted By robackja
Of course, your Apache or IIS webserver...

Of course, your Apache or IIS webserver installation needs to have mod_rewrite support also. You have to ask your HOSTING company if they support that. Almost all do.
Forum: Pixelpost Help 03-29-2009, 04:41 AM
Replies: 19
Views: 1,802
Posted By robackja
you need to put the put the rewrite rules in the...

you need to put the put the rewrite rules in the file you created.

so, create a file called .htaccess in the base of your pixelpost installation. then put the rewrite rules, copy-and-paste from...
Forum: Pixelpost Help 03-29-2009, 04:38 AM
Replies: 3
Views: 330
Posted By robackja
Exclamation pixelpost.org <code> in templates/addons pages doesn't work

http://www.pixelpost.org/extend/templates/the-world-in-35mm/

I tried to add some monospace <code> stuff to my template description. The <code></code> are placed around the text, but it doesn't...
Forum: Template design and Front-End Code 12-21-2008, 09:02 PM
Replies: 44
Views: 2,922
Posted By robackja
Also the template is designed for photos sized...

Also the template is designed for photos sized 720px width max, if you want to use larger sizes, you need to replace all occurrences of 720px in the CSS file with whatever size you want to use.
Forum: Template design and Front-End Code 12-21-2008, 08:58 PM
Replies: 44
Views: 2,922
Posted By robackja
When you receive a 404 error on a mod_rewrite...

When you receive a 404 error on a mod_rewrite URL, its because the htaccess file is not working.

the file starts with a dot `.htaccess` and should placed in the root of the pixelpost installation....
Forum: Template design and Front-End Code 12-21-2008, 07:53 PM
Replies: 44
Views: 2,922
Posted By robackja
usually the problem you are describing has...

usually the problem you are describing has nothing to do with the .htaccess file. that usually happens if you have your SITE URL in the ADMIN options set incorrectly.

but without a link to your...
Showing results 1 to 25 of 50

 

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

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