Search found 65 matches

by tinhat
Mon Aug 16, 2010 4:07 am
Forum: Locked: Geek Moot 2010
Topic: Geekmoot CMSMS website & sponsorship
Replies: 2
Views: 11439

Geekmoot CMSMS website & sponsorship

This page doesn't render in FF3. Not sure what the problem is (didn't look at the code): http://geekmoot.com/2010/sponsors/ Anyway, I am happy to make a small donation towards geekmoot. Can someone let me know how you want me to pay? Should I just use the paypal "donate" button on the webs...
by tinhat
Fri Jan 15, 2010 12:44 am
Forum: Modules/Add-Ons
Topic: NMS - capture message id into the message template?
Replies: 2
Views: 1405

Re: NMS - capture message id into the message template?

In NMS.module.php Around line 630 (after the "setup smarty" comment) I added the following line: [php] $smarty->assign('messageid', $this->current_message); [/php] Which gives me a smarty tag {$messageid} which I can use in my newsletter template. Ideally, it would be good to know if there...
by tinhat
Thu Dec 17, 2009 3:15 pm
Forum: Modules/Add-Ons
Topic: NMS - capture message id into the message template?
Replies: 2
Views: 1405

NMS - capture message id into the message template?

I want to create link to put into the message template so that subscribers can click on a "send this newsletter to a friend" link to a form on the website which will allow them to enter the name and email address of a friend they want to send  a link to the archived view of that message. I...
by tinhat
Thu Dec 17, 2009 1:05 pm
Forum: Modules/Add-Ons
Topic: [Solved] NMS - strip all html except between the body tags
Replies: 3
Views: 2188

Re: [Solved] NMS - strip all html except between the body tags

You could edit your Archive Summary template to something like: <ul> {section name=mysec loop=$archived_messages}    {* modified mark 081207 - make newsletter link open in new window *}    <li><a href="{$archived_messages[mysec].href}&showtemplate=false" onClick="window.open('{$ar...
by tinhat
Sun Nov 15, 2009 4:33 am
Forum: Modules/Add-Ons
Topic: FormBulder - wrap=virtual for TextArea?
Replies: 0
Views: 841

FormBulder - wrap=virtual for TextArea?

Is there any way to set the wrap attribute on the textarea fields generated by form builder? I would like to set wrap to virtual. I find that is the most useful setting.
by tinhat
Mon Nov 09, 2009 5:07 am
Forum: Modules/Add-Ons
Topic: AdvancedContent
Replies: 264
Views: 87628

Re: improve the content type "content"

Hopefully I'm wrong... :) wrong  :) I have not yet seen (for lack of time) and so I don't know if same level but calguy1000 has implemented a something like this in 1.6 Alby Could someone please clarify this? My understanding is that calguy's CGContentUtils will not provide this sort of functionali...
by tinhat
Mon Nov 09, 2009 4:44 am
Forum: Developers Discussion
Topic: Content Block Type
Replies: 4
Views: 2790

Re: Content Block Type

I can't wait for this. :)
by tinhat
Tue Nov 03, 2009 12:10 am
Forum: General Discussion
Topic: How can I display multiple content items on a webpage (say on the frontpage)?
Replies: 10
Views: 5332

Re: How can I display multiple content items on a webpage (say on the frontpage)?

There are ways you can code this sort of functionality into your templates. You can set up a menu section header and under it create pages for that section. You can then use CG Simple Smarty extension to create some smarty code in your template that will find the children pages of the section and pu...
by tinhat
Mon Nov 02, 2009 11:56 pm
Forum: Announcements
Topic: 2009 Geek Moot Donation Drive
Replies: 6
Views: 10541

Re: 2009 Geek Moot Donation Drive

Hello Please send an announcement to the mailing list for requests such as this one. I would have been happy to donate for Geek Moot and will be happy to next time but I only saw this today as I don't come to the forums often - today I came to read any recent announcements. Like others, I often only...
by tinhat
Mon Sep 14, 2009 3:01 am
Forum: Announcements
Topic: Announcing CMS Made Simple 1.6.5 - Poya
Replies: 44
Views: 42735

Re: Announcing CMS Made Simple 1.6.5 - Poya

Let's see what else is broken - print module is broken. Maybe it's me - maybe I made a boo boo somwhere with the dif files - but this is a disaster. I'm going to have to do a fresh install of 1.6.3 I hate to bitch about open source software, especially as I know how hard the developers work for no b...
by tinhat
Mon Sep 14, 2009 1:54 am
Forum: Announcements
Topic: Announcing CMS Made Simple 1.6.5 - Poya
Replies: 44
Views: 42735

Re: Announcing CMS Made Simple 1.6.5 - Poya

EDIT: SOLVED - disregard. The problem was entirely due to my error.
by tinhat
Tue Sep 08, 2009 6:25 am
Forum: Modules/Add-Ons
Topic: Search "resultpage" suddenly stopped working
Replies: 15
Views: 5021

Re: Search "resultpage" suddenly stopped working

For the record... I've just waisted my afternoon on a similar problem. The search function was misbehaving all of a sudden - not displaying to the correct resultpage, and all the html header missing on the results page (including css). Turns out it was some smarty logic I had put into a global conte...
by tinhat
Tue Aug 04, 2009 3:25 am
Forum: CMSMS Core
Topic: Admin Breadcrumbs broken (site recently upgraded to 1.6.1)
Replies: 3
Views: 1733

Re: Admin Breadcrumbs broken (site recently upgraded to 1.6.1)

OK - I read that in the change log for 1.6 we see: " Fixed issue with breadcrumbs in admin theme" I am assuming that along the way something has been rewritten that broke the second level hyperlinks in the admin pages? I notice that in NCleanGreyTheme.php line 166 has been changed from: [p...
by tinhat
Tue Aug 04, 2009 1:54 am
Forum: CMSMS Core
Topic: Admin Breadcrumbs broken (site recently upgraded to 1.6.1)
Replies: 3
Views: 1733

Admin Breadcrumbs broken (site recently upgraded to 1.6.1)

This site was recently upgraded from 1.5.4 to 1.6.1 [edited - slightly solved, slightly different problem] The problem is that the second level breadcrumbs are not displaying a hyperlink. This kind of breaks breadcrumb navigation under modules such as Newsletter Made Simple (NMS). For example,  if I...
by tinhat
Thu May 14, 2009 4:45 am
Forum: Modules/Add-Ons
Topic: TinyMCE 2.4.13 Blockquote not working in IE7
Replies: 0
Views: 807

TinyMCE 2.4.13 Blockquote not working in IE7

Blockquote does not work in TinyMCE on IE7 (win). It works fine in Opera, Firefox, Safari and Chrome on Win (Vista). Does anyone have a solution? IE7 has a very proportion of the browser market (I have not tested on other IE versions). CMS Install Information: CMS Version 1.5.4 Installed Modules CMS...

Go to advanced search