vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Extra Threadfields Lite(Add Text, Radio, Drop Down, & Checkbox Fields To Threads!) (https://vborg.vbsupport.ru/showthread.php?t=108888)

mac27 11-13-2006 01:04 AM

You are very welcome bada_bing.

taydu 11-13-2006 02:01 AM

thanks mac27,

I figure out how to put it inside the post with the message instead of below the title

In the postbit template find

PHP Code:

<!-- message --> 

below add
PHP Code:

<if condition="$post[postcount] == '1' ">
    <
div align="right">$extrafields</div>
</if> 


mac27 11-13-2006 02:04 AM

Good find. Have you had any issues out of it when you tested it?

taydu 11-13-2006 02:27 AM

so far no problem

mac27 11-13-2006 06:36 AM

Cool. I will have a play with it.

taydu 11-13-2006 09:05 PM

it's possbile to let the author edit the extra threadfield when he/she edit the post?

0ptima 11-13-2006 09:42 PM

Quote:

Originally Posted by taydu (Post 1116640)
it's possbile to let the author edit the extra threadfield when he/she edit the post?

No. You only have access to them when you edit the thread.

JohnBee 11-14-2006 06:17 PM

Edit button under extra fields manager doesn't work(link does)
Forcing users to choose, does not work with radio buttons.

Where does the explanation appear?

taydu 11-19-2006 05:17 PM

I just installed a new skin, do i need to do something else other than edit the template to have this mod work with the new skin???

mac27 11-19-2006 05:46 PM

Yes you should still have to make the same templates edits to it.

taydu 11-19-2006 06:28 PM

other than that, do i need to do anything else

mac27 11-19-2006 07:38 PM

Quote:

Originally Posted by taydu (Post 1120954)
other than that, do i need to do anything else

No, I can't think of anything else you need to do. The templates edits should be it.

Good luck.

johnstires 11-21-2006 01:44 AM

For the newthread and search templates, does anyone know how to arrange the checkbox selections for extrathread fields to be arranged in a vertical column as opposed to in a horizontal row? In the default look, the checkboxes look like they are connect to neighboring choices. Even being able to add a nbsp between choices would be nice.

imranbaig 11-21-2006 06:50 AM

This is one of the nicest hack I'm going to install this and also nominate.
gonna try this on 3.63 thanks.
EDIT: I made it work on one of my forum, but I'm sorry to say this does not parse html anchor tag :( Is there a way to include bigger large description text with html?? which also includes anchor tag.
Thanks

mgurain 11-27-2006 03:14 AM

Quote:

Additional option to make a field required
This is important to me, any update to include it ?

also, is ther a way to provide fields for the user to write the source of his information he/she is writing in the thread like this :
* My Writing (radio button)
* Somebody else writing: (radio button)
Information Source URL 1: (text filed)
Information Source Title 1: (text filed)
Information Source URL 2: (text filed)
Information Source Title 2: (text filed)
Information Source URL 3: (text filed)
Information Source Title 3: (text filed)
Information Source URL 4: (text filed)
Information Source Title 4: (text filed)

then in the thread viewing it will show sources titles with urls on them.
?

thanks in advance,,

mac27 12-10-2006 11:28 PM

Quote:

Originally Posted by johnstires (Post 1121975)
For the newthread and search templates, does anyone know how to arrange the checkbox selections for extrathread fields to be arranged in a vertical column as opposed to in a horizontal row? In the default look, the checkboxes look like they are connect to neighboring choices. Even being able to add a nbsp between choices would be nice.


You might read previous post. This has been answered before and only one page back I think.

In the showthread_extra_fields template, replace the contents with this:

Code:

<div><b>$threadfield[title]:</b> $thread[fieldvalue]</div>

johnstires 12-17-2006 10:57 PM

Quote:

Originally Posted by mac27 (Post 1136039)
You might read previous post. This has been answered before and only one page back I think.

In the showthread_extra_fields template, replace the contents with this:

Code:

<div><b>$threadfield[title]:</b> $thread[fieldvalue]</div>

I am looking to do this in the search template, not the showthread. See this link for how messy the checkbox structure is:

http://www.onereef.com/forums/search.php

Ideally I would like the check boxes to line up nicely in 2-3 columns.

Example:

Field Title:
X option 1 X option 2 X option 3
X option 4 X option 5 X option 6
X option 7 X option 8 X option 9
X option 10 X option 11 X option 12

X= a check box

I have isolated it down to this in the template:

Code:

<if condition="$threadfield['type'] == 'checkbox' ">
                        <div>$checkboxstr</div> 
<input type="hidden" name="thread_fields_admin[$threadfield[fieldid]]" value="$threadfield[fieldid]">
</if>

$checkboxstr calls my checkbox options. But I have no clue how to alter $checkboxstr.

amkge 12-20-2006 08:44 AM

Im getting this error when I click on either Extra Field Manager or Add an Extra Field

Quote:

Unable to add cookies, header already sent.

File: /vhost/vhost5/f/r/e/freecannabis.com/www/forum/admincp/threadfields_admin.php
Line: 2
Please help !

Thanks, looks great, cant wait to get it working :)

spoiey 12-21-2006 06:28 PM

How can I convert the "text box" to phrase any text as a hyperlink?'Assuming the description would be for entering websites/sources

zylstra 12-25-2006 12:39 AM

Is there a Custom Post Field mod, as opposed to this one for threads? Thanks!

merlin101 12-30-2006 09:44 PM

Been using this on my site for about 6/7 months members love it 100% but what i would like in a new version is

Ability for the thread maker to edit when a mistake has been made, also in "Field Options" it seems to be limited to how many choice can be listed, in my case i need it alot more than it already allows. Also would be cool to be able to list them in nice columns too. Other than that great add on to my site

