Search found 18 matches

by ruediger
Mon 18. Sep 2006, 12:31
Forum: phpwcms Installation Troubleshooting English
Topic: "frontend backend login document root" problem
Replies: 4
Views: 3225

now it works.. thanks
by ruediger
Mon 18. Sep 2006, 10:25
Forum: phpwcms Installation Troubleshooting English
Topic: "frontend backend login document root" problem
Replies: 4
Views: 3225

hi flip-flop, in my domain-options, the path of my domain (foward) is set to

/webseiten/cms/moebler

and in the config file

// site values
$phpwcms['site'] = 'http://'.$_SERVER['SERVER_NAME'].'/';
$phpwcms['admin_email'] = '';
// paths
$phpwcms['DOC_ROOT'] = $_SERVER['DOCUMENT_ROOT'];
$phpwcms ...
by ruediger
Mon 18. Sep 2006, 09:11
Forum: phpwcms Installation Troubleshooting English
Topic: "frontend backend login document root" problem
Replies: 4
Views: 3225

"frontend backend login document root" problem

Hi phorum, I have installed 1.2.8. on my local machine, everything works fine there… but if I put my site online and my $phpwcms["root"] I set like

$phpwcms["root"] = "";

my frontend is running, but i cannot login to the backend,getting the following error message:

Warning: main(/kunden ...
by ruediger
Sat 2. Sep 2006, 09:59
Forum: phpwcms Support English
Topic: gap between content parts
Replies: 2
Views: 1089

thanks a lot!
by ruediger
Fri 1. Sep 2006, 21:48
Forum: phpwcms Support English
Topic: gap between content parts
Replies: 2
Views: 1089

gap between content parts

hi, i have installed 1.2.8 release.
how can i control/remove the gap between several >images< content parts?
i am using (or better abusing) >images< content parts to show only one image in one content part, whithout any text-comments.
i cannot use the >text with image< content part for layout ...
by ruediger
Wed 26. Jul 2006, 18:58
Forum: hacks & enhancements Support
Topic: Re: trying to create a fixed info column
Replies: 5
Views: 4611

.... thats what i see under firefox.

Now i tested IE, it just gives an additional | at the end of navigation...
by ruediger
Wed 26. Jul 2006, 18:30
Forum: hacks & enhancements Support
Topic: Re: trying to create a fixed info column
Replies: 5
Views: 4611

so i put my site online for you to see:
http://www.kulturproduzent.de/cms/

and here some screenshots of my backend
http://www.kulturproduzent.de/seitenstruktur.jpg
http://www.kulturproduzent.de/aktuell.jpg


watch what is happening to my main navigation, if you click on a left >aktuell ...
by ruediger
Wed 26. Jul 2006, 10:37
Forum: hacks & enhancements Support
Topic: Re: trying to create a fixed info column
Replies: 5
Views: 4611

Re: trying to create a fixed info column

what about the "frontend menu status"? you have checked the "hide"-option?
yes, that is what i mean with

although i check the >invisible< button (in the site-structure admin-section)

in general, is creating a hidden category the right way to store some extra content? in mysql,
there would ...
by ruediger
Tue 25. Jul 2006, 21:34
Forum: hacks & enhancements Support
Topic: Re: trying to create a fixed info column
Replies: 5
Views: 4611

Re: trying to create a fixed info column

hi, still got no useful answers to some questions in http://www.phpwcms.de/forum/viewtopic.php?t=11831
a few days ago.
i try to describe my problem again:

i use the teaser_ex rep-tag, to permanently show a article listing from a >news< category. (to have permanent appeareance, i put the tag in my ...
by ruediger
Sat 22. Jul 2006, 19:26
Forum: hacks & enhancements Support
Topic: trying to create a fixed info column
Replies: 7
Views: 5777

thanks, >genosse< erich, now teaser_ex is working, but the stuff i would like to show on the left side should be permanent .
in the way you described it, the content only appears, when the category is chosen, in which the article/and the content part with the rep.tag are.

and i still dont know ...
by ruediger
Sat 22. Jul 2006, 10:30
Forum: hacks & enhancements Support
Topic: trying to create a fixed info column
Replies: 7
Views: 5777

other possible mistakes eliminated:

.. top article count is set to 3

and

$phpwcms["allow_ext_render"] = 1;

so what wrong?

ruediger
by ruediger
Sat 22. Jul 2006, 08:59
Forum: hacks & enhancements Support
Topic: trying to create a fixed info column
Replies: 7
Views: 5777

... and i got MySQL 4.x.x and phpwcms ver >= 1.2.x DEV!
by ruediger
Sat 22. Jul 2006, 08:57
Forum: hacks & enhancements Support
Topic: trying to create a fixed info column
Replies: 7
Views: 5777

... and the reptag_teaser_ex.php is in the frontend_render folder...
by ruediger
Sat 22. Jul 2006, 08:53
Forum: hacks & enhancements Support
Topic: trying to create a fixed info column
Replies: 7
Views: 5777

oh,

tried this tag already, but it does'nt seem to work. i put the code from the teaser_ex generator into my frontend-setup template (left). is this the right place?
the problem ist, that i need a separate >news< category within my site structure, that isnt shown in my main navigation, but permanently ...
by ruediger
Fri 21. Jul 2006, 18:52
Forum: hacks & enhancements Support
Topic: trying to create a fixed info column
Replies: 7
Views: 5777

trying to create a fixed info column

hi, after searching a while, i found the {SHOW_CONTENT} replacement-tag
as a kind of solution to create a fixed info colum content to show a specific content-part ID.
but its not working (php-errors while reading the given front-render show_content.php) and,
as far as i can see, its not the ...