This topic is locked

Visual EDITOR - LIST PAGE vrs VIEW PAGE

11/3/2006 5:28:23 PM
PHPRunner General questions
F
fullfusion author

Hello,
I am using PHPRUNNER 3.1 and in the Visual Editor I change a field in the LIST PAGE from a regular text field to a HTML format.
The problem I am having is that when I make changes to the LIST PAGE it also affects fields in the VIEW PAGE as well.
I do not want to change the format in the VIEW PAGE only on the LIST PAGE but it changes it automatically in the VIEW PAGE from text to HTM as wellL.....
Please help!
Thank you <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=3752&image=1&table=forumtopics' class='bbc_emoticon' alt=':(' />

F
fullfusion author 11/4/2006

Bumb, anyone out there? <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=12498&image=1&table=forumreplies' class='bbc_emoticon' alt=':unsure:' /> Thanks in advance!

C
Chris Patterson 11/4/2006

Bumb, anyone out there? <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=12500&image=1&table=forumreplies' class='bbc_emoticon' alt=':unsure:' /> Thanks in advance!


I always modify the html pages, look in the include directory and modify the pages there

F
fullfusion author 11/4/2006



I always modify the html pages, look in the include directory and modify the pages there


Thanks for your reply and suggestion. I know that pretty much we can modify anything via the code and have done it. (The code is on the root directory of the app and not the includes).
The problem is I have to go back to the code everytime I make a change, it is not a good workflow....
The question is to the support folks: Why can I change it via the Visual Editor?
Sounds like a bug to me, maybe not.. <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=12509&image=1&table=forumreplies' class='bbc_emoticon' alt=':blink:' />
Anyone?
Thank you in advance!

Alexey admin 11/6/2006

Hi,
PHPRunner supports only one view type for each field on all the pages.

This is how the software works.
Here is recommended workaround.

Add an alias for your field on the Edit SQL query tab in PHPRunner. I.e.

select

...

Field1,

Field1 as Field1Copy,

...


Then proceed to Choose fields tab and choose to display Field1 on List page and Field1Copy on View.