|
#11
|
|||
|
|||
|
I have it up and running without any real problems to report. I had to click the EXIF button and that's about it!
|
|
#12
|
||||
|
||||
|
Quote:
Before I posted the first time about having this problem, I had already tried downloading the file in both Firefox and IE by clicking on the link directly, by right-clicking on the link and choosing 'save as', had cleared caches in both browsers a couple of times, and nothing would work except for embedding the link to the zip file in a plain html page, then downloading it from there. Clearing the cache in either browser did not help in my case, unfortunately. I haven't gotten to install 1.6 yet - had something come up this afternoon that I had to tend to, but hope to work on that tomorrow. |
|
#13
|
||||
|
||||
|
I've setup a mirror on my site for people who are having issues downloading the beta.
http://labs.dview.us/other_files/fil...t_v1-6beta.zip You can verify that the mirror is the same as the "official" version by checking the MD5 Hash: 78153f831bbe612bce88cb466369ec41
__________________
Jay Williams | A Different View |
|
#14
|
|||
|
|||
|
It's working for me except for one little bug which I posted in another thread. I really love that it has tags now, thanks so much PP dev team!
|
|
#15
|
||||
|
||||
|
Glad to hear the major issue is with the zip-file and only small issues thus far are found. This is the reason it has been delayed a couple of months: we wanted to do some serious testing to fix the most bugs.
Since it has been stable for a week or so, we released it for everyone to test to make sure it works on most (if not all) server configurations. kulayphoto and Jeff A, glad most things are working.
__________________
My photoblog, powered by PixelPost 1.9 dev SVN | My Pixelpost Addons | My Cool Photoblog profile
|
|
#16
|
|||
|
|||
|
I should have added my server info for you technical types...
PHP-version 5.2.1 (Pixelpost's min requirement: PHP version: 4.3.0 ) Session save path /tmp MySQL version 4.1.21-standard (Pixelpost's min requirement: MySQL: 3.23.58 ) GD-lib bundled (2.0.28 compatible) with JPEG support File Uploads to Pixelpost site are possible. Server Software Apache/1.3.37 (Unix) Resin/3.0.9 mod_mono/1.0.2 mod_fastcgi/2.4.2 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a PHP-CGI/0.1b EXIF Pixelpost is using exifer v1.5 for EXIF-information. |
|
#17
|
|||
|
|||
|
i upgrade to 1.6beta without problems!i see a few minor changes, excepts tags of course
. only one questions. what is markdown feature?? thx
__________________
reflectingmyself photoblog :: reflejandome fotoblog [ http://www.reflejandome.com ] |
|
#18
|
||||
|
||||
|
Markdown is a special syntax for use in the image description.
It was included in 1.5 as well. New thing in 1.6 is that you can switch it off. Read explanation here: http://daringfireball.net/projects/markdown/ KArin |
|
#19
|
||||
|
||||
|
Logo in the header
Regarding the template, I'm sure you notice that by default, the header contains the title of your site. If you'd like to use an image logo instead, you can simply edit the style sheet (horizon.css) and replace the following:
Code:
#header .inside {
background:#000;
height:100px;
}
#header .inside h1 a {
float:right;
text-align:right;
color:#666;
padding-top:30px;
font-weight:normal;
display:block;
}
with this - where "logo.gif" is your logo. (be sure to place it in the images folder contained in your template directory)
#header .inside {
background:url(../images/logo.gif) top right no-repeat #000;
height:100px;
}
#header .inside h1 a {
float:right;
color:#666;
padding-top:30px;
font-weight:normal;
width:300px;
height:60px;
display:block;
text-indent:-9999px;
}
__________________
Scott Craig | cancerbox.com |
|
#20
|
||||
|
||||
|
I installed it and had no problems whatsoever. Fantastic work. The tags are great.
This is great guys thanks so much! |
| Post Reply |
| Thread Tools | |
|
|