Pixelpost

Authentic Photoblog Flavour


Go Back   Pixelpost Forum > Search Forums

Showing results 1 to 25 of 54
Search took 0.02 seconds.
Search: Posts Made By: glloeb
Forum: Template design and Front-End Code 12-22-2006, 05:29 AM
Replies: 4
Views: 575
Posted By glloeb
I'm really hoping I won't have to resort to...

I'm really hoping I won't have to resort to <center>. Any help you can give would be appreciated.

Gabe
Forum: Template design and Front-End Code 12-20-2006, 06:01 PM
Replies: 4
Views: 575
Posted By glloeb
Thanks Connie, but unfortunately that only...

Thanks Connie, but unfortunately that only applies to fixed-width divs, making it somewhat useless for those who would like to display divs with variable widths (for varied width images).

I have...
Forum: Template design and Front-End Code 12-19-2006, 08:40 PM
Replies: 4
Views: 575
Posted By glloeb
Question Centering Non-Fixed Width Divs

Hey everyone, I've been running off of this template (http://gabrielloeb.com) for a while now, and I'm getting to be ready for a change. I've perused many CSS articles looking for an answer to this...
Forum: Pixelpost Help 09-10-2006, 04:41 PM
Replies: 3
Views: 745
Posted By glloeb
Thanks you guys, I guess I've gotten so caught up...

Thanks you guys, I guess I've gotten so caught up in doing things myself that I forget some of it has been done for me.

