Thank you! It works now!
well, would be nice of I could get some Error message for such situations, I had no idea how to get one. Is that possible?
Search found 14 matches
- Sun Dec 30, 2007 11:25 pm
- Forum: Developers Discussion
- Topic: Devoloping one's own modules
- Replies: 6
- Views: 5681
- Sat Dec 29, 2007 1:56 pm
- Forum: The Lounge
- Topic: "mark all as read" does not work
- Replies: 3
- Views: 3799
Re: "mark all as read" does not work
Okay, but I found only a Link for unread posts separately for each section. So I have to do that three times to mark all posts. but - it works, thank you
- Sat Dec 29, 2007 1:50 pm
- Forum: Developers Discussion
- Topic: How to apply session
- Replies: 1
- Views: 1296
Re: How to apply session
do you think of sessions in general or whether you should use some CMSms mechanism? For the first case: You can use the $_SESSION variable.
- Sat Dec 29, 2007 1:12 pm
- Forum: Developers Discussion
- Topic: Devoloping one's own modules
- Replies: 6
- Views: 5681
Re: Devoloping one's own modules
okay. I'll separate my code : ) so, I created a file 'method.install.php' in my module's directory and wrote: <?php global $gCms; $db =& $gCms->GetDb(); $opt = array('mysql' => 'TYPE=MyISAM'); $dict = NewDataDictionary($db); $flds = ' entry_id I KEY AUTO, short_desc C, long_desc XL '; $sqlarray ...
- Wed Dec 26, 2007 8:42 pm
- Forum: Developers Discussion
- Topic: Devoloping one's own modules
- Replies: 6
- Views: 5681
Devoloping one's own modules
Hi, I tried to get started with module programming. So I had a look at the tutorial in the wiki, which helped me quite much 'til now. Unfortunately there's nothing said about writing an admin panel, so I tried to have a look at other modules. I was able to install it, and it installs the link in the...
- Wed Dec 26, 2007 8:33 pm
- Forum: The Lounge
- Topic: "mark all as read" does not work
- Replies: 3
- Views: 3799
"mark all as read" does not work
Hi, I like those "Mark as read" buttons in forums. Unfotunately, I cannot use it here for ALL forums (the global button on the start page of the forum). I get the following error: Session verification failed. Please try logging out and back in again, and then try again. Does anyone know ab...
- Sun Dec 16, 2007 11:03 am
- Forum: Modules/Add-Ons
- Topic: self registration and html entities
- Replies: 0
- Views: 841
self registration and html entities
I use SelfRegistration on a german installation, therefore there need some charakters like ä displayed as messages. But instead of ä, I see ä in my site: the referenced text is referenced again! It is saved correctly in the lang files. Other strings are not encoded again, they get decoded: ...
- Thu Dec 13, 2007 8:30 pm
- Forum: Modules/Add-Ons
- Topic: Changing the FrontEndUsers login code
- Replies: 0
- Views: 1075
Changing the FrontEndUsers login code
Hi,
I want to change the FrontEndUsers login-code, to provide usage of the accesskey attribute. What is the most simple way to do that? I have no idea how to change the generated code, because it is not editable via the settings or the template.
I want to change the FrontEndUsers login-code, to provide usage of the accesskey attribute. What is the most simple way to do that? I have no idea how to change the generated code, because it is not editable via the settings or the template.
- Mon Sep 24, 2007 1:37 pm
- Forum: Developers Discussion
- Topic: User sites & phpBB
- Replies: 4
- Views: 2883
Re: User sites & phpBB
ok, bearable^^
- Sun Sep 23, 2007 3:16 pm
- Forum: Developers Discussion
- Topic: User sites & phpBB
- Replies: 4
- Views: 2883
Re: User sites & phpBB
I don't think so, too. Maybe, there is some workaround for it.
- Sun Sep 23, 2007 11:40 am
- Forum: Developers Discussion
- Topic: User sites & phpBB
- Replies: 4
- Views: 2883
User sites & phpBB
Hi,
I am creating some kind of portal, with info sites created by cmsms and a phpBB forum.
I want the users to be allowed to create their own pages in the cmsms area. So, I need them to be able to log in with their phpBB account - or something other that could allow this
I am creating some kind of portal, with info sites created by cmsms and a phpBB forum.
I want the users to be allowed to create their own pages in the cmsms area. So, I need them to be able to log in with their phpBB account - or something other that could allow this

- Fri Sep 21, 2007 4:16 pm
- Forum: Layout und Design
- Topic: mehrere Eigenschaften für Seiten?
- Replies: 1
- Views: 2626
mehrere Eigenschaften für Seiten?
Hallo,
Zentrales Element in cmsms sind ja die sog. Inhalte. Da kann man Text angeben, Menütext, Meta daten ...
Meine Frage: Wie kann ich selber eingenschaften hinzufügen?
Zentrales Element in cmsms sind ja die sog. Inhalte. Da kann man Text angeben, Menütext, Meta daten ...
Meine Frage: Wie kann ich selber eingenschaften hinzufügen?
- Fri Jun 08, 2007 1:23 pm
- Forum: CMSMS Core
- Topic: external access to menu
- Replies: 5
- Views: 3392
Re: external access to menu
thanks, that's exactly what I searched for! EDIT well, now I only have to include this result into my phpBB3 forum template. Because more of cmsms users know about phpBB than phpBB users about cmsms ;) : The problem is including the menu, because the cmsms index.php redefines variables defined by p...
- Thu Jun 07, 2007 7:47 pm
- Forum: CMSMS Core
- Topic: external access to menu
- Replies: 5
- Views: 3392
external access to menu
Hi, My problem: I have got a cmsms installation on my webspace, and in a subdir a phpBB installation. I want to show the cmsms menu at the top of the page. Atm, I copy the final html code into the phpBB template when I change something. Because this isn't a very good solution (in my eyes...), I want...