02-26-2011, 03:56 AM
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
02-26-2011, 04:08 AM
Again, what I meant is in a newthread page. We need to make sure that the custom thread fields (input) displayed in newthread first. Later, we will talk about the output.
You said that the custom thread fields (input / textbox) is visible in newthread with {$tfinputrow['address']} in default template + Hide Input Field set up with Yes.
I would like to know whether the custom thread fields (input / textbox) appear in newthread with the default setting.
Again, we are talking about newthread page first, and about the textbox in newthread page.
You said that the custom thread fields (input / textbox) is visible in newthread with {$tfinputrow['address']} in default template + Hide Input Field set up with Yes.
(02-26-2011 03:23 AM)kitten Wrote: [ -> ]When i open a new thread the custom fields are visible, they are requiered as i set them up
I would like to know whether the custom thread fields (input / textbox) appear in newthread with the default setting.
Again, we are talking about newthread page first, and about the textbox in newthread page.
02-26-2011, 04:37 AM
(02-26-2011 04:08 AM)RateU Wrote: [ -> ]Again, what I meant is in a newthread page. We need to make sure that the custom thread fields (input) displayed in newthread first. Later, we will talk about the output.
Sorry for misunderstanding. Yes, the custom field appear in newthread page even if i deleted the line {$tfinputrow['address']} from newthread template.[attachment=444] They were visible from the begining with default settings and they were also visible after i added the code line in the template.
02-26-2011, 04:48 AM
Ah, yes. That's what I meant by this:
For the example above, try to put this variable in your postbit or postbit_classic template:
(02-26-2011 03:33 AM)RateU Wrote: [ -> ]Just to make sure that I didn't misunderstand this:It seems that I've misunderstood your problem.
(02-25-2011 10:09 PM)kitten Wrote: [ -> ]i had added two custom fields and they dont appear at all when i create a new threads.
For the example above, try to put this variable in your postbit or postbit_classic template:
Code:
|
02-26-2011, 04:59 AM
Thanks for reply rateu. I modified the postbit with the new line and still no published field in the new thread
02-26-2011, 05:01 AM
Could you post your postbit template, please?
02-26-2011, 05:11 AM
(02-26-2011 05:01 AM)RateU Wrote: [ -> ]Could you post your postbit template, please?
This is the postbit file:
Code:
|
02-26-2011, 05:23 AM
It is already there, Kitten:
[attachment=445]
You can't view it because you put it there.
Try to put it above the {$post['message']} variable (line #42).
Something like this:
[attachment=445]
You can't view it because you put it there.
Try to put it above the {$post['message']} variable (line #42).
Something like this:
HTML Code
|
If this works, we can style it later in Display Format.
02-26-2011, 05:38 AM
(02-26-2011 05:23 AM)RateU Wrote: [ -> ]It is already there, Kitten:
You can't view it because you put it there.
Try to put it above the {$post['message']} variable (line #42).
Something like this:
HTML Code
{$GLOBALS['threadfields']['address']} {$post['message']}
If this works, we can style it later in Display Format.
Yes it works now Thank you very much rateu for the help!!
I`m will re-check other threads created by you when i saw the fields listed cute with variable in front. Thank you very much you saved another 12 hours or re-cheking
02-26-2011, 05:50 AM
When the first time I learned XThreads, I spent very very much time too
Even until now, I only know some basic XThreads features.
I'm still learning too, Kitten
This is a complex and an amazing tools
Glad you can solve the problem