Gabriel Loeb (http://gabrielloeb.com)
Forum: Lounge 09-10-2006, 04:01 AM
Replies: 13
Views: 2,004
Posted By glloeb
I understand photoblogging is all about the...

I understand photoblogging is all about the photos. However, for me, a part of it is the text/story/description that comes with it. One of the things that I love about Chromasia, for instance, is...
Forum: Pixelpost Help 09-10-2006, 03:57 AM
Replies: 16
Views: 3,638
Posted By glloeb
I don't understand, why do some blogs get insane...

I don't understand, why do some blogs get insane spam and others get none? I have had no issues with spam from the start. Can someone explain this?
Forum: Pixelpost Help 09-10-2006, 03:55 AM
Replies: 3
Views: 745
Posted By glloeb
Attempt to change comment date-time

Okay, here is my feeble attempt to change the comment date-time to match the way dates are displayed on the top of my comment pages. From index.php:

new version: $datetime = gmdate("F jS, Y g:i...
Forum: Pixelpost Help 08-23-2006, 02:28 PM
Replies: 2
Views: 668
Posted By glloeb
I'm going to guess that you want something like...

I'm going to guess that you want something like this
// count comments!
$commentnumb = sql_array("select count(*) as count from ".$pixelpost_db_prefix."comments");
taken from /admin/comments.php
Forum: Pixelpost Help 08-23-2006, 02:20 PM
Replies: 2
Views: 668
Posted By glloeb
for one: <IMAGE_COMMENTS_NUMBER> I'm not...

for one: <IMAGE_COMMENTS_NUMBER>

I'm not sure there is one for all of them, but you could do a for loop and find it.
Forum: Pixelpost Help 08-22-2006, 11:26 PM
Replies: 6
Views: 1,020
Posted By glloeb
Bleh, nevermind, I got it to work.

Bleh, nevermind, I got it to work.
Forum: Pixelpost Help 08-22-2006, 11:05 PM
Replies: 6
Views: 1,020
Posted By glloeb
Sorry to bring this back from the dead but I...

Sorry to bring this back from the dead but I finally got it to work in IE using the <comments_popup> tag; however, I'm wondering where I can edit $lang_comments_popup. Currently it is set to...
Forum: Pixelpost Help 08-21-2006, 03:19 AM
Replies: 8
Views: 850
Posted By glloeb
Well if the notes are in a div (call it #notes) ...

Well if the notes are in a div (call it #notes)

#notes p {
margin or w/e:
}

otherwise, no idea.
Forum: Lounge 08-20-2006, 03:26 PM
Replies: 604
Views: 110,683
Posted By glloeb
I'm sure most of you have already seen this, but...

I'm sure most of you have already seen this, but here's mine (http://gabrielloeb.com/).
Forum: Pixelpost Help 08-19-2006, 01:11 AM
Replies: 6
Views: 1,020
Posted By glloeb
Okay, I tried your suggestion and while it...

Okay, I tried your suggestion and while it continues to work in firefox it is not working for me in IE 7 Beta. Sadly, I don't have any other version of IE, so I will leave the change up, perhaps it...
Forum: Pixelpost Help 08-18-2006, 09:58 PM
Replies: 6
Views: 1,020
Posted By glloeb
Comment Popup

Okay, I really do hate to keep making threads about this, but it would be great if I could get an answer on whats going on. Basically, my site is at least somewhat functional in all browsers, but in...
Forum: Template design and Front-End Code 08-17-2006, 11:43 PM
Replies: 9
Views: 903
Posted By glloeb
Okay, at this point I think the CSS is working...

Okay, at this point I think the CSS is working well enough. The only browser that REALLY screws it up is IE, and the only issue there is that it doesnt display border-bottom for #navbar li. no...
Forum: Template design and Front-End Code 08-17-2006, 05:12 AM
Replies: 9
Views: 903
Posted By glloeb
The issue with that is that it moves the main...

The issue with that is that it moves the main page back to index.php
Forum: Template design and Front-End Code 08-16-2006, 11:45 PM
Replies: 9
Views: 903
Posted By glloeb
Geos I tried placing the javascript in the href...

Geos I tried placing the javascript in the href portion but it only led to 404 errors.
Forum: Template design and Front-End Code 08-16-2006, 03:10 AM
Replies: 9
Views: 903
Posted By glloeb
Okay, so in order to make my issue more clear I...

Okay, so in order to make my issue more clear I have decided to use what, presumably, pixelpost users will respond more fully too. Images. (This is also a desperate plea for attention.)

Without...
Forum: Template design and Front-End Code 08-16-2006, 12:41 AM
Replies: 9
Views: 903
Posted By glloeb
here is my code for the comment link: I can't...

here is my code for the comment link: I can't figure out whats wrong with it

<a href="index.php?showimage=<IMAGE_ID>"...
Forum: Template design and Front-End Code 08-15-2006, 07:49 PM
Replies: 9
Views: 903
Posted By glloeb
Okay, I started using the developer extension...

Okay, I started using the developer extension (thanks connie) and I guess its starting to look a bit better.

Current issues:

the navbar ul with title="title" is taking up the entire width of...
Forum: Template design and Front-End Code 08-15-2006, 01:38 AM
Replies: 9
Views: 903
Posted By glloeb
Need A LOT of CSS help

Okay, so I began working on a very small css redesign which involved a cleaning up of my old code and essentially copy pasting usable bits from scratch. Indubitably, this has led to some problems. My...
Forum: Pixelpost Help 08-12-2006, 07:44 PM
Replies: 2
Views: 712
Posted By glloeb
Okay, I've become unsure as to whether my...

Okay, I've become unsure as to whether my original question was the correct one. What's happening is that when I click on the category links (created with the pixelpost regex stuff) it redirects in...
Forum: Pixelpost Help 08-11-2006, 06:21 PM
Replies: 2
Views: 712
Posted By glloeb
Comment window links

Okay, I know I posted on this subject about a month ago, but I'm not satisfied with the response I got (not much). So without further ado: Does anyone know how I can use a link in the comment window...
Forum: Template design and Front-End Code 07-09-2006, 03:52 AM
Replies: 13
Views: 2,081
Posted By glloeb
Sorry, one additional question: I added a...

Sorry, one additional question:

I added a space to show ISO data for my images in the comment page, but for previously uploaded images the data is not showing up (I cannot verify that it works for...
Showing results 1 to 25 of 54

 

All times are GMT. The time now is 10:19 PM.

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