FpcH
10-19-2013, 12:33 PM
First post here - hoping somebody can point me in the right direction.
We have recently updated the theme to our forums. [ vB 4.2.2 ]
( I am an Admin there - not the owner )
In the old theme - under the forum avatar - we had "Join Date" / "Location" / "Posts"
and in addition we had "PC Experience" and "Operating System"
After the installation of the new theme these last two have disappeared.
If it helps the new theme is Metro Fluid
I am assuming that a template has been altered in some way.
I am a complete novice when it comes to CSS / HTML
If you can point me in the right direction as simply as possible I would be very grateful
I assume you will need further information - I will do my best :)
many thanks
Ken
--------------- Added 1382196780 at 1382196780 ---------------
Hi
I have managed to fix this one myself.
I found in the old theme under postbit_legacy the following:
<vb:if condition="$post['field6']"><br clear="all" /><p><span style="font-weight: bold;">PC Experience:</span><br />{vb:raw post.field6}</p></vb:if>
<vb:if condition="$post['field7']"><br clear="all" /><p><span style="font-weight: bold;">Operating System:</span><br />{vb:raw post.field7}</p></vb:if>
I was missing from the new theme - so I copied and pasted it in.
The "missing" profile information is now back in place.
We have recently updated the theme to our forums. [ vB 4.2.2 ]
( I am an Admin there - not the owner )
In the old theme - under the forum avatar - we had "Join Date" / "Location" / "Posts"
and in addition we had "PC Experience" and "Operating System"
After the installation of the new theme these last two have disappeared.
If it helps the new theme is Metro Fluid
I am assuming that a template has been altered in some way.
I am a complete novice when it comes to CSS / HTML
If you can point me in the right direction as simply as possible I would be very grateful
I assume you will need further information - I will do my best :)
many thanks
Ken
--------------- Added 1382196780 at 1382196780 ---------------
Hi
I have managed to fix this one myself.
I found in the old theme under postbit_legacy the following:
<vb:if condition="$post['field6']"><br clear="all" /><p><span style="font-weight: bold;">PC Experience:</span><br />{vb:raw post.field6}</p></vb:if>
<vb:if condition="$post['field7']"><br clear="all" /><p><span style="font-weight: bold;">Operating System:</span><br />{vb:raw post.field7}</p></vb:if>
I was missing from the new theme - so I copied and pasted it in.
The "missing" profile information is now back in place.