Checking user custom fields on user profile for some reason links are not clickable I mean they remain as plain text do not turn into links looks like BBCode or HTML is disabled my question is how to enable it?
Mind blowing SEO improving and Google rank increasing Signature Rotator SEO Tool.
How to enable BBCode or HTML in user custom fields MYBB?
By default HTML and BBCode is disabled in custom fields but there is a way around it!
You need to use these lines they will return the content of X custom filed.
For User Profile
For Post Bit
You have to replace fidX with the custom field ID.
You can do something like this:
You need to use these lines they will return the content of X custom filed.
For User Profile
Code:
{$userfields['fidX']}
For Post Bit
Code:
{$post['fidX']}
You have to replace fidX with the custom field ID.
You can do something like this:
Code:
<tr>
<td class="trow1"><strong>Bio:</strong></td>
<td class="trow2">{$userfields['fidX']}</td>
</tr>
Similar Topics:
- HTML Website
- Wordpress or HTML Coding?
- How toGenerate the custom reports in google analytics?
- HTML <area> Tag How To Use
- How Responsive Web Design will be user friendly to Search Engine?
- html points?
- Which html language is used to create thread on this forum.
- Html or Php
- Can you write HTML code by hand?
- html ratio in seo
User(s) browsing this thread: 1 Guest(s)