Topic: how to add a searchbar to any page?
how to add a searchbar to any page?
i want to add a search bar to any page
simple text box and submit button?
help!
Don't be stupid and help ! We are the stupid one's !!!
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 discussion → how to add a searchbar to any page?
how to add a searchbar to any page?
i want to add a search bar to any page
simple text box and submit button?
help!
See http://punbb.org/forums/viewtopic.php?pid=65031#p65031 for some basic code.
questions on my main page index.php the sign in . how can i make that disapear once someone log in?
and show like user online or anything to fill the space!
Just put this before:
if (!$pun_user['is_guest']) {
and this after:
}
anything you want hidden from logged in users.
I just glanced at your site and remember: that code needs to be between PHP tags (<?php and ?>).
lol, i was thinking that...
thanks!
PunBB Forums → PunBB 1.2 discussion → how to add a searchbar to any page?
Powered by PunBB, supported by Informer Technologies, Inc.