Profile for Herbert Poul
| Name | Herbert Poul |
|---|---|
| Email Address | Reveal this emailaddress |
| ICQ UIN | 50647169 |
| Jabber Id | kahless@sphene.net |
| Website URL | http://herbert.poul.at |
| Avatar | ![]() |
| Posts | 651 |
| Board Signature | |
Hey, we have Signatures !!! Great, isn't it ? | |
-
- 2010-03-12 08:13:57
- Re: General questions
- Board >> Comments >> comment category for "Wiki (sct)"
- oops, you are right, there is no documentation for that. weird..
this setting is used by the MultiHostMiddleware - it allows you to use the same installation on multiple "vhosts" - so for example http://herbert.poul.at and http://sct.sphene.net/ runs on the same installation, but with completely different forum/blog/wiki "namespaces" (these namespaces are called 'Group'
) - using SPH_HOST_MIDDLEWARE_URLCONF_MAP you can define which urlconf should be used for which hostname.. does this make sense?
if you only plan on running one website on one installation you usually don't need it, or simply set .* to your main urlconfHey, we have Signatures !!! Great, isn't it ?
-
- 2010-03-11 23:49:57
- Re: General questions
- Board >> Comments >> comment category for "Wiki (sct)"
- hi,
ad 1) this is actually the preferred way to add a new wiki snip - simply create a link
- you could also edit the URL (/wiki/edit/MyNewSnip/) - this trick can also be used in a template to use javascript to forward the user to this URL .. to allow a more CMS-like creation of pages..
ad 2) currently not supported - you should be able to rename it through the admin interface (although this will not rename sub snips . ie. 'Documentation/Tutorial' will not be renamed just because you rename 'Documentation')
ad 3) also not yet supported.. i have implemented this in the wiki i've done before SCT and it was never used.. so i didn't feel the need to implement it again.. although SCT is more popular so maybe there is a need arising
is this a requirement for your site?
Hey, we have Signatures !!! Great, isn't it ?
-
- 2010-03-03 23:17:25
- Re: Role Issue in 0.5
- Board >> General
- hi,
i'm pretty sure this is fixed in 0.6 - maybe you could give it a try?
--- Last Edited by Herbert Poul at 2010-03-03 23:20:04 ---Hey, we have Signatures !!! Great, isn't it ?
-
- 2010-02-09 09:08:30
- Re: should update svn url
- Board >> Comments >> comment category for "Downloads (sct)"
- you are right, thx.. i've changed it.Hey, we have Signatures !!! Great, isn't it ?

-
- 2010-02-07 20:42:30
- Re: Redirecting user directly to new posts in thread
- Board >> General >> Feature Discussions
- thanks for the patch - sorry i have not replied earlier. i have been quite busy
i'm wondering - since all i do is basically checking roughly through the patches to see if they make sense and fit into SCT and then commit your patches.. how about i also give you commit rights? i can watch the SVN history anyway.. maybe you could mail me.
i appreciate your effort to contribute back very much, sorry it takes a while for me to commit the patchesHey, we have Signatures !!! Great, isn't it ?
-
- 2010-02-01 11:49:55
- Re: Links in posts
- Board >> General >> Feature Discussions
- i think it would be cool to have this whole string as configuration setting . or at least the attributes of the tag..
because i could imagine that some message board want to open links in new windows, while others don't.. and again others might want to add a rel="nofollow"..
--- Last Edited by Herbert Poul at 2010-02-01 11:50:14 ---Hey, we have Signatures !!! Great, isn't it ?
-
- 2010-02-01 11:46:22
- Re: List of active monitors
- Board >> General >> Feature Discussions
- that would be a really cool feature to have in the profile.. although i'm not sure if it's better to use signals to embed it right into it, or just create a second view?Hey, we have Signatures !!! Great, isn't it ?

-
- 2010-01-19 22:58:36
- Re: TemplateSyntaxError
- Board >> Comments >> comment category for "Tutorial (sct)"
- hi,
thanks for using SCT - you are right with the template error - it is a bug since the templates in the community applications must not extend the template of the sphboard app. i have committed a fix into the trunk version in subversion of SCT.
as for the second error - maybe you could post a stacktrace along with the error? it seems like the 'example' group has been added a second time.. whyever this happened.. you could try simply deleting it by hand from the database (try a select * from community_group; - if you see two 'example' groups you can try to delete the one which was created later.. hopefully nothing has a reference to it)Hey, we have Signatures !!! Great, isn't it ?
-
- 2010-01-08 10:12:35
- Re: haystack?
- Board >> Comments >> comment category for "Search (sct)"
- ah ok .. just read haystack is just an abstraction over other search engines.. that makes sense.. maybe it would be worth changing the current djapian specific implementation to haystack.. although it then has another dependency .. well i'll take a look, if it doesn't make things more complicated it would be a good idea to not depend on a specific search engine.Hey, we have Signatures !!! Great, isn't it ?

-
- 2010-01-08 10:09:40
- Re: haystack?
- Board >> Comments >> comment category for "Search (sct)"
- hi,
well.. i only briefly evaluated search engines before using djapian - do you know the advantages of haystack?
since the components handling search are external anyway.. i guess it doesn't really matter, you can always create search applications using another search engine
let me know if you do so.. maybe i can add it to SCT (almost certainly if it doesn't destroy the current search
)
thanks for giving sct a try, let me know how your evaluation goes and if you need any further assistance
Hey, we have Signatures !!! Great, isn't it ?



