Search found 76 matches

by d-lexy
Thu 11. Aug 2005, 23:44
Forum: hacks & enhancements Support
Topic: Frontend login by Ionrock
Replies: 14
Views: 9214

Hey Volkman, I've seen your post but only got around it now. But what file did you put this code into: <?php $action = "phpwcms.php?do=modules&p=" . $mod['num'] . "&c=1&user-do=add"; if ($_POST['submit'] == "Submit") { $values = $_POST; $myuser = new UserAdd...
by d-lexy
Wed 10. Aug 2005, 16:22
Forum: hacks & enhancements Support
Topic: Frontend login by Ionrock
Replies: 14
Views: 9214

Danke volkman! What happened was that I installed this module on a plain new system just to test out. What I failed to do was create a layout and a template. After I tried your suggestions and it still didnt work, I went into the script and after looking at it realized, that the login prompt is prin...
by d-lexy
Tue 9. Aug 2005, 23:22
Forum: hacks & enhancements Support
Topic: Frontend login by Ionrock
Replies: 14
Views: 9214

Frontend login by Ionrock

Hello,

I just installed the module on 1.2.3
The module is accessible from backend and shows no problems.

However, I can still see the "protected" content without being asked to enter my login info.

Has anyone else experienced this?

Regads,
Alex
by d-lexy
Fri 5. Aug 2005, 06:04
Forum: hacks & enhancements Support
Topic: GT Mod cutting last letter
Replies: 3
Views: 3045

GT Mod cutting last letter

Hello, I just implemented GT Mod for the first time and I have to say I'm very impressed. This will really help me! I have a small problem though. I seem to have a problem where in some occasions the last letter gets cut, and if this letter extends lower that all regular letters, like it is in a cas...
by d-lexy
Thu 28. Jul 2005, 17:32
Forum: hacks & enhancements
Topic: User-groups and advanced user / groups access rights
Replies: 77
Views: 33861

I would actually pay for this mod, as I would love to use it for one of my projects
by d-lexy
Thu 28. Jul 2005, 03:26
Forum: hacks & enhancements
Topic: User-groups and advanced user / groups access rights
Replies: 77
Views: 33861

wow, this would be just super!

I hope this mod will come out soon!

Cheers to kristofixx!
by d-lexy
Thu 21. Jul 2005, 21:55
Forum: phpwcms Support English
Topic: wcms 1.2.3DEV and MySQL
Replies: 2
Views: 1408

oops, that is most likely the problem!!!

I will check that out shortly!

Thank you!!!
by d-lexy
Wed 20. Jul 2005, 18:06
Forum: phpwcms Support English
Topic: wcms 1.2.3DEV and MySQL
Replies: 2
Views: 1408

wcms 1.2.3DEV and MySQL

Hi guys, I installed the 1.2.3DEV on my virtual private server, that already runs 2 sites with the good old 1.1RC4. It seems that when I start working in the backend on 1.2.3 after about 15min on intensive work (Creating category tree, articles, etc...) the MySQL server starts throwing errors that i...
by d-lexy
Wed 15. Jun 2005, 02:13
Forum: phpwcms Support English
Topic: breadcrumb file?
Replies: 3
Views: 973

found it.
I was looking for a way to apply specific CSS style to breadcrumb links...

the file is include/inc_front/front.func.inc.php line 534

Code: Select all

$breadcrumb .= '">';
by d-lexy
Wed 15. Jun 2005, 02:07
Forum: phpwcms Support English
Topic: breadcrumb file?
Replies: 3
Views: 973

breadcrumb file?

Hello,
can anyone point me to the file that generates the breadcrumbs?
I want to customice the breadcrumbs a bit

Thanks!
by d-lexy
Wed 1. Jun 2005, 17:18
Forum: phpwcms Support English
Topic: Attaching ImageManager to HTMLArea
Replies: 2
Views: 715

thanks pico!

This is the file that I was looking for. However, I did not get it to work. Everything seems to be set up correctly, but its not functioning.

Anyone has any experience with that?

thanks!
by d-lexy
Thu 26. May 2005, 04:57
Forum: phpwcms Support English
Topic: Attaching ImageManager to HTMLArea
Replies: 2
Views: 715

Attaching ImageManager to HTMLArea

Hello, has anyone successfully attached ImageManager (http://www.zhuo.org/htmlarea/) to HTMLArea in phpwcms? My problem is, that I cannot find where to insert the javascript to load the ImageManager, because HTMLArea in phpwcms is loaded somewhere else than phpwcms.php file. Any help is appreciated!
by d-lexy
Sat 7. May 2005, 00:06
Forum: phpwcms Support English
Topic: Where are templates stored in 1.1.4
Replies: 2
Views: 781

Where are templates stored in 1.1.4

Hello,

where are the templates stored in phpwcms 1.1.4?

I need to transfer the site from one domain to other and I want to find/replace all references to old domain, because it will be a lot of work to do it manually
by d-lexy
Tue 3. May 2005, 21:00
Forum: phpwcms Support English
Topic: add an id tag to all links in NAV_TABLE_COLUMN
Replies: 4
Views: 1161

hi pico! thnx for your help. What I wanted to do, is to have an ID tag within every generated link that is within the NAV_TABLE_COLUMN menu. so if you would look at the source of those links they would look something like <a href="index.php?overview" id="menu_links">Overview</a> ...
by d-lexy
Tue 3. May 2005, 15:24
Forum: phpwcms Support English
Topic: add an id tag to all links in NAV_TABLE_COLUMN
Replies: 4
Views: 1161

Pico,

Those settings allow me to assign stylesheets to cells, but I the links don't change :(