Welcome to Geeklog, Anonymous Wednesday, December 25 2024 @ 10:30 pm EST

Development

Forum Plugin Ver 2.3.2 Released

  • Saturday, October 16 2004 @ 11:32 am EDT
  • Contributed by:
  • Views: 11,172
Plugins I have uploaded a final 2.3.2 version of the Forum Plugin. A release for testing has been available on my site www.portalparts.com for a few weeks and after a couple hundred downloads, I've not had any real issues reported so it's now being moved to a general release.

I recommend that all users upgrade to this version as it addresses a number of bugs and one serious security related issue. See this forum topic here for more details on this issue and fix.

Geeklog Version 1.3.10 will be released shortly. I plan on another release shortly afterwards to use a number of 1.3.10 new features. Specifically:

  1. New SPAM filtering API using Tom Willets Spam Plugin
  2. Autolink feature
  3. New Update API: so plugins can execute an update function. This will make it easy to update the plugin installed version number for example.

How to convert your Geeklog to Unicode/UTF-8 in 11 steps.

  • Tuesday, October 12 2004 @ 06:57 am EDT
  • Contributed by: Anonymous
  • Views: 24,370
Geeklog If you started your server with one language, and want to move to a multilanguage system later on, it can be quite difficult if you need different charachter sets for the different languages. With UTF-8 you can display all langauges and letters at the same time in the same page without any problems.
The best solution therefore would be to convert your _complete_ data into Unicode in one go. You dont want to go through each story and comment and edit letters by hand after you switched the encoding of the page.

For this procedure to work you need (1) a text editor like notepad that can save raw text data while choosing the encoding (Notepad unter windows for example), (2) direct access to you MySQL executable (Windows cmd or Linux Shell) and (3) a NON-Unicode-Capable Editor (!) such as PHPEdit (or linux shell editors AFAIK). You can find out which editor cannot handle Unicode by saving a small text containing a "xxöxx" or similar with notepad as UTF-8 (See step 3) and opening it with the other editor. If you the letter "ö" appears now as "ö" you have the right one.

Now let's start.

Latest Stories in a Block

  • Friday, October 01 2004 @ 09:46 am EDT
  • Contributed by:
  • Views: 10,183
Geeklog I decided to put the titles for the latest stories in the static page centerblock on one of my sites. Here is the code to do this, just place it in a static page, set the centerblock option, set the execute php option to 'execute PHP (return)' and pretty it up however you want. It will display the last date and titles of the last 15 (or whatever you set the $numstories variable to) stories.

Anyway here is the code ...

Page navigation