0ptima 12-31-2006 03:44 AM

This hack is no longer supported by the author, so dont expect updates.

blankoboy 12-31-2006 01:51 PM

Ideally I would love to see a good combination of this any Mystic's category prefixes. That would bring Vbulletin's flexibility/usability to a whole new level.

Ncturnal 01-03-2007 06:33 PM

Quote:

Originally Posted by mac27 (Post 1115864)
I do not know of anyway to move the extrafields into the message. As for showing up when admin edit a thread. Once you are viewing the thread just click on "Thread Tools" then on "Edit Thread". This is the only way I know of editing the extrafields after they have been posted.

Bare with me I keep playing with this hack to see what else it can do. I am learning as I go.

Cool, well at least there is some way to do it. Thanks for at least showing me a moderator option. :) Thanks for your support!

Would really like to have the fields in columns so the thread title does take up so much room.

BTW, does anyone know if these fields are searchable? EDIT: Nevermind, they are not.

Ncturnal 01-03-2007 08:52 PM

Quote:

Originally Posted by johnstires (Post 1140629)
I am looking to do this in the search template, not the showthread. See this link for how messy the checkbox structure is:

http://www.onereef.com/forums/search.php

How did you make those searchable like that?

mac27 01-03-2007 08:57 PM

Quote:

Originally Posted by Ncturnal (Post 1150074)
Cool, well at least there is some way to do it. Thanks for at least showing me a moderator option. :) Thanks for your support!

Would really like to have the fields in columns so the thread title does take up so much room.

BTW, does anyone know if these fields are searchable? EDIT: Nevermind, they are not.


I contacted the coder about this script. I asked to buy it from him so that I could carry on the coding of it since he is not working with it anymore. He never answered back. OH well.

Azhrialilu 01-04-2007 10:38 AM

It's a shame, I bought the premium version of this and love it. I hoped it would continue to grow :(

johnstires 01-06-2007 04:41 PM

Quote:

Originally Posted by Ncturnal (Post 1150149)
How did you make those searchable like that?

I have the full version. I just need to figure out how to make it so Keywords are not required to search. That way I can just click on check boxes and search those terms. The answer is locked away somewhere on siteresort.com. I wish he didn't close his whole site down. There's some valuable info on there...

category 01-07-2007 05:07 AM

where can i get the full version. I am really interested in buying it or is there any similar hacks to this? i know there is for 3.6.4 but it isnt that good as this one the other one is buggy and all that

johnstires 01-07-2007 12:23 PM

Quote:

Originally Posted by category (Post 1152411)
where can i get the full version. I am really interested in buying it or is there any similar hacks to this? i know there is for 3.6.4 but it isnt that good as this one the other one is buggy and all that

You can try to contact the coder at www.siteresort.com, but his site is closed and he hasn't answered any of my emails. Worth a try if you are willing to pay for the hack. Just realize it is unsupported. What is the other hack you talk about?

category 01-13-2007 04:31 PM

what can the premium version do?

johnstires 01-14-2007 01:42 AM

Quote:

Originally Posted by category (Post 1158163)
what can the premium version do?


Search the threadfields you create. Unfortunately I don't think it works with vb 3.6.4. I'm having a searchid problem with the hack. If you search with just the threadfields, the searchid stays the same and you get the same search results over and over again.

category 01-14-2007 05:12 PM

I see somebody has to at least take this job

1) Can i take a script and have someone improve it? Sure, you just cannot resell any of the scripts.

SiMateoAko 01-15-2007 07:25 AM

I was just brainstorming this exact mod today.

Too bad the coder vanished.

trickfly 01-17-2007 12:00 PM

where in the admin cp do you edit the thread lists ?

I can't see where I have to go now once I've installed it!

please help asap!!!!!

johnstires 01-20-2007 01:40 AM

Quote:

Originally Posted by trickfly (Post 1161384)
where in the admin cp do you edit the thread lists ?

I can't see where I have to go now once I've installed it!

please help asap!!!!!

Make sure you have uploaded the admin php file to the right folder.

johnstires 01-24-2007 01:55 AM

Good news folks! Spoke to gio~logist tonite and it looks as though he's on the comeback trail. He's sold his classifieds code and is concentrating on the extra threadfields code along with new projects.

If you have purchased his extra threadfields code and have a question feel free to send him an email (listed on site resort). Also if you have any work that needs to be done, he's taking on custom jobs to help fund and get his site off the ground again.

Hopefully we'll be seeing him around soon and hopefully site resort will be opened again. This is an amazing and powerful hack (especially when searchable!)

0ptima 01-24-2007 10:05 PM

Good news!

Gio~Logist 02-02-2007 08:58 PM

Yes, i am back. Siteresort is opened as well, now offering SR Extra Threadfields again (which works with 3.6.x at the moment). Once new ideas come rolling in, more scripts will be offered.

Also, i apologize for my long disappearance. Family issues/personal matters sometimes get to the point where you can't control things like this, i do apologize. I noticed some people think that my disappearance was a "scam"? If only it was, at least i would have left happily. For the people who i was forced to leave without finishing works, refunds were provided and i do apologize. Lee Dodd and Quartebore being these people, i have refunded their money and done what's needed. Hopefully something like this won't happen again, as it effected more people than just me. However, like i said.. there are some things you simply cannot control. If anyone understood exactly what was going on, half of these posts would not have been made accusing me of such preposterous things.

I noticed a few people asking if the fields are searchable.
Answer: They are in the premium version ;)

laskos 02-03-2007 02:07 PM

will the extra threads work on vBulletin 3.6.4 as i have just upgraded forum and desperatly need this :(


All times are GMT. The time now is 05:12 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02001 seconds
  • Memory Usage 1,836KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (2)bbcode_php_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete