No, no, you have killed all the output. My hint (talking about this error with O.G. last week) corrected the output.yes is exactly what I've done, and the problem was solved
jumpForm[CPID]
Re: jumpForm[CPID]
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Re: jumpForm[CPID]
No, please, look at this post:flip-flop wrote:No, no, you have killed all the output. My hint (talking about this error with O.G. last week) corrected the output.
http://forum.phpwcms.org/viewtopic.php? ... t=0#p99115
Is exactly what you suggests.sustia wrote: Anyway, seems that is solved, because I've commented this:
Code: Select all
//$CNT_TMP .= '<a name="jumpForm'.$crow["acontent_id"].'" id="jumpForm'.$crow["acontent_id"].'" />';
Campeones del mundo!
Vegetables!
Vegetables!
Re: jumpForm[CPID]
Suggestion has been exactlyIs exactly what you suggests.
// Form
// $CNT_TMP .= '<a name="jumpForm'.$crow["acontent_id"].'" id="jumpForm'.$crow["acontent_id"].'" />';
$CNT_TMP .= '<a name="jumpForm'.$crow["acontent_id"].'" id="jumpForm'.$crow["acontent_id"].'"></a>';
It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
Re: jumpForm[CPID]
Ah, sorry, I'm tired and I have not well read the second line, thanks for underlining it.claus wrote:Suggestion has been exactlyIs exactly what you suggests.// Form
// $CNT_TMP .= '<a name="jumpForm'.$crow["acontent_id"].'" id="jumpForm'.$crow["acontent_id"].'" />';
$CNT_TMP .= '<a name="jumpForm'.$crow["acontent_id"].'" id="jumpForm'.$crow["acontent_id"].'"></a>';
Sorry flip-flop, and thanks.
Campeones del mundo!
Vegetables!
Vegetables!
Re: jumpForm[CPID]
Welcome
It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
Re: jumpForm[CPID]
well, now we know, that a closing </a> tag was missing [somewhere] for output some anchors.
but what i can't follow is:
in /include/inc_front/content/cnt23.article.inc.php
there IS NO
but what i can't follow is:
in /include/inc_front/content/cnt23.article.inc.php
there IS NO
Code: Select all
$CNT_TMP .= '<a name="jumpForm'.....
Re: jumpForm[CPID]
...but who knows which one is "the latest snapshot" - the latest snapshot called "snapshot" or the latest upload or this cnt23.article.inc.php which has been uploaded separately or ... ?
Anyway - next snapshot is certainly on it's way and at least it is working for sustia
Anyway - next snapshot is certainly on it's way and at least it is working for sustia
It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
Hi guys, I'm using the phpwcms-2007-12-29.zip snapshot.
phpwcms-2007-12-29.zip 28-Jan-2008 22:41 5.8M
Campeones del mundo!
Vegetables!
Vegetables!
Re: jumpForm[CPID]
sustia = the-most-up-to-date-phpwcms-user (even me sticking along with 07-12-05 yet
It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
Re: jumpForm[CPID]
Sorry about this, I have edited my posting.
[EDIT]Since Snapshot 2007-12-29][/EDIT]
changelog wrote:[UPDATE] Bad Behavior updated to 2.0.11
[ADD] Content part "form" enhanced by anchor "jumpForm%CPID%". Form "action" will be linked to that anchor so after sending browser window will be positioned to this anchor.
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Re: jumpForm[CPID]
thank you.
what still don't understand:
how can an anchor tag which was not closed correctly --> when using CP form affect --> the footer -- 'piede' on sustias page??
[x]
so, for all, who might have problems with anchors:
Only affected: ---> latest [x]
FIX ( [x]
download here
[x]
what still don't understand:
how can an anchor tag which was not closed correctly --> when using CP form affect --> the footer -- 'piede' on sustias page??
[x]
so, for all, who might have problems with anchors:
Only affected: ---> latest [x]
FIX ( [x]
download here
[x]
Last edited by Jensensen on Sat 20. Sep 2008, 17:38, edited 1 time in total.
Re: jumpForm[CPID]
All entries between <a name="jumpXXX" /> and the next closing </a> are a big link .....what still don't understand:
how can an anchor tag which was not closed correctly --> when using CP form affect --> the footer -- 'piede' on sustias page??
New option in cnt23.article.inc.php:
Select menu (Ausklapp Menü):
=============================
In past this type hadn´t react to the required switch. We can´t set a field entry like "Please select:" where no value is tranfered.
Second, there is a new feature called option group. You can group some list entries and give them a little headline.
Here it is:
In Value (Wert):
-------------------------
Please select - (Bitte wählen -)
OPTGROUP label1
Option
Option
/OPTGROUP
Third the special text type (isn´t new but very interesting).
In Value (Wert):
-------------------------
type=TYPE
and Types are:
INT = integer
DEC
FLOAT
IDENT = without entities
MIX/STRING - normal text
DATE = date format - in kombination with some more settings
e.g.: dateformat=m/d/Y
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Re: jumpForm[CPID]
Is this one solved too?
http://forum.phpwcms.org/viewtopic.php?f=1&t=16495
http://forum.phpwcms.org/viewtopic.php?f=1&t=16495
It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
Re: jumpForm[CPID]
Thanks again for latest [latest] explanations.
So, the question was, how could one anchor of CP form --> reach out to --> footer?
Because: we all don't know how sustia placed the contents....??? [that i was wondering about and interested in]
Again, [we now can] forget about, it's just workin due to latest of latest fix fox foxxy fix
yes, they became [please install fix || see above] wrapped [obviously] into big when a closing tag is missing or placed 'too late' [for sure thats clear]. But {CONTENT} is content and {FOOTER} is footer.flip-flop wrote:...All entries between <a name="jumpXXX" /> and the next closing </a> are a big link ...
So, the question was, how could one anchor of CP form --> reach out to --> footer?
Because: we all don't know how sustia placed the contents....??? [that i was wondering about and interested in]
Again, [we now can] forget about, it's just workin due to latest of latest fix fox foxxy fix