Search found 88 matches

by tadpole
Thu May 05, 2005 8:35 pm
Forum: General discussions
Topic: Replying to Comments
Replies: 3
Views: 2994

I haven't been keeping up to speed as much as I should on recent development efforts, but I don't believe that's currently possible. There are plans to implement it in the future (read: "When I have time."), though.
by tadpole
Thu May 05, 2005 8:33 pm
Forum: General discussions
Topic: Display/Rendering Problems
Replies: 3
Views: 3137

Please post a link to your blog and hopefully someone can help you out--it's kind of tough without seeing the code, though :)
by tadpole
Thu May 05, 2005 8:31 pm
Forum: General discussions
Topic: Select the plugin which you wish to install does not work
Replies: 6
Views: 4813

Sounds like a problem with permissions... make sure your web server is allowed to write to that file (and the whole templates_c directory).
by tadpole
Thu May 05, 2005 8:30 pm
Forum: Themes
Topic: Error message with "Newspaper" theme?
Replies: 3
Views: 5060

0.8 uses smarty for templating. Newspaper, IIRC, relies on using a (deprecated) layout.php. It should still work in 0.8--if not, let us know and we'll help you out.
by tadpole
Thu May 05, 2005 8:27 am
Forum: Themes
Topic: Adding Theme to Serendipity?
Replies: 1
Views: 3886

You also need a proper info.txt file.
by tadpole
Fri Apr 01, 2005 3:48 am
Forum: General discussions
Topic: Blog hacked
Replies: 5
Views: 3806

Looks like they just inserted a few lines at the beginning of the index.php file. Delete them. An iframe and a script element, it looks like.

As far as why, it probably wasn't serendipity that they got in through.
by tadpole
Thu Mar 17, 2005 5:54 am
Forum: Themes
Topic: How to put title text into a table?
Replies: 4
Views: 5742

This should be done with CSS, not a table. Change /* Begin Headers */ h1 { padding-top: 70px; margin: 0; } .description { text-align: center; } to /* Begin Headers */ h1 { padding-top: 70px; margin: 0 0 0 25%; } .description { text-align: center; margin: 0 0 0 25%; } Replacing '25%' with whatever yo...
by tadpole
Sat Mar 05, 2005 7:50 am
Forum: Themes
Topic: Adding a Banner to MT3 - Independence?
Replies: 7
Views: 7592

No no no! Odds are pretty good that you should be using CSS for this, as it is presentational. Apply a background image to #serendipity_banner--you'll probably want to use no-repeat for that (background: url(image.png) no-repeat top left;) Then, to get rid of the h1 and h2 elements, do h1, h2 { posi...
by tadpole
Sun Feb 13, 2005 5:40 pm
Forum: Bugs
Topic: Using html charachters (&) in post breaks Atom feed
Replies: 3
Views: 4212

If you've got some time and a bit of programming knowledge, you may be able to put this to good use (a plugin)--I keep intending to, but haven't had time :(
by tadpole
Mon Jan 24, 2005 10:14 pm
Forum: General discussions
Topic: month name
Replies: 5
Views: 4792

by tadpole
Mon Jan 24, 2005 10:05 pm
Forum: General discussions
Topic: Opera , Firefox, IE differences
Replies: 2
Views: 2831

As an ex-Opera user, I can tell you with great confidence that Opera users are used to this problem. Extremely annoying bug. The solution would be to use absolute positioning. Set the width of #content to, for example 85%. Then do #serendipity_rightSideBar { position: absolute; top: 100px; right: 0;...
by tadpole
Sun Jan 23, 2005 5:30 am
Forum: General discussions
Topic: Authentication Security
Replies: 6
Views: 5511

Your idea has no identity management. If people can see your traffic, they can probably change the data (it's really quite easy if you understand TCP, but I digress) and have the key transmitted. You may think that sounds like a lot of work just to get your password, and you're right. The good thing...
by tadpole
Sat Jan 22, 2005 3:12 am
Forum: Plugins
Topic: Wikipedia Wikticonary
Replies: 18
Views: 24089

If someone decides to implement this (which could be cool), HTMLHttpRequest could be a cool way to go.
by tadpole
Sat Jan 22, 2005 2:08 am
Forum: Plugins
Topic: event calandar plugin
Replies: 5
Views: 6278

If anyone else is searching for iphpcalendar, it's PHP iCalendar. It is GPL'd, but I'll look into creating our own--this could actually be useful for a site I'm doing for a client, so I can probably justify it to myself :)

No promises, but I'll look at it.
by tadpole
Sat Jan 22, 2005 2:03 am
Forum: Bugs
Topic: V0.7.1, index page broken style in Firefox, but ok in IE
Replies: 7
Views: 6112

Live HTTPHeaders could prove useful. Is FF requesting the CSS? If so, what is the response?