Looks good ^^ I see you're using the sexyblack style
77 2007-07-16 21:34
Re: More options in "profile menu/personal" ? (2 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Maybe you can use the extra profile fields mod on punres?
78 2007-06-19 16:05
Re: New frontpage index mod! (188 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Here's a text truncate function:
<?php
function text_chop($text, $length) {
if(strlen($text) > $length) {
$text = substr($text, 0, $length)."..."; // instead of the ... you set an other ending message
}
return $text;
}
?>
How to use:
<?php
echo text_chop("here the message.",40); // message ends after 40 characters
?>
79 2007-06-16 10:07
Re: Smarty.your Punbb-hosting is cool (3 replies, posted in PunBB 1.2 discussion)
Just look one punres.org.
80 2007-06-07 08:35
Re: Customization troubles (3 replies, posted in PunBB 1.2 troubleshooting)
You can change the navigation links somewhere in include/functions.php
And with this:
http://wiki.punres.org/Add_a_logo_to_the_header_via_css
Yuo can add a logo.
81 2007-06-05 11:10
Re: Hey Guys.. Questions about the session. (1 replies, posted in Programming)
82 2007-06-01 19:28
Re: How do I stop forum from resizing? (12 replies, posted in PunBB 1.2 troubleshooting)
83 2007-06-01 10:52
Re: New HotEditor MOD (V.4.2) for PunBB (34 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I like it, I was searching for something like this. I seen you mod before I think.
But do you have a light version that loads faster? Or is it easy to custumize the interface?
84 2007-05-28 19:00
Re: What editor do you use for php? (114 replies, posted in Programming)
I use crimson editor for all the coding (php/css/xhtml).
85 2007-03-28 11:22
Re: punbb portal (15 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Just make multiple templates and pages.
86 2007-03-28 07:37
Re: Topics/posts/users to other forum (7 replies, posted in PunBB 1.2 troubleshooting)
Yes, I have posted them only for testing.
87 2007-03-27 14:18
Re: punbb in a windows server! (6 replies, posted in PunBB 1.2 troubleshooting)
Doesn't the host have a online filemanager where you can set permissions of files like the filemanager of CPanel.
88 2007-03-27 13:16
Re: Topics/posts/users to other forum (7 replies, posted in PunBB 1.2 troubleshooting)
Only some testing posts.
89 2007-03-25 16:10
Re: Topics/posts/users to other forum (7 replies, posted in PunBB 1.2 troubleshooting)
I want to copy all the topics and posts to an other forum.
90 2007-03-25 13:42
Topic: Topics/posts/users to other forum (7 replies, posted in PunBB 1.2 troubleshooting)
How can I transfer (for example) the topics, posts and user from ForumA to ForumB?
I have tried exporting and importing SQL, but it didn't work.
91 2007-03-21 13:48
Re: PhpBB 3 shows its face (28 replies, posted in General discussion)
I'll never switch to phpbb again. It's to difficult to modify.
92 2007-02-12 18:04
Re: A little bit of that and a little bit of that (51 replies, posted in News)
I can't wait! When will it be released? About 3 or 4 months?
93 2007-02-10 21:38
Re: [Release] AMP_Topics_Closer 1.0 (29 replies, posted in PunBB 1.2 modifications, plugins and integrations)
The download link doesn't work.
94 2007-01-22 19:41
Topic: Scrin (0 replies, posted in PunBB 1.2 show off)
Scrin, it's some sort of clan. I've started Scrin about 2 years ago with two friends of mine.
We don't have much members, most of them are friends of mine. The games we play are Ogame and where working on two other games, ROSE Online and C&C Renegade.
First we had just a html site, that was the first time I build a real site... Then I installed a phpBB forum.
But I didn't like it. It was slow and I couldn't edit it, it was to hard for me.
Then I searched for another forum and I found PunBB. And I liked it. It was not to hard to edit the .php files and there where loads of mods available and styles. And now I use it for Scrin.
Thats my story.
Here is the link:
http://www.scrin.nl/
95 2006-12-01 16:36
Re: AJAX post preview 1.0.2 (11 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I was thinking about this and decided to write a demo: As-you-type Preview
As is, the script isn't ready to use in a live forum--it would need to be part of a mod package. If someone (bedroom?) wants to use this code in a future mod, go right ahead.
How can I get this into my forum?
96 2006-09-19 18:12
Re: Don't see my forum anymore (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
that was the 10th mod, but there are some errors in the filemanager of the host I can't change the files of my first forum (I've got 2 forums). I'm planning to go to an other host.
97 2006-09-19 16:54
Re: Don't see my forum anymore (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I've remove the mod's mysql with phpmyadmin and I've changed the files to normal.
And I see still nothing. Or is it possible that the host has an error?
98 2006-09-19 15:46
Topic: Don't see my forum anymore (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
After I installed the male/female 1.0 mod. All I see is a blank space.
How can I solve this problem.