The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
ModernvB - Extra Threadfields Light (Fields other Than "Title" & "Message") Details »» | |||||||||||||||||||||||||||||||||||||||||||
ModernvB - Extra Threadfields Light (Fields other Than "Title" & "Message")
Developer Last Online: Oct 2022
Premium Version: http://www.modernvb.com/vb_products....o&productid=14 Premium Youtube Tutorial: http://www.youtube.com/watch?v=SvnS4ZRe3QU Extra Threadfields 1.0.0 (Light) Sometimes your websites require more than just the typical "title" and "message" fields in topics. This vbulletin mod allows you to create and manage different fields separately. You may not alter the template to take out our link titled "Extra Threadfields". What features does this hack provide?
Template Edits: None! File Edits: None! Products Imported: 1 4 Easy Steps Step 1. Import the following product: product-extra_threadfields.xml Step 2. Upload the files in the upload folder. Step 3. Edit the newly added options in admincp as you please Step 4. Enjoy the vBulletin Mod! F.A.Q Q. How do i get extra fields to show in the "edit post" page? A. This is only available in the premium version. Download Now
Screenshots
Show Your Support
|
2 благодарности(ей) от: | ||
rwurbanwildlife |
Comments |
#132
|
||||
|
||||
Hey Gio, any news for search.php functionality?
Also, how can I make the textarea box larger by default? I have the paid version. Thanks! |
#133
|
||||
|
||||
Quote:
You can always use css to accomplish making it bigger - it if you're familiar, otherwise you'd have to edit code. |
#134
|
|||
|
|||
Let know when the integer dropdown and search is updated.
it might help for you to update (even if minor) the free version from 1.0.0 and support for 4.1 vb, just to show the mod is active... |
Благодарность от: | ||
Gio~Logist |
#135
|
|||
|
|||
just installed Premium version and i get this error,free version worked but not paid ver.Ive uninstalled it/reinstalled it,overwritten it.Tried everything,still no luck
Invalid SQL: CREATE TABLE IF NOT EXISTS `thread_fields_admin` ( `title` varchar(100) NOT NULL default '', `fieldid` int(10) unsigned NOT NULL auto_increment, `description` varchar(200) NOT NULL default '', `forums` varchar(200) NOT NULL default '', `type` varchar(100) NOT NULL default '', `size` char(3) NOT NULL default '40', `options` varchar(200) NOT NULL default '', `display` varchar(100) NOT NULL default '1', PRIMARY KEY (`fieldid`) ) TYPE=MyISAM; MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 11 Error Number : 1064 Request Date : Thursday, February 26th 2015 @ 01:43:56 PM Error Date : Thursday, February 26th 2015 @ 01:43:56 PM Script : http://www.xxxxxx.com/admincp/plugin...=productimport Referrer : http://www.xxxxxxx.com/admincp/plugin.php?do=productadd IP Address : xx.xx.xx.xx. Username : xxxxxxxxxxxx Classname : vB_Database MySQL Version : 5.5.42-cll |
#136
|
||||
|
||||
Quote:
Answered you over on the paid support site :up: Seems like you might actually be importing the old xml, as this code is outdated. Please reach over on ModernvB, as giving paid support here is against the rules :up: |
#137
|
|||
|
|||
Ok.Im over there now waiting on your reply
|
Благодарность от: | ||
Gio~Logist |
#138
|
||||
|
||||
Glad we gotcha sorted Enjoy!
|
#139
|
|||
|
|||
sorry to be bugging you, but is there a ETA on this ? i intend to buy the full version, but need the features, and need to do it soon...
ndahiya |
#140
|
||||
|
||||
Having an issue with line breaks and using the text field box with many lines. Whenever we copy and paste a list like this:
Oranges Apples Pecans and so on it comes out in the thread as this: Oranges Apples Pecans We need it to actually come out the way it was copied and pasted into the text field like it does in the vBulletin editor. You had answered someone on this and told them that the <div> was added but that does nothing in getting this sorted at all. Using the larger text field it is automatically not seeing the line breaks at all when a list is copied and pasted into it. |
#141
|
||||
|
||||
Quote:
Add a new plugin to postbit_display_start, title can be Change Extra field \n to Line Breaks, set the order # to 1 and enter the following code Code:
$thread['fieldx'] = nl2br($thread['fieldx']); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|