• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Khắc phục tình trạng time out của cookie đối với vbb 4.x.x

Admin

Well-Known Member
Staff member
Administrator
Vào template header thay đoạn sau:
PHP:
<label for="cb_cookieuser_navbar"><input  type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /> {vb:rawphrase remember_me}</label>
Bằng đoạn code sau:
PHP:
<label for="cb_cookieuser_navbar"><input checked type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /> {vb:rawphrase remember_me}</label>
 

Facebook Comments

New posts New threads New resources

Back
Top