Search found 13 matches

by lkelly
Wed Jul 27, 2005 8:27 pm
Forum: General discussions
Topic: Help! Trying to add flash movie to top of blog
Replies: 5
Views: 3785

For some reason that causes the flash content to be displayed after all the blog stuff on the page layout. Any ideas?

That does seem to help with the header error messages.
by lkelly
Wed Jul 27, 2005 5:16 pm
Forum: General discussions
Topic: Help! Trying to add flash movie to top of blog
Replies: 5
Views: 3785

Sure. I've tried a few different methods, some of which are probably equivalent. 1. Do an echo(' ') in the php code right before the line ob_start() in index.php. The contents of the echo statement are exactly what I pulled out of Dreamweaver, beginning with a <div> and then <object...> with the fla...
by lkelly
Wed Jul 27, 2005 8:15 am
Forum: General discussions
Topic: Help! Trying to add flash movie to top of blog
Replies: 5
Views: 3785

Help! Trying to add flash movie to top of blog

I'm trying to add a flash movie to the top of my blog index.php page, and doing so is causing problems with loading headers and producing error messages. This especially happens if I use the comments form and hit submit. Does anyone have a simple example of how to add a flash item to the top of the ...
by lkelly
Sun Jul 24, 2005 2:49 am
Forum: General discussions
Topic: Calendar control
Replies: 1
Views: 1814

Figured it out. Some of the logic is in the .tpl file.
by lkelly
Sat Jul 23, 2005 6:31 am
Forum: General discussions
Topic: Calendar control
Replies: 1
Views: 1814

Calendar control

I'm hacking the code for the calendar control, and I'd like to know how the logic for the scrolling arrows works (to move to the next month and previous month). If I have an entry in the database for the previous month, and I click on the left scroll bar, should it then show the calendar days for th...
by lkelly
Wed Jul 20, 2005 4:04 pm
Forum: General discussions
Topic: Modify the calendar so it uses future years
Replies: 7
Views: 5523

Thanks again. I did just edit my post while you were responding with another (probably simple for you) question. :)
by lkelly
Wed Jul 20, 2005 3:50 pm
Forum: General discussions
Topic: Modify the calendar so it uses future years
Replies: 7
Views: 5523

Garvin, that did the trick. I should have seen that option. Thanks so much. Another thing - the code to hack so that the archive dates displayed on the right hand column (i.e. "July 2005" and "June 2005" etc.) are also offset from the future calendar year I'm using, instead of th...
by lkelly
Wed Jul 20, 2005 5:56 am
Forum: General discussions
Topic: Modify the calendar so it uses future years
Replies: 7
Views: 5523

OK, a follow up to this... I can get the calendar to come up with the future year (i.e. July 2010) when the page loads, but if I post-date new entries on the admin page when creating them, they don't show up. If I enter new ones with today's date in 2005, those do show up in the 2005 archive. Anythi...
by lkelly
Wed Jul 20, 2005 1:11 am
Forum: General discussions
Topic: Can I include a flash element in the layout?
Replies: 1
Views: 1820

Can I include a flash element in the layout?

Is it possible to place a flash animation into the layout? For example, if I wanted to replace the banner image with a flash menu...

Thanks.
by lkelly
Wed Jul 20, 2005 1:10 am
Forum: General discussions
Topic: using php include to add blog to page
Replies: 1
Views: 1828

I think I resolved it by moving the two files into the same root serendipity folder.
by lkelly
Tue Jul 19, 2005 11:26 pm
Forum: General discussions
Topic: using php include to add blog to page
Replies: 1
Views: 1828

using php include to add blog to page

I'm trying to simply use the php include function to add the index.php page from the serendipity directory to my main page. I immediately get a slew of errors: All are "Warning: Cannot modify header information - headers already sent by" index.php on line 19 index.php on line 20 serendipit...
by lkelly
Tue Jul 19, 2005 3:37 am
Forum: Themes
Topic: Stupid formatting question
Replies: 1
Views: 3720

Stupid formatting question

Bear in mind that I'm still somewhat of a noob when it comes to layout and CSS, but here's my simple problem. I'm trying to use the serendipity index.php file as the bottom frame in a frameset. I can get the content to load fine, but whenever there is enough information on the page to introduce a ve...
by lkelly
Fri Jul 15, 2005 2:01 am
Forum: General discussions
Topic: Modify the calendar so it uses future years
Replies: 7
Views: 5523

Modify the calendar so it uses future years

I'm trying to set up a blog which appears to have entries posted in the future. For example, I want the calendar to show 2010 instead of 2005. Is there a quick change I can make to the underlying code to allow it to add several years to the dates and still calculate the right days of the month/days ...