Search found 21 matches

by leone
Tue 11. Dec 2007, 12:23
Forum: phpwcms Support English
Topic: External use of Frontend Login
Replies: 0
Views: 943

External use of Frontend Login

I have a phpwcms site that I want to use for frontend login and then be able to redirect to another php structure (intranet) through a menu link in phpwcms. I would want to be able to use the login data for that page. I.e. if the user is logged on in the frontend he can click to this page and also h...
by leone
Fri 10. Dec 2004, 15:53
Forum: sites you are proud of (made with phpwcms only)
Topic: http://www.ragaz.net
Replies: 6
Views: 3199

Thanks folks for taking the time I understand that you don't like it. I am new at designing and my strength is more the technical part. In any case I would be happy if you could point out the most glaring design outpoints, so I'd know in what direction to go.

regards,
Leone
by leone
Fri 10. Dec 2004, 08:07
Forum: phpwcms Support English
Topic: Replacement Tags in the Head Section
Replies: 4
Views: 1144

Vielen Dank, jetzt funktionierts.


Gruss,
Leone
by leone
Thu 9. Dec 2004, 17:17
Forum: sites you are proud of (made with phpwcms only)
Topic: http://www.ragaz.net
Replies: 6
Views: 3199

http://www.ragaz.net

My one man company site. This is my second phpwcms project, my first one has not been published yet.

It's all in german.

http://www.ragaz.net


Leone
by leone
Thu 9. Dec 2004, 14:19
Forum: phpwcms Support English
Topic: Replacement Tags in the Head Section
Replies: 4
Views: 1144

Replacement Tags in the Head Section

I wanted to place some php script in the head section of the template, using the [PHP]... or even {PHP:... tags for an external call, now I found that this does not work as the tags are left untouched in the head section. Is there some workaround for this?

regards,
Leone
by leone
Sat 4. Dec 2004, 15:42
Forum: phpwcms Support English
Topic: How to use {NAV_TABLE_COLUMN:[sectionID]} dynamically?
Replies: 12
Views: 11490

Try this, enter in nav.php before the switch statement: while ( $GLOBALS['content']['struct'][$check_id]['acat_struct'] > 0 ) { $check_id = $GLOBALS['content']['struct'][$check_id]['acat_struct']; } switch($check_id) { case 1: //level1 echo '<img src="template/head/agenda.gif" width="...
by leone
Wed 1. Dec 2004, 20:56
Forum: hacks & enhancements
Topic: A Quick Hack for the rewrite function working with alias too
Replies: 28
Views: 17085

Nice mod and after compiling the apache with the rewrite mod I got it working finally. I have however had to change the function (url_search) The line containing this $link = "<a href=\"".$file."\""; to: $link = " href=\"".$file."\""; As I ...
by leone
Wed 10. Nov 2004, 23:07
Forum: hacks & enhancements
Topic: Flash Video player controls revisited
Replies: 1
Views: 2069

Flash Video player controls revisited

After some more search in the web I have come to the conclusion that the only way to have player controls for flash movies (i.e. non looping videos in the .swf format) is to add some javascript and control buttons. I have tried Ibis Fernandez' approach with a flash file calling another one, but this...
by leone
Wed 3. Nov 2004, 22:32
Forum: hacks & enhancements
Topic: Need help for a hack
Replies: 0
Views: 1453

Need help for a hack

Could someone help me for a hack whereas I would like to transfer the File caption data that is entered when you upload the file to the picture caption in the article creation menu, i.e. whenever you select a picture the existing caption data is automatically filled and can be edited. I haven't been...
by leone
Wed 3. Nov 2004, 21:53
Forum: phpwcms Support English
Topic: Date Format in {NEW:XX} TAG
Replies: 2
Views: 864

Looks much better now! Thanks a lot!

Leone
by leone
Wed 3. Nov 2004, 15:54
Forum: phpwcms Support English
Topic: Date Format in {NEW:XX} TAG
Replies: 2
Views: 864

Date Format in {NEW:XX} TAG

Is there any way to set the date format for the {NEW:xx} Tag. I have changed the short date settings in conf.template_default.php without noticing any difference. I always get the date displayed in the US format.

regards,
Leone
by leone
Sun 31. Oct 2004, 15:59
Forum: phpwcms Support English
Topic: File Longinfo
Replies: 2
Views: 823

File Longinfo

Is there any way to extract the longinfo stored along with an image file. I would like to be able to access this info, i.e. use it for the picture captions. For example I would like to be able to leave the picture caption empty in the content menu and when there is a description it would take the lo...
by leone
Sat 30. Oct 2004, 14:57
Forum: phpwcms Support English
Topic: Random image
Replies: 7
Views: 3256

This modification can't possibly work as the variable $imageinfo is not defined in the functions that return the value, yet it is being used in the return statement. You can't possibly have tested this to work. :roll: The correct modification would be: // --------------------------------------------...
by leone
Mon 25. Oct 2004, 21:53
Forum: hacks & enhancements
Topic: magicButton : A Flash Button That Launches popup windows
Replies: 12
Views: 6332

You are right. Since my videos are without sound there is no sync from the sound. I have established that the right framerate is 20 fps, i.e. one has to encode the videos at 20 fps for them to have the correct speed.

Leone
by leone
Mon 25. Oct 2004, 15:55
Forum: hacks & enhancements
Topic: magicButton : A Flash Button That Launches popup windows
Replies: 12
Views: 6332

Hi Ibis, thanks. Concerning the renaming I have renamed it to flash.swf. In any casee I do seem to have a speed issue yet, i.e. does flash.swf actually dictate the frame rate or something, I just noticed that my videos do run faster when called with the controller flash.swf. I have used various fram...