Search found 43 matches

by matsch
Mon Nov 17, 2008 2:20 pm
Forum: Installation
Topic: Blog infrastructure for a research group
Replies: 1
Views: 1987

Blog infrastructure for a research group

Hi, we want to build a small blog-infrastructure for our group at a university. Serendipity would be my first choice. We'd like to have a blog for every user where he can have private as well as public entries. But additionally, we would also like to (selectively?) push entries to a group blog, wher...
by matsch
Mon Aug 25, 2008 12:16 pm
Forum: Plugins
Topic: Disable snap.com preview for specific links
Replies: 11
Views: 5047

Thanks Garvin, I didn't know who to blame. Here is the answer (not tested yet): 18. How can I prevent specific links from having Snap Shots? Add the 'snap_noshots' class to any link and it will not display the Snap Shot. For example: <a class="snap_noshots" href="http://www.example.co...
by matsch
Mon Aug 25, 2008 12:46 am
Forum: Plugins
Topic: Disable snap.com preview for specific links
Replies: 11
Views: 5047

Hi Garvin, I am actually not quite sure what you mean. What do b, u and i have to do with a? ;-) And where would I go to configure this anyway? Right now all external links on my site trigger this (ugly) snap.com pop up. What I was hoping was something like this (in my entries.tpl): stopApplyingSnap...
by matsch
Sat Aug 23, 2008 12:54 am
Forum: Plugins
Topic: Disable snap.com preview for specific links
Replies: 11
Views: 5047

Disable snap.com preview for specific links

Hi,

anyone know how I can prevent the snap.com preview to pop up on some specific links or parts of the website?
The links are in one part of the entries.tpl of my template.

Regards,
matsch
by matsch
Wed Feb 28, 2007 6:06 pm
Forum: Installation
Topic: Error after Update: weblogping
Replies: 28
Views: 20249

Oh I am sorry.

I didn't see I should put it in the other config. I automatically assumed it was to put in the config_local. :roll:

Never mind then! :-)
matsch
by matsch
Wed Feb 28, 2007 5:54 pm
Forum: Installation
Topic: Error after Update: weblogping
Replies: 28
Views: 20249

I found the bug! (Yes, there is one...). :twisted: In serendipity_config.inc.php on Line 82 you check whether the Var is set: if (!isset($serendipity['use_PEAR'])) { $serendipity['use_PEAR'] = true; } But only on line 230 you include the actual config file serendipity_config_local.inc.php: include($...
by matsch
Wed Feb 28, 2007 5:24 pm
Forum: Installation
Topic: Error after Update: weblogping
Replies: 28
Views: 20249

Hi, to make it even more clear. 1. The result of get_include_path() with $serendipity['use_PEAR'] = false; .:/usr/share/php:/usr/share/pear:/home/chroot/home/matsch/public_html/blog/bundled-libs/:/home/chroot/home/matsch/public_html/blog/bundled-libs/Smarty/libs/:/home/chroot/home/matsch/public_html...
by matsch
Wed Feb 28, 2007 5:17 pm
Forum: Installation
Topic: Error after Update: weblogping
Replies: 28
Views: 20249

If PEAR is enabled, s9y puts his own directories AFTER the server-side configured, thus putting a preference on the global installation. If use_PEAR is disabled, s9y puts his own directories as the first path, thus putting a preference to the local bundled-libs directory. Sorry, ich glaube wir rede...
by matsch
Wed Feb 28, 2007 9:49 am
Forum: Installation
Topic: Error after Update: weblogping
Replies: 28
Views: 20249

Hi Garvin, Inside the serendipity_config.inc.php file you should see the methods where set_include_path is being used, if you want to trace that? I think something is wrong with the logic of this part in serendipity_config.inc.php: $new_include = ($serendipity['use_PEAR'] ? $old_include . PATH_SEPAR...
by matsch
Tue Feb 27, 2007 5:43 pm
Forum: Installation
Topic: Error after Update: weblogping
Replies: 28
Views: 20249

Hi, Hi matsch! Please talk to your provider about making the settings that have been discussed in this thread (include_path vs. open_basedir path) - his current setting seems to cause the trouble that PEAR is advocated on your server, but not usable. If after setting use_PEAR=false the problem does ...
by matsch
Mon Feb 26, 2007 9:03 pm
Forum: Installation
Topic: Error after Update: weblogping
Replies: 28
Views: 20249

Hi, unfortunately I am experiencing exactly the same problem. Edit your serendipity_config_local.inc.php file (check the FAQ about 'fixperm' if you have no write access to that file) and insert: $serendipity['use_PEAR'] = false; This will instruct s9y to NOT use the advocated PEAR libraries on the s...
by matsch
Thu Jan 18, 2007 8:51 pm
Forum: Plugins
Topic: Feature Request: automatically set title-attr. in hyperlinks
Replies: 7
Views: 4527

Re: Feature Request: automatically set title-attr. in hyperl

Hi, thanks for the reactions so far. a href="http://blog.example/exit.php?url=aHR0cDovL2Jsb2cuZGVm" title="http://destination.example" > with your plugin it could be that the real url is not shown to the user anymore. As I understand you correctly, you worry that those titles wil...
by matsch
Wed Jan 17, 2007 8:40 pm
Forum: Plugins
Topic: Feature Request: automatically set title-attr. in hyperlinks
Replies: 7
Views: 4527

Hi all! I brought forward this little idea and implemented it in a small s9y event plugin. I hope someone can have a quick look at it, since i am not a genius in php and it's my first s9y plugin. you can grab it at: http://matsch.binaervarianz.de/serendipity_event_autotitle-0.1.zip if it's ok and mo...
by matsch
Fri Jan 12, 2007 10:08 pm
Forum: Plugins
Topic: Feature Request: automatically set title-attr. in hyperlinks
Replies: 7
Views: 4527

How would I go about fetching the Title of a remote site (without fetching the whole site)?

Regards,
matsch
by matsch
Thu Jan 11, 2007 10:53 am
Forum: Plugins
Topic: Feature Request: automatically set title-attr. in hyperlinks
Replies: 7
Views: 4527

Feature Request: automatically set title-attr. in hyperlinks

Hi, i have a little idea, which really would make life easier posting entries with several hyper links. i would love a little feature which automatically populates the title-attribute for hyper links (as in [a href="" title=""]). it would be cool if it could get the page title of...