Search found 13 matches

by Bobo
Tue 22. Feb 2005, 15:05
Forum: phpwcms Support English
Topic: Scalable Main Area!!! Do someone has an idea???
Replies: 0
Views: 517

Scalable Main Area!!! Do someone has an idea???

Hi Folks,

a customer of mine asked, it is possible to size the main block or content according to the screen resolution of the screen esp. browser.

regards

Bobo
by Bobo
Thu 17. Feb 2005, 01:04
Forum: phpwcms Support English
Topic: Want to assign the Article_ID in a template! How to call....
Replies: 20
Views: 3718

Thanx a lot!!!

OK - small patch in front.func.inc.php in function list_articles_summary() after: //rendering $tmpl = $tmpllist[ $article_list[$key]["article_image"]['tmpllist'] ]; paste in: $tmpl = render_cnt_template($tmpl, 'EDITOR', $article_list[$key]["article_username"]); $tmpl = render_cn...
by Bobo
Wed 16. Feb 2005, 22:49
Forum: phpwcms Support English
Topic: Want to assign the Article_ID in a template! How to call....
Replies: 20
Views: 3718

???

you can not use it in this way!!! This will always return 0 because listing does not have an article ID. Oliver OK, I understand! To explain a little bit more my intenntion of use: I want lets say automatically assign a picture to the custom template. I thought that it is easy because I use a simil...
by Bobo
Wed 16. Feb 2005, 22:18
Forum: phpwcms Support English
Topic: Want to assign the Article_ID in a template! How to call....
Replies: 20
Views: 3718

Your code Snipp...

This way - $content['article_id'] does not exist when in list mode. But better do a check as bottom. [PHP] $_cur_articleID = empty($GLOBALS['content']['article_id']) ? $GLOBALS['aktion'][1] : $GLOBALS['content']['article_id']; echo '<img src="picture/'.$_cur_articleID.'_galery.jpg" border...
by Bobo
Wed 16. Feb 2005, 14:29
Forum: phpwcms Support English
Topic: Want to assign the Article_ID in a template! How to call....
Replies: 20
Views: 3718

This one I know...

http://www.phpwcms.de/forum/viewtopic.php?t=5513 watch this thread for further information. Hi brans, this one I know, but it doesn't help... I suppose that I only have to modify "content" or to add another ['statement'] between. But I dont know which on... $GLOBALS['content']['statement'...
by Bobo
Wed 16. Feb 2005, 13:39
Forum: phpwcms Support English
Topic: Want to assign the Article_ID in a template! How to call....
Replies: 20
Views: 3718

Want to assign the Article_ID in a template! How to call....

Hi Folks, I want to assign the article_ID inside a list template. I am using the same inside the view template: [PHP]echo "<img border=\"0\" src=\"picture/"."".$GLOBALS['content']['article_id']."_galery.jpg\" >";[/PHP] This works fine!!! It seems tha...
by Bobo
Wed 16. Feb 2005, 13:12
Forum: phpwcms Bug Reports
Topic: Problem with ftp_upload, rendered images ....
Replies: 5
Views: 3598

Re: Problem with ftp_upload, rendered images ....

As you can see in the first two articles no image will be displayed. When I take a look to the properties and doublecheck with the folder "content/images" there is no file with the same name! First of all... there had to be images with those names at one time! Notice the last few characte...
by Bobo
Wed 16. Feb 2005, 12:15
Forum: phpwcms Bug Reports
Topic: Problem with ftp_upload, rendered images ....
Replies: 5
Views: 3598

Karla wrote:This appears to be solved ??
http://www.ringelimmobilien.de/angebote.html
Hi Karla,

unfortunately it is not solved! You have opened the “old” site. The new site can be reached by http://www.ringelimmobilien.de/index.php.

Best regards

Bobo
by Bobo
Tue 15. Feb 2005, 18:23
Forum: phpwcms Bug Reports
Topic: Problem with ftp_upload, rendered images ....
Replies: 5
Views: 3598

Problem with ftp_upload, rendered images ....

Hi folks, I just regocnized a bug! I have uploaded a .jpg. I checked visible, public and creat thump! Insige the ftp area of the phpwcms admin the thump appears, so i could assign it to the article... When I chage to the front end the following happens!!! http://www.ringelimmobilien.de/bugs/bugftp.j...
by Bobo
Tue 1. Feb 2005, 12:13
Forum: phpwcms Support English
Topic: Want to customize NAV_TABLE_COLUMN
Replies: 3
Views: 1195

You'll be able to easily control tons of formatting issues with {NAV_TABLE_COLUMN} by going to the third block (beginning with '// navigation table defaults') in /include/inc_conf/conf.template_default.inc.php. You could even control many things from the main css file if you assign a class to the n...
by Bobo
Tue 1. Feb 2005, 02:40
Forum: phpwcms Support English
Topic: Want to customize NAV_TABLE_COLUMN
Replies: 3
Views: 1195

Want to customize NAV_TABLE_COLUMN

Hi there, we want to customize the visual of the nav_table_column by having a border aroung each "button" like in tables with: style="border-collapse: collapse; border-left-width: 1px; border-right-width: 1px; border-top: 1px solid #000000; border-bottom: 1px solid #000000" Does ...
by Bobo
Tue 18. Jan 2005, 12:27
Forum: phpwcms Support English
Topic: Formatierungsproblem
Replies: 5
Views: 1247

Re: Formatierungsproblem

Hi, kann mir jemand einen kleinen Tipp geben, wie ich den Abstand zwischen Navigationsmenü und Content-Box etwas vergrößere? Das eingefügte Bild ist mir zu nah am Menü... Hallo Bastain, das ist gang einfach: In der Seitenvorlage sieht der Eintrag für "Links" wie folgt aus: <!-- links - Me...
by Bobo
Tue 18. Jan 2005, 03:45
Forum: phpwcms Support English
Topic: How to add {NEW:X} into e-Mail Form
Replies: 0
Views: 618

How to add {NEW:X} into e-Mail Form

Hi Folks, is someone here, who knows how to add the RT "{NEW:X}" into the e-Mail form as "hidden" object? The problems we want to solve sounds simple: We want to know from which article the customer was redirected to the e-Mail form! Highly appreciate your support.... Best regard...