yeah I know....:)
what he did to it was insane...
26 2005-04-06 21:03
Re: World Village (4 replies, posted in PunBB 1.2 show off)
27 2005-04-06 20:50
Topic: World Village (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 2005-04-04 21:24
Re: Rank Image? (22 replies, posted in PunBB 1.2 discussion)
well, what variable should I use in place of $cur_user? $pun_user?
29 2005-04-04 21:15
Re: Rank Image? (22 replies, posted in PunBB 1.2 discussion)
Nope, Connorhd, that code doesn't work...
same result...
30 2005-04-04 03:28
Re: Rank Image? (22 replies, posted in PunBB 1.2 discussion)
I'm only asking for some asistance...(is that too much to ask?)
31 2005-04-03 20:47
Re: Rank Image? (22 replies, posted in PunBB 1.2 discussion)
lol, Connorhd, you've got 1.1.5...
32 2005-04-03 20:20
Re: Rank Image? (22 replies, posted in PunBB 1.2 discussion)
come on guys, I really need help with this...:(
33 2005-04-03 11:14
Re: Rank Image? (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.
Thanks,
~Goober
34 2005-03-20 21:13
Re: Users Online Integration (7 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Why don't you use that extern.php file? That is much easier to use...
35 2005-03-20 20:39
Re: RSCheatNet Again (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.
36 2005-03-19 00:03
Re: About RANKINGS (46 replies, posted in Programming)
Well, would you mind giving an explain how? That would be most appreciated...
~Goobs
37 2005-03-18 23:35
Re: About RANKINGS (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?
38 2005-03-15 05:36
Re: MySQL Error on Line 58... (5 replies, posted in PunBB 1.2 troubleshooting)
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
39 2005-03-13 09:26
Topic: Does the News Generator and Past Versions of Punbb mix? (1 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Hi, I was wondering if the New Generator Plugin works for the punbb version 1.1.5. Thanks,
Goobs
40 2005-03-12 19:09
Re: Rank Image? (22 replies, posted in PunBB 1.2 discussion)
Hahaha, that is kinda what I am asking for...
41 2005-03-09 03:47
Re: Rank Image? (22 replies, posted in PunBB 1.2 discussion)
Then how would I go about using the custom title feature?
Then what would I have to add/change/delete inorder for it to work?
42 2005-03-09 02:25
Re: Rank Image? (22 replies, posted in PunBB 1.2 discussion)
Yes, everywhere and next to the name.
43 2005-03-09 01:54
Topic: Rank Image? (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:
Goober = Administrator
Lizard = Moderator
Any suggestions about how to go about this? Thanks,
~Goober
44 2005-03-03 05:43
Re: MySQL Error on Line 58... (5 replies, posted in PunBB 1.2 troubleshooting)
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.
45 2005-03-02 22:23
Topic: MySQL Error on Line 58... (5 replies, posted in PunBB 1.2 troubleshooting)
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