...you can get a sense of where we are by looking at the tickets left to do and at the timeline of commits.
Is that the tickets left? I am feeling stupid but I don't see how much of them is left...
You are not logged in. Please login or register.
PunBB Forums → Posts by lie2815
...you can get a sense of where we are by looking at the tickets left to do and at the timeline of commits.
Is that the tickets left? I am feeling stupid but I don't see how much of them is left...
send me the password you want by email. ill send the hash back to you. then you can change it via the forum interface
md5 is an encryption algorithm. thats how passwords are stored in the database.
you can create it via an php script like the following:
<?php
echo md5('mypassword');
?>
This will output the md5 hash you want (replace 'mypassword' with the password you want...
it sounds like 1.3 is coming in beta this quarter...
i would wait for 1.3
how fast do you need it?
SELECT DISTINCT means it deletes double entries from the result
try SELECT DISTINCT
I'm not so much into Christmas, but that looks pretty sleek.
as for a documentation wiki... isn't that what http://wiki.punres.org is?
That isn't an official one and also more for developers than users, I believe.
I thought there is already a mod for this.
I wrote a mod:
Subscribe User (on PunRes)
Is that what you mean?
Here is the css for making it invisible for normal visitors but visible to screen readers. The links just need a css class like .invisible:
.invisible {
position: absolute;
left: -1000px;
top: -1000px;
width: 0;
height: 0;
overflow: hidden;
display: inline;
}
Maybe you could change it???
no criticism i love mega pun but I don't think it will be needed with that easy-to-use extensiion sytem.
There is already a mod for sub forums. Look at http://www.punres.org
Is there going to be a tutorial on how to do it? Because right now I don't have a clue.
deleted post log 1.3 (get it?)
better and faster
yeah i guess you're right. just wondering about the many unsupported ones...
Since it looks like we are getting closer to PunBB 1.3, I just wanted to ask who is going to update the "big" modifications (the famous ones) to 1.3...
The faster, the better...
I think there is a wiki entry in the PunRes wiki. You should search there.
Yeah, replace the second line with this:
echo "<div style=\"text-align:justify; padding:3px; margin-top:3px; margin-bottom:5px; border-top:1px solid #D3D3D3;\">";
That should work
do
echo "<your code here>";
in the database
Glad it helped. Thats what this forum is for
Maybe this helps you:
http://punbb.org/forums/viewtopic.php?id=15045
Got it already. I used mktime() and something else.
Thanks though.
PunBB Forums → Posts by lie2815
Powered by PunBB, supported by Informer Technologies, Inc.