Search found 15 matches
- Mon Mar 08, 2010 1:57 pm
- Forum: Modules/Add-Ons
- Topic: Babel and Menu Manager start point problem
- Replies: 0
- Views: 1066
Babel and Menu Manager start point problem
I have a site that is in English but now I need to make it multi-language. First I will detail out how it is currently working and then I will show what changes I have made and what isn't working. Existing Navigation: 1. Home 2. Products 2.1 Software 2.2 Hardware 3. Services If you click ...
- Mon Jan 11, 2010 11:04 am
- Forum: Developers Discussion
- Topic: CreateFrontendLink & params problem
- Replies: 2
- Views: 2129
CreateFrontendLink & params problem
I have a while loop to list records in a database table. On each record I have an edit link. I am creating that link with the following code: $rec->edit = $this->CreateFrontendLink($row['id'], $returnid, 'add_edit', $this->Lang('edit'), array('id'=>$rec->id)); However, when the link is clicked the...
- Fri Sep 18, 2009 4:14 pm
- Forum: The Lounge
- Topic: [Solved] Prevent Glossary from filtering menu items
- Replies: 1
- Views: 1899
Re: Prevent Glossary from filtering menu items
Well I found a resolution for this but it involved "hacking" the source files which I was hoping to avoid. If you need to replicate my "fix" for yourself you need to edit modules->Glossary->Glossary.module.php. Around line 181 you will find something like $c_body_start = stripo...
- Thu Sep 17, 2009 8:41 pm
- Forum: The Lounge
- Topic: [Solved] Prevent Glossary from filtering menu items
- Replies: 1
- Views: 1899
[Solved] Prevent Glossary from filtering menu items
I have added the glossary module to my site and turned on the "Automatically Filter Content Pages for Terms?" option, however it is also filtering my menu items. How do I prevent this from happening? I searched and the only similar post I found was this one: http://forum.cmsmadesimple.org...
- Wed Sep 16, 2009 8:49 am
- Forum: CMSMS Core
- Topic: Print icon doesn't work after upgrading to 1.6.5
- Replies: 34
- Views: 16323
Re: Print icon doesn't work after upgrading to 1.6.5
After RonnyK took a look I re-installed the entire package (instead of just the diff) and that worked for me.
- Tue Sep 15, 2009 7:25 pm
- Forum: The Lounge
- Topic: [SOLVED] Numeric strings appearing in a comment
- Replies: 5
- Views: 3228
Re: [SOLVED] Numeric strings appearing in a comment
The resolution to this was that in my template I had {content} and then in my page content there were instances of . I removed the tags from the template and changed the empty tags in the content to double tags and that resolved it. I'm not sure which of the two changes actually caused the fix bec...
- Tue Sep 15, 2009 3:25 pm
- Forum: The Lounge
- Topic: [SOLVED] Numeric strings appearing in a comment
- Replies: 5
- Views: 3228
Re: Numeric strings appearing in a comment
Thanks and you were right that the extra > wasn't caused by that code, I'm still at a loss as to where it might possibly be coming from though. I've sent you a PM with the contents of my template for the ongoing investigation to the reported problems with the Print module in 1.6.5 and you can see t...
- Tue Sep 15, 2009 3:21 pm
- Forum: CMSMS Core
- Topic: Print icon doesn't work after upgrading to 1.6.5
- Replies: 34
- Views: 16323
Re: Print icon doesn't work after upgrading to 1.6.5
PM sent with the contents of the template where it isn't working. Is it possible to downgrade just the Print module back to 1.6.4 compatibility? I am hoping to launch my site this coming weekend and would really like to have the print functionality in place for the launch. Is there anything that y...
- Tue Sep 15, 2009 12:25 pm
- Forum: The Lounge
- Topic: [SOLVED] Numeric strings appearing in a comment
- Replies: 5
- Views: 3228
Re: Numeric strings appearing in a comment
Ronny, yes they are definitely in the source. I was thinking it looked something like counts and was going to use it as a vector to try to find out where the extra < might be coming from.
I don't see a setting in the config for it, is it something that I have to add?
Thanks,
Jay
I don't see a setting in the config for it, is it something that I have to add?
Thanks,
Jay
- Tue Sep 15, 2009 11:28 am
- Forum: The Lounge
- Topic: [SOLVED] Numeric strings appearing in a comment
- Replies: 5
- Views: 3228
[SOLVED] Numeric strings appearing in a comment
After the last content block in my templates I am seeing something that looks like a random comment block which is outputting numbers. I can't tell where this is coming from. Here are the items: The problem with this is that whatever is generating it is also outputting an extra < before the comment...
- Tue Sep 15, 2009 10:52 am
- Forum: CMSMS Core
- Topic: Print icon doesn't work after upgrading to 1.6.5
- Replies: 34
- Views: 16323
Re: Print icon doesn't work after upgrading to 1.6.5
Any updates on this? Do you at least have enough info now to replicate the problem?
Thanks,
Jay
Thanks,
Jay
- Fri Sep 11, 2009 7:46 pm
- Forum: CMSMS Core
- Topic: Print icon doesn't work after upgrading to 1.6.5
- Replies: 34
- Views: 16323
Re: Print icon doesn't work after upgrading to 1.6.5
PM sent with site link, details of what steps I've taken, what is in my page template, link template, print template and override stylesheet.
Thanks,
Jay
Thanks,
Jay
- Wed Sep 09, 2009 9:26 pm
- Forum: CMSMS Core
- Topic: 1.6.5 and Printing Module
- Replies: 2
- Views: 1471
Re: 1.6.5 and Printing Module
Thanks, not sure why that post didn't come up when I searched on "Print + 1.6.5" though. Oh well.
Jay
Jay
- Wed Sep 09, 2009 9:25 pm
- Forum: CMSMS Core
- Topic: Print icon doesn't work after upgrading to 1.6.5
- Replies: 34
- Views: 16323
Re: Print icon doesn't work after upgrading to 1.6.5
My details on the same problem since I didn't find this post in my search. It appears to be doing the opposite of what it should be, it's showing all of the template structure except the content instead of showing only the content. I also tried resetting the template and it didn't work. http://foru...
- Wed Sep 09, 2009 9:16 pm
- Forum: CMSMS Core
- Topic: 1.6.5 and Printing Module
- Replies: 2
- Views: 1471
1.6.5 and Printing Module
I had setup the 'print this page' printing module in my 1.6.4 install and it was working fine. The only modifications I had made were to add in some simple color styles and to also include the {title} in the output. Both of which were made to the appropriate areas inside the module. My "call...