In short a question: where would you place the form "TAF" - at the end of the story or within every chapter?
"Tell a friend" box
Re: "Tell a friend" box
But isn't "tell a friend" invoked by the page which I want to be able to "tell a friend" thus taking the page address where it is living? If not:
then I didn't get the working specs of "TAF"
In short a question: where would you place the form "TAF" - at the end of the story or within every chapter?
In short a question: where would you place the form "TAF" - at the end of the story or within every chapter?
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: "Tell a friend" box
the best solution: in the image caption of every picture in different galleries and in different categories
the other solution: on every site of different galleries in different categories
the other solution: on every site of different galleries in different categories
Re: "Tell a friend" box
Would try this one
[attention!! --> hack || i'm no php programmer ]
/include/inc_front/content/cnt23.article.inc.php
find around line 1143
add above:
Then add to your --> form template:
[worked, tested]
don't know, whether all REFERER's are caught the right way all the time ... [not tested!!!]
[edit]
at least a trick when working with TAF forms in a --> pop up window.
[/edit]
[attention!! --> hack || i'm no php programmer ]
/include/inc_front/content/cnt23.article.inc.php
find around line 1143
Code: Select all
$cnt_form['template'] = str_replace('{FORM_URL}', FE_CURRENT_URL, $cnt_form['template']);Code: Select all
$myarticleurl = $_SERVER['HTTP_REFERER'];
$cnt_form['template'] = str_replace('{MY_ARTICLE_URL}', $myarticleurl, $cnt_form['template']);Have fun with itHi,
your friend XYZ want you to read this article:
{MY_ARTICLE_URL}
[worked, tested]
don't know, whether all REFERER's are caught the right way all the time ... [not tested!!!]
[edit]
at least a trick when working with TAF forms in a --> pop up window.
[/edit]
Last edited by Jensensen on Thu 7. Feb 2008, 18:50, edited 2 times in total.
Re: "Tell a friend" box
Thanks Jensensen..... sound's good....
I'll test later that day... and tell you, how it works!
I'll test later that day... and tell you, how it works!
Re: "Tell a friend" box
Sorry, won't work on 1.3.3.... 
- Oliver Georgi
- Site Admin
- Posts: 9938
- Joined: Fri 3. Oct 2003, 22:22
- Location: Dessau-Roßlau
- Contact:
Re: "Tell a friend" box
Send a friend does not need any hack!!! Here comes the simplified solution - more comfort more work, but these are the basics.
1. create a special form content part somewhere in your site structure - best at "non-official" section.
2. place a {SHOW_CONTENT:CP,ID-of-the-CP} replacement tag in your template. Newer releases could use another replacement tag to check if list or article view
That's all. See the screenshot for basic settings.
1. create a special form content part somewhere in your site structure - best at "non-official" section.
2. place a {SHOW_CONTENT:CP,ID-of-the-CP} replacement tag in your template. Newer releases could use another replacement tag to check if list or article view
That's all. See the screenshot for basic settings.
Re: "Tell a friend" box
yes indeed! (almost) exactly what I was trying to tell...
EDIT: Hrrmmh
found it (again)! 
Whispering: what is the other one?Newer releases could use another replacement tag to check if list or article view
EDIT: Hrrmmh
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: "Tell a friend" box
Yes, that's everything correct.... but it doesn't solve my problem.....
I have different image galeries in different categories.... and now I would give the user the chance to the send a TAF-mail form every image he could see and in this mail the direct link to the selected image is shown.... under every picture I place a button TAF-from-this-pretty-picture.... you understand, guys!?
I have different image galeries in different categories.... and now I would give the user the chance to the send a TAF-mail form every image he could see and in this mail the direct link to the selected image is shown.... under every picture I place a button TAF-from-this-pretty-picture.... you understand, guys!?
Re: "Tell a friend" box
claus wrote:...Whispering: what is the other one?...Newer releases could use another replacement tag to check if list or article view
OG meant:
<!--IF_LIST_MODE_START//-->
<p>listing is on</p>
<!--IF_LIST_MODE_END//-->
<!--ELSE_LIST_MODE_START//-->
<p>else here</p>
<!--ELSE_LIST_MODE_END//-->
Re: "Tell a friend" box
This I did miss indeed
Thank you
Where could I try this to see the effect?
Thank you
Where could I try this to see the effect?
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: "Tell a friend" box
[vorschnell reply]
@fopulu
don't believe, that this really is needed or even a good idea.
because the receiver will always get a link to [only] the certain image then!!?
Right now i know only one way to get this work:
For this you NEED to be able to place HTML in image caption which will be displayed by --> Lightbox {slimbox}
http://forum.phpwcms.org/viewtopic.php?f=16&t=16603
Then the visitor can TAF the link [out of slimbox full screen view mode] to the --> full size image --> as plain URL....
@fopulu
don't believe, that this really is needed or even a good idea.
because the receiver will always get a link to [only] the certain image then!!?
Right now i know only one way to get this work:
For this you NEED to be able to place HTML in image caption which will be displayed by --> Lightbox {slimbox}
http://forum.phpwcms.org/viewtopic.php?f=16&t=16603
Then the visitor can TAF the link [out of slimbox full screen view mode] to the --> full size image --> as plain URL....
Re: "Tell a friend" box
Hi,
Duck und wech ...changelog wrote:2007-05-18
[ADD] New section tags which can be used to differentiate template in "article listing" and "article detail" mode. Wrap in "<!--IF_LIST_MODE_START//--><!--IF_LIST_MODE_END//-->" and "<!--ELSE_LIST_MODE_START//--><!--ELSE_LIST_MODE_END//-->".
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Re: "Tell a friend" box
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.