Quote:
Originally Posted by urdu
Thanks for help me ...
I thinks it's not enough to change the value only it's working after i also change the below values & change the place of Default Type...
1.
Code:
<select name="ttype" tabindex="1">
<option value="1">Postbit Legacy</option>
<option value="2">Postbit Article</option>
<option value="3">Postbit Flipped</option>
<option value="4">Postbit Normal</option>
</select>
2.
Code:
case 1:
$this->templatename = 'postbit_legacy';
break;
case 2:
$this->templatename = 'postbit_articles';
break;
case 3:
$this->templatename = 'postbit_flipped';
break;
case 4:
$this->templatename = 'postbit';
break;
default:
$this->templatename = 'postbit';
break;
|
Problem solved, I read the whole thread and this fixed my problem, I know nothing about programming or vbulleting I just have a site, I followed the steps and voila, if I could of doit anyone can.
Now my postib is:
Normal
Article
etc
Article is not the default anymore, that was annoying.
Thanks guys!