MobilePhone Model in Postbit

KrazyFire

New Member
This is a very simple template edit.This has been made/designed specifically for mobile forums/mobile boards

What does this does ?
This shows your mobile phone model in your postbit or postbit_legacy(depends on which one you use)

Installation :
1. In AdminCp >> User Profile Fields >> Add New User Profile Field
2. Add a new profile field called MobilePhone or Mobile Model etc...
3. save it

Go to AdminCp >> Styles & Templates >> Style Manager >> Edit Templates >> Postbit/Postbit_legacy

Find :
Code:
<div>
$vbphrase[posts]: $post[posts]
</div>
After that add :
Code:
<div>
            MobilePhone Model: $post[fieldX]
	</div>
Here,fieldX represents the profile field number that you have created.
 
Ok I have this set and I seen the option where I can enter phone model and all that but when I type and save nothing shows on the profile it just empty.
 
may be you have not enter your mobile name in your profile. i think you need to put that first, then you will be able to see it in forum post
 
Back
Top