will pay $$ for help with simple theme customizations

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
spid77
Regular
Posts: 10
Joined: Fri Aug 04, 2006 2:55 am

will pay $$ for help with simple theme customizations

Post by spid77 »

Hi,

I have a website that is very simple. I know hardly any php any was wondering if anyone would be available to help me with my blog. Nothing fancy, just backround, table, text color, as well as a few links on top of bage and jpeg banner. Please email mike@mrharris.org


thanks[/b]
judebert
Regular
Posts: 2478
Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:

Post by judebert »

Mike, has anyone gotten back to you yet?

Not to spoil anybody's cash flow, but changing the attributes you're looking for isn't PHP, but mostly HTML or CSS. You could probably do it yourself.
Judebert
---
Website | Wishlist | PayPal
disc
Posts: 3
Joined: Thu Aug 24, 2006 1:31 am

How can I change the folder attributes?

Post by disc »

I think I have nearly the same problem. I know I have to change the atrributes of the theme folder but I am not able. I tried it with FTPUploader and with the provider WebFTP. Especially the folders of themes I got with Spartacus are not to change. Maybe there is an easy solution but couldn find it.
sincerely
disc
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: How can I change the folder attributes?

Post by garvinhicking »

Hi!

You can configure the spartacus plugin to indicate, which directory/file permissions it can set to new folders. This you might need to change for future downloads.

To fix the permissions of current directories you either need to ask your provider to set those, or you might try the 'fixperm.php' script mentioned in the FAQ on www.s9y.org.

Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
disc
Posts: 3
Joined: Thu Aug 24, 2006 1:31 am

It works!

Post by disc »

Thank yaaa!
disc
disc
Posts: 3
Joined: Thu Aug 24, 2006 1:31 am

Changing Attributes of Folders with fixperm.php

Post by disc »

Maybe I should describe for the other people how I reached the target...
I created a file called fixperm.php
wrote the following in it:

<?php
chmod('/the/way/to/the/target_folder/', 0777);
?>

(the target_folder is the folder which attributes has to change)
I copied the fixperm.php in the root folder of Serendipity
then I called that script via http://myblog/the/way/to/the/[b]root[/b]_folder/fixperm.php

done!

and again, thank you Garvin
greatings from
http://www.dimitri.de/
Post Reply