Search found 10 matches

by robintw
Fri Sep 01, 2006 10:35 am
Forum: Themes
Topic: Help needed with a few small CSS adjustments
Replies: 5
Views: 4169

Hi,

I was having a bit of a play around last night, so I think I might have sorted the problem you're talking about no - so if you want you can try it again at http://robinwilson.homelinux.com/NewWebsite/blog.php.

I'm trying to get s9y to fit in with my main website, by setting it to embedded: yes ...
by robintw
Thu Aug 31, 2006 9:49 pm
Forum: Themes
Topic: Help needed with a few small CSS adjustments
Replies: 5
Views: 4169

Help needed with a few small CSS adjustments

Hi,

I've created my own theme, well modified one of the existing ones, to make s9y fit nicely into my website. What I've done so far can be found at http://robinwilson.homelinux.com/NewWebsite/blog.php.

I've managed to adjust most things in the style.css file to make it work - partly through trial ...
by robintw
Sat Jul 31, 2004 5:05 pm
Forum: Bugs
Topic: Fatal error: Call to undefined function: mail()
Replies: 5
Views: 7849

Does the mail() function rely on the sendmail server?

Is there anyway to test the sendmail server is working correctly?

Robin
by robintw
Sat Jul 31, 2004 4:07 pm
Forum: Bugs
Topic: Fatal error: Call to undefined function: mail()
Replies: 5
Views: 7849

Hi

Fair enough...any ideas how I fix mail()???

Robin
by robintw
Sat Jul 31, 2004 1:25 pm
Forum: Bugs
Topic: Fatal error: Call to undefined function: mail()
Replies: 5
Views: 7849

Hi

Sorry...this isn't a bug!

Its a problem with my system because I don't have sendmail set up. Is there a way to set up Serendipity to use a different smtp server (for example, my ISP's server - smtp.dsl.pipex.com)???

I would like to have the mail function working as it would be very useful?

Is ...
by robintw
Sat Jul 31, 2004 12:39 pm
Forum: Bugs
Topic: Fatal error: Call to undefined function: mail()
Replies: 5
Views: 7849

Fatal error: Call to undefined function: mail()

Hi

When I post a comment (or anyone else posts a comment) I get this error:

Fatal error: Call to undefined function: mail() in /srv/www/htdocs/blog/serendipity_functions.inc.php on line 1394

The comment still goes throught, but it doesn't look too good!

Any ideas?

Robin
by robintw
Sat Jul 31, 2004 10:49 am
Forum: General discussions
Topic: How do I (embed my own php code)
Replies: 4
Views: 6691

Thanks, I've got the layout.php file now...

Where in that file should I put my php bit to set up my counter??

I would like the display for the counter to appear at the bottom if possible or if not then on the left hand side.

Thanks in advance

Robin
by robintw
Sat Jul 31, 2004 10:38 am
Forum: General discussions
Topic: Does not email me when I get a comment...
Replies: 1
Views: 3828

Does not email me when I get a comment...

Hi

I have selected the option to email me when I get a comment on something I have written but I don't get an email.

My email address is right. Any ideas?

Robin
by robintw
Sat Jul 31, 2004 12:47 am
Forum: General discussions
Topic: How do I (embed my own php code)
Replies: 4
Views: 6691

Hi

I have tried to follow these instructions, but cannot find my /templates/bla/layout.php file. The folder bla doesn't seem to exist and I have looked inside my template (blue) folder and layout.php doesn't seem to exist.

I have another bit of php code I would like to insert on the index page (a ...
by robintw
Sat Jul 31, 2004 12:44 am
Forum: Plugins
Topic: PHP counter plugin?
Replies: 3
Views: 4240

PHP counter plugin?

Hi,

I use a php based counter on my website that requires the following code to display a count on a webpage:

<?php
require "/srv/www/htdocs/COUNTER/phpcounter.php
?>

Is there anyway to work this into a plugin (I'm not too brilliant at php programming)?

Or is there a way to use it in the HTML ...