Search found 19 matches

by Slagar
Thu Feb 12, 2009 3:47 am
Forum: Modules/Add-Ons
Topic: shoutbox
Replies: 7
Views: 17395

Re: shoutbox

Is this functionality already available, Mark? Where?  :o Joerns, that looks fantastic!! I haven't tried it yet, but might do later :) If there aren't any other solutions around, maybe this could be made into a simple module. I wish I knew more about module development myself  :-\ Also, I do agree w...
by Slagar
Fri Jan 30, 2009 1:14 am
Forum: Modules/Add-Ons
Topic: [SOLVED] CGFeedMaker feed return link missing detailpage
Replies: 5
Views: 1742

Re: CGFeedMaker feed return link missing detailpage

Ahhh d'oh!
It was bound to be something obvious :D

Thanks Calguy! That worked like a charm :)

I simply changed it to:

Code: Select all

{news assign='junk' detailtemplate='newsdetail'}
by Slagar
Thu Jan 29, 2009 5:05 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] CGFeedMaker feed return link missing detailpage
Replies: 5
Views: 1742

Re: CGFeedMaker feed return link missing detailpage

Hmm, I'm just using what seems to be the default: {* original rss feed template *} <?xml version="1.0"?> <rss version="2.0">   <channel>     <title>{$feed.title}</title>     {if isset($feed.link) && !empty($feed.link)}<link>{$feed.link}</link>{/if}     {if isset($feed.des...
by Slagar
Thu Jan 29, 2009 4:54 pm
Forum: CMS Show Off
Topic: Rembrandt.co.nz
Replies: 16
Views: 8309

Re: Rembrandt.co.nz

Very nice site!
I managed to break the background scroller in FireFox while viewing "personal tailoring" page for some reason, but it works on the others.
by Slagar
Thu Jan 29, 2009 3:58 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] CGFeedMaker feed return link missing detailpage
Replies: 5
Views: 1742

Re: CGFeedMaker feed return link missing detailpage

Okay, I did a little playing around - I think this is a bug in CGFeedMaker. The detailtemplate I used is not the default News detail template - which is why I noticed it when it reverted back to the default one. Changing the desired template to the default made it work, but it doesn't change the fac...
by Slagar
Thu Jan 29, 2009 3:40 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] CGFeedMaker feed return link missing detailpage
Replies: 5
Views: 1742

[SOLVED] CGFeedMaker feed return link missing detailpage

I have CGFeedMaker 1.0.4. I have a mild problem with my News feed. The feed itself seems to work fine except for one thing: when I click on a link from the feed, to view a News item, CGFeedMaker does not supply the detailpage attribute. This results in viewing the news item, but with the default sam...
by Slagar
Sun Jan 18, 2009 9:10 pm
Forum: Modules/Add-Ons
Topic: Polls module... how to make it visible on my pages
Replies: 1
Views: 993

Re: Polls module... how to make it visible on my pages

Hey there! I was just playing around with this module, and encountered the same problem.

You need to install AjaxMadeSimple - it is a dependency for the Polls module. Once installed, your polls should work :)

Hope it helps ^_^
by Slagar
Mon Sep 29, 2008 4:29 am
Forum: Modules/Add-Ons
Topic: News module and language bugs (UTF-8)
Replies: 9
Views: 4292

Re: News module and language bugs (UTF-8)

Nice work Hare. Handy indeed.
Could someone add this change to the latest revision/for next release?
by Slagar
Mon Sep 29, 2008 4:17 am
Forum: Modules/Add-Ons
Topic: Which Forum module is this forum?
Replies: 3
Views: 1712

Re: Which Forum module is this forum?

This isn't a forum module of CMSMS [unfortunately] ;)

The forum you're using right now is called Simple Machines Forum (or SMF for short). It's quite popular and easy to install.
You can find it at http://www.simplemachines.org
by Slagar
Fri Jun 13, 2008 5:34 pm
Forum: CMSMS Core
Topic: PasteText not appearing in toolbar
Replies: 11
Views: 6194

Re: PasteText not appearing in toolbar

Pierre, examining the 1.3 install files, the "paste" plugin does only have "langs" folder, and "simplepaste" has the same as what your log displays - so your install is correct. When you upgraded to 1.3, did you remove your old install files first? For me, when upgradin...
by Slagar
Fri Jun 13, 2008 5:15 pm
Forum: CMSMS Core
Topic: Can't Edit Templates
Replies: 10
Views: 3354

Re: Can't Edit Templates

Not sure if this will help you track it down Calguy, but for me with UDTs... While editting, if I change the UDT name, and hit Apply... - First press of Apply is successful - Second press of Apply (or more) causes the "this-tag-already-exists" error. Changing the name BACK to the original ...
by Slagar
Fri Jun 13, 2008 4:54 pm
Forum: CMSMS Core
Topic: PasteText not appearing in toolbar
Replies: 11
Views: 6194

Re: PasteText not appearing in toolbar

Awesome, that works :)
Thanks Alby! :)

[solved]? ;)
by Slagar
Fri Jun 13, 2008 4:41 pm
Forum: CMSMS Core
Topic: Can't Edit Templates
Replies: 10
Views: 3354

Re: Can't Edit Templates

@flyouth: Really sounds like a permission problem :) Check your chmod and permission settings like david said. Also check your CMS database user has all necessary permissions enabled. @Pixelita: Your issue is quite different to the OP, but... Do you mean that, when editting, you click submit, and it...
by Slagar
Fri Jun 13, 2008 3:43 pm
Forum: CMSMS Core
Topic: PasteText not appearing in toolbar
Replies: 11
Views: 6194

Re: PasteText not appearing in toolbar

Pierre, TinyMCE 2.4.0? Don't you mean 3.0.8? At least, that's what mine is with CMS 1.3   :P EDIT: Whaaat. Pierre, it should not only have "langs" folder - mine has the same as Marisafal  :o Hmm, I have this problem too. I want PasteWord and PasteText, but neither of them are appearing. I...
by Slagar
Sun May 25, 2008 4:32 am
Forum: [locked] Installation, Setup and Upgrade
Topic: How to do a 2-level php include() in User defined tag?
Replies: 1
Views: 1679

Re: How to do a 2-level php include() in User defined tag?

Hey Howbag, this may seem obvious, but would this work for you? - Take the include out of your first external file - Call your include UDT a second time, to include your second php file So in your page you might have: {ExtFile filename="file1.php"} {ExtFile filename="file2.php"} ...

Go to advanced search