26

(4 replies, posted in PunBB 1.2 show off)

yeah I know....:)
what he did to it was insane...

27

(4 replies, posted in PunBB 1.2 show off)

This website isn't owned by me but here is the link, World Village...
I bet your wondering, why would I post a site here that isn't mine? Well, because it is one of the best websites I've seen with punbb integrated into it...:)
~Goober

28

(22 replies, posted in PunBB 1.2 discussion)

well, what variable should I use in place of $cur_user? $pun_user?

29

(22 replies, posted in PunBB 1.2 discussion)

Nope, Connorhd, that code doesn't work... sad
same result...

30

(22 replies, posted in PunBB 1.2 discussion)

I'm only asking for some asistance...(is that too much to ask?)

31

(22 replies, posted in PunBB 1.2 discussion)

lol, Connorhd, you've got 1.1.5... tongue

32

(22 replies, posted in PunBB 1.2 discussion)

come on guys, I really need help with this...:(

33

(22 replies, posted in PunBB 1.2 discussion)

Heys, guys I tried to to do this myself but it doesn't work properly. I'm using punbb version 1.1.5 (Too lazy to upgrade...) and this is what I added to userlist.php on line 146, right beside <tr class="puncon2">

<?php
 //User image that goes right beside the name of a mod or admin
if ($cur_user['status'] == '2')  // admin image
    $user_images = '<img src="img/stuff/adminstar.gif">';
   else 
if ($cur_user['status'] == '1')  // mod image
    $user_images = '<img src="img/stuff/modstar.gif"';
?>

then on line 156 I added this to set the position of the rank image:

<?php echo $user_images ?>

This is what I get, http://vganda.com/userlist.php. It displays the admin star beside every user's name. Lol, my members would have a hard time determining who was and wasn't an administator. Basically I want a red star displayed beside an admin's name and a blue star beside a mod's name. Any help is appreciated. smile
Thanks,
~Goober

Why don't you use that extern.php file? That is much easier to use...

35

(6 replies, posted in PunBB 1.2 show off)

Wow, I really like that color mod...think you will release it as a proper mod? If you did, that would be awesome. smile

36

(46 replies, posted in Programming)

Well, would you mind giving an explain how? That would be most appreciated... smile
~Goobs

37

(46 replies, posted in Programming)

All of these links are broken...:(
Anyone know where I can get a recent zip file for the ranking images?

Hey guys, I have another question. I'm trying to install version 1.1.5 and it says to create a database before actually installing punbb. This is what I get when I try to create a database:
Error

SQL-query :

CREATE DATABASE `vganda_com_-_forums` ;

MySQL said:
#1044 - Access denied for user: 'vganda@localhost' to database 'vganda_com_-_forums'

Any ideas on how to create this?
~Goobs

Hi, I was wondering if the New Generator Plugin works for the punbb version 1.1.5. Thanks,
Goobs

40

(22 replies, posted in PunBB 1.2 discussion)

Hahaha, that is kinda what I am asking for... tongue

41

(22 replies, posted in PunBB 1.2 discussion)

Then how would I go about using the custom title feature? sad
Then what would I have to add/change/delete inorder for it to work?

42

(22 replies, posted in PunBB 1.2 discussion)

Yes, everywhere and next to the name.

43

(22 replies, posted in PunBB 1.2 discussion)

Hello, I was wondering if it were possible to add a ranking image. What I am trying to do is add a red star to right of an administrator name and a blue star for a moderator name.
Example:
Gooberhttp://img224.exs.cx/img224/1333/modstar7qr.gif = Administrator
Lizardhttp://ppsociety.com/img/icons/specialstar.gif = Moderator

Any suggestions about how to go about this? Thanks,
~Goober

How would I go about connecting to the MySQL server?

PS: I'm kinda programming impaired so if you could be as detailed as possible would benefit me greatly.

Hi, I'm having techinical difficulties installing punbb. I have uploaded all of the files necessary, but I keep on getting an error on line 58 of  ../include/dblayer/mysql.php. Does anyone know what the problem is? Any help would be greatly appreciated. Here is the exact error message it is giving me:

An error occured on line 58 in file /var/www/html/forum/include/dblayer/mysql.php.

PunBB reported: Unable to connect to MySQL server. MySQL reported: Access denied for user: 'vganda@host120.host120-server.com' (Using password: YES)

A Penny for your thoughts?
~Goober