Search found 34 matches

by Jabrwock
Mon Mar 06, 2006 11:50 pm
Forum: General discussions
Topic: Xinha FYI, not HTML 4.0 compliant
Replies: 1
Views: 1700

Xinha FYI, not HTML 4.0 compliant

It's just something to note, but xinha uses XHTML 1.0 standards, which will make your browser scream in agony if serendipity is set to use HTML 4.0 and your browser checks for HTML standards compliance (which mine does... it's pretty anal about standards... :P). So I would recommend xinha only if yo...
by Jabrwock
Sun Mar 05, 2006 8:37 pm
Forum: Plugins
Topic: xinha relative image url fix?
Replies: 2
Views: 2897

I suspect it's a "feature", as it was mentioned in their forums that IE has some issues with absolute addresses that are missing the server IP. But I submitted a ticket anyway asking if there was a way to turn that off...
by Jabrwock
Sun Mar 05, 2006 7:35 pm
Forum: Plugins
Topic: xinha relative image url fix?
Replies: 2
Views: 2897

xinha relative image url fix?

I use mod_rewrite, and xinha was setting urls to the relative image path (instead of /s9y/uploads/image.jpg it was putting uploads/image.jpg which was making the image fail to load on archived entries because it was looking for archives/.../uploads/image.jpg) so I finally figured out how to modify ....
by Jabrwock
Fri Mar 03, 2006 7:00 pm
Forum: Plugins
Topic: [submit] serendipity_plugin_frappr
Replies: 6
Views: 4143

You can change the configuration page based on a config setting... You can look at the linklist plugin for an example... All I do is put an "if" statement insdie the select block... However, I try to only use this for options that change displays of plugin, not change the plugins behavior...
by Jabrwock
Fri Mar 03, 2006 6:50 pm
Forum: Plugins
Topic: [submit] serendipity_plugin_frappr
Replies: 6
Views: 4143

mgroeninger wrote:Perhaps you are looking for the htmlnugget plugin... it allows you to enter html/javascript which it displays in the sidebar. You can then control placement without editing the template.
That's perfect, thanks. :)
by Jabrwock
Fri Mar 03, 2006 5:06 pm
Forum: Plugins
Topic: Setting multiple config values from one select menu
Replies: 1
Views: 1787

Setting multiple config values from one select menu

Right now I set one value (type) from a select menu. Another item (id_type) used in the plug-in when it's displayed depends on the 'type' value, but doesn't use the same value (but they do map to each other). Is there any way to set two different things from the same select box? Ex: Menu - Type - ID...
by Jabrwock
Fri Mar 03, 2006 4:55 pm
Forum: Plugins
Topic: [submit] serendipity_plugin_frappr
Replies: 6
Views: 4143

I was thinking that, but I wasn't sure how to do dynamic plug-in menus, so that when you change the type (xfire, adsense, webpasties), the settings available change. Is there a way? Or do I just have all the possible fields, and then it only uses the ones applicable to it's settings? I was looking a...
by Jabrwock
Thu Mar 02, 2006 8:50 pm
Forum: Plugins
Topic: [submit] serendipity_plugin_webpasties
Replies: 0
Views: 2377

[submit] serendipity_plugin_webpasties

Type: Sidebar Plugins
Group: Frontend External Services
Name: WebPasties
Desc: Displays WebPasties such as RSS feeds, event calendars, IM status, and Web Polls. Customize them on the Webpasties site.
Language Support: EN lang file included

serendipity_plugin_webpasties.tgz (2k)
by Jabrwock
Thu Mar 02, 2006 6:15 pm
Forum: Plugins
Topic: [submit] serendipity_plugin_xfire
Replies: 0
Views: 2256

[submit] serendipity_plugin_xfire

Type: Sidebar Plugins Group: Frontend External Services Name: Xfire Miniprofile Desc: displays a link & image generated by Xfire to display your online gaming status Language Support: EN lang file included (see lang file for special instructions regarding DE & FR language support) serendipi...
by Jabrwock
Thu Mar 02, 2006 6:04 pm
Forum: Plugins
Topic: [submit] serendipity_plugin_frappr
Replies: 6
Views: 4143

[submit] serendipity_plugin_frappr

Type: Sidebar Plugins Group: Frontend External Services Name: Frappr (FReinds mAPPeR) Desc: allows you to put a link/image to your frappr map, as well as the option to display frappr avatars that have recently been added to your group. Language Support: EN lang file included serendipity_plugin_frap...
by Jabrwock
Thu Mar 02, 2006 5:38 pm
Forum: Plugins
Topic: plugin submission - howto?
Replies: 3
Views: 2749

Re: plugin submission - howto?

The best thing would be to post a link here, so that I can commit it. If the code looks solid to me, I could also offer you to give you a CVS account to commit/maintain it yourself? Ok, I'll stick it online in a bit. It's great you get so deeply involved with Serendipity! We need people like you! I...
by Jabrwock
Wed Mar 01, 2006 11:32 pm
Forum: General discussions
Topic: NL2BR Customization
Replies: 10
Views: 8155

I was having some wacky issues when I installed the "static pages" plug-in (it kept trying to download php pages instead of view them...). Maybe try disabling it and see if that affects anything?
by Jabrwock
Wed Mar 01, 2006 9:38 pm
Forum: General discussions
Topic: NL2BR Customization
Replies: 10
Views: 8155

What version of serendipity are you using? (0.9.1 for me)

Here's the event plugins I've got installed:

-Markup: Serendipity
-Markup: NL2BR
-Spam Protector
-Spartacus
-User Profiles
-User Self-Registration
-Forgot Password
-Links to next/previous entry
by Jabrwock
Wed Mar 01, 2006 9:24 pm
Forum: General discussions
Topic: NL2BR Customization
Replies: 10
Views: 8155

which version of the Markup: NL2BR plugin are you using?

I've got 1.2, and it's got a seperate behavior setting for entry vs. extended, so you should be able to disable one while leaving it set for the other.
by Jabrwock
Wed Mar 01, 2006 9:02 pm
Forum: Plugins
Topic: plugin submission - howto?
Replies: 3
Views: 2749

plugin submission - howto?

I've written a Frappr sidebar plug-in, how do I submit it for consideration?