Made it work on 4.1.8 with compatibility on Wired Extra Options Profile Fields
First Alignment issue can be fixed through this ,Thanks to him
https://vborg.vbsupport.ru/showpost....1&postcount=18
Also to make it work for the users who choosed to allow it for themselves and not only by filling the first field [ALTERNATIVE TO THE DEFAULT OPTIONS IN THIS PLUGIN]
Add Single Text Box- menu
Code:
Title: System Specs
Description: Would you like to show other members your computer specs? Default is (NO) This will be displayed in your posts via a drop down menu for other members to view. Add your system specs in your usercp PC Spec options.
Options:
NO
YES
Set Default: Yes, but no first blank option.
Field Required: No, but display at registration
Field Editable To User: Yes
Display Page: Extra Options [<--- Make sure you have Extra Options plugin by wired installed also make sure you fix the display order after creating this to show up on the top of the page extra options page ]
in Dropdown Manual Information
Add
Code:
== YES" after $post['fieldX']
Example
Code:
<vb:if condition="$post['field36'] == YES">
Also do not use the Inches [ " ] use [ ' ] only for Monitors or you will get a written code after your monitor's size number
-- i would like to know how to increase the table's border,i've tried different methods.