Yes it's exactly what I want to do but on a PHP page which is not the blog. For the moment I don't know how to display a serenditipy plugin on my page and not only on left or right column of the blog
Looking at the recent entry I found that I should use the function called serendipity_archiveURL ...
Search found 7 matches
- Sun Jun 26, 2005 9:14 pm
- Forum: General discussions
- Topic: url to access to one entry
- Replies: 3
- Views: 2900
- Wed Jun 22, 2005 9:24 pm
- Forum: General discussions
- Topic: url to access to one entry
- Replies: 3
- Views: 2900
url to access to one entry
On my homepage I want to make a short remind of the last 5 entries in my blog. I'm making directly a sql access to the tables blog_entries and blog_entrycat and use the field "title" to get the title of the entries and the field "timestamp" to get its date.
Now I want to have a direct link to each ...
Now I want to have a direct link to each ...
- Wed Jun 08, 2005 4:44 pm
- Forum: Plugins
- Topic: language toggle on the fly
- Replies: 6
- Views: 6651
- Wed Jun 08, 2005 1:17 pm
- Forum: Plugins
- Topic: language toggle on the fly
- Replies: 6
- Views: 6651
yes but
there is a "strange" comment in this function : "Find a way to let plugins hook into that sequence
".
It' means that for the moment I cannot hook this function. Do you mean I should modified the code (easy but not very good for the future update) ?
It' means that for the moment I cannot hook this function. Do you mean I should modified the code (easy but not very good for the future update) ?
- Tue Jun 07, 2005 11:26 pm
- Forum: Plugins
- Topic: language toggle on the fly
- Replies: 6
- Views: 6651
not really
The problem is that the user already has choose its language on my site. I have an url rewriting that convert /fr/ or /en/ hierachy to get the language parameter. And I want to "push" this language in the strings used by Serendipity (the serendipity_lang_en.inc.php file).
- Tue Jun 07, 2005 10:26 pm
- Forum: General discussions
- Topic: display a set of categories
- Replies: 1
- Views: 2364
display a set of categories
well it's about categories. I can have a page with all the entries of the blog (whatever their category are). I can have one page for each category that display all the entries of these category.
BUT is it possible to say something like "I want to display the entries of a set of categories (for ...
BUT is it possible to say something like "I want to display the entries of a set of categories (for ...
- Tue Jun 07, 2005 10:19 pm
- Forum: Plugins
- Topic: language toggle on the fly
- Replies: 6
- Views: 6651
language toggle on the fly
My web site is available in 2 different languages. I use url rewriting to finally set a php define that contains the current language (ie. "en" or "fr").
How can I dynamically change the blog language (ie. translation of "comments", "posted by"...) ?
I've try without success to add the line ...
How can I dynamically change the blog language (ie. translation of "comments", "posted by"...) ?
I've try without success to add the line ...