02-02-2013, 04:15 PM
02-02-2013, 10:12 PM
There's a hide option when you add/edit custom thread fields.
02-03-2013, 01:59 AM
(02-02-2013 10:12 PM)ZiNgA BuRgA Wrote: [ -> ]There's a hide option when you add/edit custom thread fields.
Ohh, thank you!
10-21-2013, 11:35 PM
Im using : <strong>Website URL: </strong><a href="{VALUE}" /a>
In Display format...It is doing everything great like this plugin...It is displaying the text as a link also...But it is parsing that link in the Thread title
eg. if the Thread title is : Welcome to forums
and Website URL : http://www.google.com
Then it is displaying it as :
<strong>Website URL: </strong> Welcome to forums
So basically it is parsing the URL inside the thread title...
Hope someone would help me out with this thing.
Thanks
Hi Friends,
First of all thanks for this great plugin.
I am using this : <strong>Website URL: </strong><a href={VALUE} target="_blank" /a><br />
In display format...it is doing everything great just like this forum. But the problem Im facing is it is parsing the URL entered in the field in the Message body of the thread...
Let me explain it by an example :
My Custom Field is : Website URL:
So if I put http://www.google.com in Website URL
and
this is another thread - as the body of the thread.
So it is getting displayed as :
Website URL:
this is another thread
So basically it is parsing the url in the thread body itself
So please help me with this thing..
Thanks
In Display format...It is doing everything great like this plugin...It is displaying the text as a link also...But it is parsing that link in the Thread title
eg. if the Thread title is : Welcome to forums
and Website URL : http://www.google.com
Then it is displaying it as :
<strong>Website URL: </strong> Welcome to forums
So basically it is parsing the URL inside the thread title...
Hope someone would help me out with this thing.
Thanks
Hi Friends,
First of all thanks for this great plugin.
I am using this : <strong>Website URL: </strong><a href={VALUE} target="_blank" /a><br />
In display format...it is doing everything great just like this forum. But the problem Im facing is it is parsing the URL entered in the field in the Message body of the thread...
Let me explain it by an example :
My Custom Field is : Website URL:
So if I put http://www.google.com in Website URL
and
this is another thread - as the body of the thread.
So it is getting displayed as :
Website URL:
this is another thread
So basically it is parsing the url in the thread body itself
So please help me with this thing..
Thanks
10-22-2013, 04:04 PM
I'm really confused over what you're trying to say.
I can see that your HTML is invalid though.
I can see that your HTML is invalid though.
06-14-2015, 10:01 AM
(10-22-2013 04:04 PM)ZiNgA BuRgA Wrote: [ -> ]I'm really confused over what you're trying to say.
I can see that your HTML is invalid though.
Thanks for your comment, made me analyse the code.
(10-21-2013 11:35 PM)coolbud012 Wrote: [ -> ]<strong>Website URL: </strong><a href={VALUE} target="_blank" /a><br />
You forgot the close tag. </a>
Help! I get this error when trying to add the code into postbit (not classic).
Code:
|
09-20-2016, 04:41 AM
I want to use this as a stationary on newthread to make the posting requirements easy ..
like this where the user would answer the following:
Book Title:
ISBN / ASIN:
Original Source:
Is there a way to implant something to this effect with the result using XThreads?
like this where the user would answer the following:
Book Title:
ISBN / ASIN:
Original Source:
Is there a way to implant something to this effect with the result using XThreads?
09-25-2016, 06:39 PM
(09-20-2016 04:41 AM)Starnova Wrote: [ -> ]I want to use this as a stationary on newthread to make the posting requirements easy ..
like this where the user would answer the following:
Book Title:
ISBN / ASIN:
Original Source:
Is there a way to implant something to this effect with the result using XThreads?
you may be better with the book review app and just modify it.
but if you wanted to do this route,
you would just add the fields in the admin panel then add the keys to the postbit template.
you would change this:
Code:
|
to:
Code:
|
or to whatever you wanted.
add repeat the steps to get it to work.
then set it to everyone(required)
Title: Book title
Key: book
Description: Fill in the book title (Required).
Applicable Forums: 'select a forum that we want the fields to be applied'
Input Field Type: Textbox
Editable by / Required Field?: Everyone (Required)
Display Format:
Code:
|
10-23-2016, 09:07 AM
I've done every step and nothing shows up in newthread at the respective forum.
fml
fml