Search found 19 matches

by wxman
Fri Aug 29, 2008 2:16 pm
Forum: Bugs
Topic: PHP Error - cannot yet handle MBCS in html_entity_decode()
Replies: 2
Views: 2121

Thanks Garvin. I changed it this morning.
by wxman
Thu Aug 28, 2008 10:57 pm
Forum: Bugs
Topic: PHP Error - cannot yet handle MBCS in html_entity_decode()
Replies: 2
Views: 2121

PHP Error - cannot yet handle MBCS in html_entity_decode()

I have a whole lot of this error showing up in my server logs: PHP Warning: cannot yet handle MBCS in html_entity_decode()! in /var/www/vhosts/tlt.com/httpdocs/serendipity/include/functions_trackbacks.inc.php on line 552 I searched here for anyone else with the same problem, but I couldn't find any....
by wxman
Sun Oct 07, 2007 2:49 pm
Forum: Installation
Topic: Trying to get rid of extra dot in date
Replies: 2
Views: 2292

Re: Trying to get rid of extra dot in date

Check your entries.tpl template file and see what it uses at the place where "formatTime" is called. You can look up that constant used there in your "lang_XX.inc.php" file of the serendipity "lang" (and "lang/UTF-8/") subdirectory. Thanks Garvin. It was the ...
by wxman
Sat Oct 06, 2007 5:42 pm
Forum: Installation
Topic: Trying to get rid of extra dot in date
Replies: 2
Views: 2292

Trying to get rid of extra dot in date

It's driving me crazy, but one of my blogs has an extra period between the date and the year. I thought I knew where to find it in the code, but I can't seem to find it.

Any idea where I could find my extra dot?
by wxman
Tue Jan 17, 2006 9:53 pm
Forum: Themes
Topic: Generated CSS Property I can't Find
Replies: 8
Views: 6703

I figured that's what it was. I use CSS all the time, and I've never heard of it either. I was just afraid that "fixing" the problem would just make things worse. I removed the plug-in and it validates just fine now. Of course my wife just came to me and said that the design isn't quite wh...
by wxman
Tue Jan 17, 2006 5:09 pm
Forum: Themes
Topic: Generated CSS Property I can't Find
Replies: 8
Views: 6703

Sorry about that! I didn't mean to start an argument. I'll give the fix you said a try. I can get rid of the plug-in anyway as long as I don't use png's which, unfortunatly, I don't because of IE problems.

Thanks for the help.
by wxman
Sun Jan 15, 2006 11:04 pm
Forum: Themes
Topic: Generated CSS Property I can't Find
Replies: 8
Views: 6703

Generated CSS Property I can't Find

I’ve made a custom template design for our site’s new blog. I’m using all CSS, except for the plug-ins. I tried to validate the page through W3C, and the page itself does, but not the style sheet. Here's the error: URI : http://www.tlt.com/serendipity/index.php?/serendipity.css Line: 2 Context : img...
by wxman
Fri Dec 23, 2005 2:36 pm
Forum: Installation
Topic: New Page Heading for Catagories
Replies: 14
Views: 7915

Thanks Garvin. I'll keep working on it, but it's getting a bit busy here with Christmas an all. I hope you have a good holiday.

Tom
by wxman
Fri Dec 23, 2005 4:23 am
Forum: Installation
Topic: New Page Heading for Catagories
Replies: 14
Views: 7915

I did find this in the index.php: $serendipity['head_title'] = $title[0]; $serendipity['head_subtitle'] = $serendipity['blogTitle']; I also switched the default back to index.php, but I left the link to her page as whats_new.php. When I look at the index.php version of it, the title still doesn't ch...
by wxman
Thu Dec 22, 2005 9:56 pm
Forum: Installation
Topic: New Page Heading for Catagories
Replies: 14
Views: 7915

OK I'm drawing a blank! Can I embed the page and still use index.php?
by wxman
Thu Dec 22, 2005 9:34 pm
Forum: Installation
Topic: New Page Heading for Catagories
Replies: 14
Views: 7915

Sorry for the trouble, but I'm at a place that I can't get access to my server utilities. I can see the php code, and can copy it, so if you think it could help I can get copies of certian pages. I didn't edit the index.php page at all. I did a search through the code for $blog_title and none were f...
by wxman
Tue Dec 20, 2005 4:05 am
Forum: Installation
Topic: New Page Heading for Catagories
Replies: 14
Views: 7915

I checked the index.tpl for those lines, and it's right where it should be.
I also have the serendipity_event_categorytemplates plugin installed, but it really is vague about what to do with it.
by wxman
Mon Dec 19, 2005 3:45 pm
Forum: Installation
Topic: New Page Heading for Catagories
Replies: 14
Views: 7915

Then maybe I'm doing something wrong. Here are the addresses of the two categories I set up for this author: http://www.robinschone.com/serendipity/whats_new.php?/categories/3-Booksignings http://www.robinschone.com/serendipity/whats_new.php?/categories/4-News She wants one for book signing dates an...
by wxman
Sun Dec 18, 2005 1:39 pm
Forum: Installation
Topic: New Page Heading for Catagories
Replies: 14
Views: 7915

I didn't see that one. I'll give it a try. Thanks
by wxman
Sun Dec 18, 2005 5:02 am
Forum: Installation
Topic: New Page Heading for Catagories
Replies: 14
Views: 7915

New Page Heading for Catagories

I don't know if I'm missing something obvious, but is there a way to make the page heading change with different catagories?
Like if you are looking at "News", then the page title would have a custom page heading to go with it. When you switch catagory, the page heading changes too.