Search found 41 matches

by Krzyzak
Tue Nov 18, 2008 5:10 pm
Forum: General discussions
Topic: How to show tags for entry
Replies: 1
Views: 1464

How to show tags for entry

Hi.
I'm using freetag plugin. I would like to list tags for actual entry - so, I have to edit entry.tpl, but what should I add to this file?
by Krzyzak
Wed Oct 15, 2008 3:30 pm
Forum: General discussions
Topic: Last comments plugin
Replies: 5
Views: 2943

Hi!
I've just discovered, that's impossible to get recent comments with event_forum - timestamp in _comments table is null, so date is in fact actual, not from comment, and not all comments(posts) are added to _comments table- Is there any public plugin/hack/whatever to fix it? If not, when it will ...
by Krzyzak
Sun Oct 12, 2008 8:20 pm
Forum: General discussions
Topic: Last comments plugin
Replies: 5
Views: 2943

well, row comment in serendipity_comments is empty(actually, it's NULL), url is link to post on forum. It's created by event_forum...
by Krzyzak
Fri Oct 10, 2008 6:06 pm
Forum: General discussions
Topic: Last comments plugin
Replies: 5
Views: 2943

Last comments plugin

Hi. I've got comments mirrored with phpBB3. I would like to display last comments on my site (by s9y_plugin_comments) - everything is ok, except, that I can't display comment text in my sidebar plugin- just because comment_body row is empty. How can I edit it?
by Krzyzak
Wed Oct 08, 2008 11:51 pm
Forum: General discussions
Topic: serendipity_fetchPrintEntries and sticky entries
Replies: 1
Views: 1649

serendipity_fetchPrintEntries and sticky entries

Hi.
I would like to sort my entries called by {serendipity_fetchPrintEntries} with sticky entries(it's ok noSticky="FALSE"), but sticky entries isn't on the top of my list- how can I edit this?
EDIT
nope,
noSticky='FALSE' doesn't works :/
so, how to load sticky entries, and add them on the top ?
by Krzyzak
Mon Sep 29, 2008 11:12 pm
Forum: General discussions
Topic: advanced search
Replies: 2
Views: 1620

advanced search

Hello.
I would like to create advanced search form- I mean - searching by autor,by date,by category - not only simple searching by title.
Is it possible?
by Krzyzak
Mon Sep 29, 2008 10:58 pm
Forum: General discussions
Topic: Comment mirroring
Replies: 4
Views: 2474

ok, after reinstallation everything is ok - thanks;)
by Krzyzak
Mon Sep 29, 2008 2:07 pm
Forum: General discussions
Topic: Comment mirroring
Replies: 4
Views: 2474

yes, there's 3.x option enabled.
forum.log exists, I've deleted it, and tried to add comment again.
That's result:

/index.php?url=my_url.
29.09.2008 12:36: Could not get phpBB properties for storing a comment
/index.php?url=my_url&serendipity[csuccess]=true
29.09.2008 12:36: PHPBB Entry #42 ...
by Krzyzak
Mon Sep 29, 2008 1:38 pm
Forum: General discussions
Topic: Comment mirroring
Replies: 4
Views: 2474

Comment mirroring

Hi.
I've got problem with comment mirroring.
I've successfully installed s9y & phpBB3.
I've configured databse name,user and password, so on s9y site there's no error related with connection by mirroring plugin.
However, when I add comment, I haven't got any post on my forum.
I've checked by ...
by Krzyzak
Sun Sep 28, 2008 10:01 pm
Forum: General discussions
Topic: tag-related entries
Replies: 1
Views: 1468

tag-related entries

Hi.
I would like to display block with tag-related entries- I've got freetag plugin, but there's only tag cloud block - is it possible to display sth what I would like to do?
by Krzyzak
Thu Sep 25, 2008 7:03 pm
Forum: General discussions
Topic: advanced polls
Replies: 1
Views: 1374

advanced polls

Hi. I'm looking for advanced polls plugin - preferred voting with ajax, and - whats most important - polls (and their results) should look prettier than in standard pollbox plugin (for example: result should have graphical voting bar)
Is it possible to create this with serendipity? Or is it possible ...
by Krzyzak
Sun Sep 21, 2008 2:40 pm
Forum: Themes
Topic: fetching entries NOT from category
Replies: 2
Views: 3460

Ok, I've done it much easier (and faster) - I've set all categories, which I want to display instead of setting categories, which I dont want to display ;)
K.I.S.S. ;)
by Krzyzak
Sun Sep 21, 2008 1:21 pm
Forum: Themes
Topic: fetching entries NOT from category
Replies: 2
Views: 3460

fetching entries NOT from category

Hi.
I would like to fetch entries from all of categories, excluding two of them -lets say, categoryid=5 and 9. How can I do this? Currently I've got:

serendipity_fetchPrintEntries noSticky='TRUE' limit="0,5" template="entries_tab.tpl" full="FALSE"}

Any help'll be appreciated ;)
by Krzyzak
Wed Aug 27, 2008 12:51 am
Forum: Themes
Topic: tabbed yahoo-like block
Replies: 12
Views: 10544

As an example, to retrieve the 5 most recent entries for a category #25, using a custom smarty template called "entries_custom.tpl", you can use code such as this in index.tpl:
Code:
{serendipity_fetchPrintEntries limit="0,5" category="25" template="entries_custom.tpl"}
that's what I was looking ...
by Krzyzak
Wed Aug 27, 2008 12:05 am
Forum: Themes
Topic: tabbed yahoo-like block
Replies: 12
Views: 10544

The hard part is to get the content you want to display, and I'm still not sure what that would be ... something like the 5 recent entries for each category?
exactly. I can create js markup, however - I need html with entries.
So, how can I get 5 entries for each category on main page ? :)