You are not logged in. Please login or register.
Active topics Unanswered topics
Search options (Page 11 of 29)
_Johnny_ wrote:But is it also possible to make a boarder around the blue and dark-blue fields?
Do you mean the line 51 of Oxygen_cs.css?
To change the size you have to modify these lines here:
padding-top: 0.6em;
padding-bottom: 10.4em;
and this line here:
I know.
[quote=username[with]brackets]Hello![/quote]
It's an ambiguous code. One can think that the username is "username[with" and the text is "brackets]Hello!". And from the other hand, username can be "username[with]brackets" and the text can be "Hello!" You should use double quotes to avoid this ambiguity.
Permissions are set to 777 when extensions are downloaded via pun_repository.
Seems like your hosting has tricky settings if the change of permissions solved the issue.
I think this should be a feature in next releases of pun_pm.
pun_antispam works fine for me on PunBB 1.3.4. Try to download the last version of the extension.
Outdated versions of PunBB can be downloaded from the download archive.
So, the problem is obviously in this extension. Try to ask its author about the issue.
What forum version do you have? What extensions do you have installed?
Ok. Now I have a notice on the login page:
Notice: A session had already been started - ignoring session_start() in Z:\home\punbb\www\login.php(433) : eval()'d code on line 13
Obviously it's because of pun_antispam installed (it opens a session too). We can fix pun_antispam if it's needed.
And I can't login by OpenID, maybe because I'm testing it on the localhost. I'll install it on a server and try it again.
I've started testing the extension. I've obtained an error on adding new OpenID (after pressing "Add" button):
Fatal error: Define Auth_OpenID_RAND_SOURCE as null to continue with an insecure random number generator. in Z:\home\punbb\www\extensions\openid\Auth\OpenID\CryptUtil.php on line 52
My OpenID is "written.ru". PunBB (last SVN revision) runs on Windows.
So, what do you expect from the extension? Describe it in a more detailed way, please.
Actually one can use in quotes usernames with square brackets.
[quote="username[with]brackets"]Hello![/quote]
username[with]brackets wrote:Hello!
It's about lines 870-915 in Oxygen.css. Firebug will help you ![smile](https://punbb.informer.com/forums/img/smilies/smile.png)
You could use the "fn_generate_navlinks_end" hook. See the pun_pm code as an example.
Doesn't work for me either.
I've fixed it this way. Works in IE6 too ![smile](https://punbb.informer.com/forums/img/smilies/smile.png)
Use pun_bbcode extension.
I've replaced encoded ellipses by '…' symbols (we have full UTF-8 support).
Okeanos wrote:A workaround (post IE6/Firefox/Opera/Safari) would be the following:
.brd .main-content [class="icon sticky closed"] {
background: border-color: #D7E5F3 #C3CFDC #898989 #7A7A7A; !important;
}
That doesn't work for me. But this works (except IE6):
.brd .main-content .sticky.closed.icon {
border-color: #D7E5F3 #C3CFDC #898989 #7A7A7A;
}
I think this would significantly increase the server load.
You have to save your mail template in UTF-8 encoding (without BOM). Try to use an editor that support encoding changes.
There is no need to touch any line of code. Go to Administration » Users » Groups, then click "Edit this group" link near the group in question (probably, "Members"). You can disable flood protection there.
8k84 wrote:try OperaMini -- forum looks really weird on that one;
Looks not bad if "Mobile view" is enabled.
You can use the Opera Mini simulator to make and post screenshots and to explain what is weird.
When we developed pun_repository we faced an issue. If a user has only FTP access he can't delete an extension directory created via pun_repository. We decided to set permissions to 0777 to avoid this issue.
Posts found: 251 to 275 of 703