I don't have complete answers for you, but...
Quote:
Originally Posted by Hikarin
|
You should have had a file called index.php which would display the home page. Did you rename it or did you use another file? If you really don't want to use index.php then you might be able to configure you web server to use another file as the default, or maybe you could use a .htaccess file to redirect to home.php.
Quote:
2) How can I edit the signature line to put in my own separator?
|
In the template postbit.css there's this:
Code:
/*signature */
.signature {
padding-top: 1em;
border-top: {vb:stylevar signature_border};
margin-top: 2em;
}
Which I believe creates the separator. If you can figure out how to do what you want in CSS you could change that, or else you could edit the postbit_legacy template, find post.signature, and insert whatever html you want.
Quote:
4) I like what I've done so far for users with the postbit and I'll probably add more links to things when I get the chance (like FB, Twitter, YouTube etc.) but a noticeable problem that I foresee and can already see is that things are become too long. I want to perhaps have the option to hide and show the area I have selected in red. Can someone tell me how I can do this or another method?
https://vborg.vbsupport.ru/attachmen...1&d=1334321793
|
You can do that with some javascript to hide/show a portion of html. Or maybe you can use a mod like this one:
www.vbulletin.org/forum/showthread.php?t=257985
Questions/problems about modifications must be asked in the mod thread and not in this forum.