... Help!
27 2005-11-10 17:31
Re: A bunch of problems...! (10 replies, posted in PunBB 1.2 troubleshooting)
Thanks! Works!
Regarding the underlining, i have tried to add a text-decoration tag in the "_cs.css", but it doesn't seem to work? Is this the proper procedure?
/* 4.1 This is the default for all links */
.pun A:link, .pun A:visited {COLOR: #000000} {TEXT-DECORATION: none}
.pun A:hover {COLOR: #ffffff} {TEXT-DECORATION: none}
/* 4.2 This is the colour for links in header rows and the navigation bar */
.pun H2 A:link, .pun H2 A:visited {COLOR: #000000} {TEXT-DECORATION: none}
.pun H2 A:hover {COLOR: #ffffff} {TEXT-DECORATION: none}
28 2005-11-08 17:26
Re: A bunch of problems...! (10 replies, posted in PunBB 1.2 troubleshooting)
?>
<div class="logintop">
<form id="login" name="login" method="post" action="login.php?action=in" onsubmit="return process_form(this)">
<p>
<input type="hidden" name="form_sent" value="1" />
<input type="hidden" name="redirect_url" value="<?php echo $redirect_url ?>" />
<?php echo $lang_common['Username'] ?>:
<input type="text" name="req_username" size="16" maxlength="25" />
<?php echo $lang_common['Password'] ?>:
<input type="password" name="req_password" size="16" maxlength="16" />
<a href="#" onclick="document.login.submit(); return false"><?php echo $lang_common['Login'] ?></a> | <a href="register.php"><?php echo $lang_common['Register'] ?></a>
</p>
</form>
</div>
<?php
How and where?
29 2005-11-08 15:58
Re: A bunch of problems...! (10 replies, posted in PunBB 1.2 troubleshooting)
4. The problem has nothing to do with PunBB and if I recall correctly, it can be solved with a piece of Javascript, but before we start digging into that, a look at your website would help. We need to know if you have more than one form on the page in question etc.
There are some things that not show on the CSS file
Is it something that can be added then? I really think that it makes my style messy. The underlining that is.
30 2005-11-08 14:07
Re: A bunch of problems...! (10 replies, posted in PunBB 1.2 troubleshooting)
3. What reason?
4. What will it help to show my website? It's just that basic function found at standard login boxes. Even Google...
5. Is it available?
6. Not important, if it's such a hustle...
31 2005-11-07 14:47
Re: A bunch of problems...! (10 replies, posted in PunBB 1.2 troubleshooting)
Anyone...?
Help would be greatly appreciated!
32 2005-11-06 12:43
Topic: A bunch of problems...! (10 replies, posted in PunBB 1.2 troubleshooting)
Well. My eenzy-weenzy problems are as follows:
//
3.
How do i remove the underline effect everywhere? Internal - as well as external links.
4.
I have added a login-box on the top of my forum, as shown at punres.org. However: When a have entered my username and password, i can't press [return]/[enter], and then log in. I have to press "Log In" with my mouse? Is there any way to fix this?
5.
Is it possible to make a script that stops the users of posting right after their own posts?
6.
How do i remove the signature function?
//EDIT
I've figured out #1 and #2.
33 2005-11-05 15:45
Topic: Removal messaging info box (6 replies, posted in General discussion)
How do i remove the "Messaging" information box? Completely, so no one can se it, or alter it.
Anyone?