201

(8 replies, posted in PunBB 1.2 show off)

the site looks very good. i like how you integrated punbb with everything..



Q

go over to punres.org and look for the mods by koos

example of what i did with the profile is

http://256studio.com/profile.php?id=2

but i have modified alot in the profile area..


contact utchin he did most of all my mod's


Q

203

(5 replies, posted in PunBB 1.2 show off)

ops.. i was using a few mods to pull info from the forum to display in my css template..

evil grins....

http://hsv-netcom.com/forum
help desk software and a custom contact page.
that it for right now...

hahaha
Q

204

(5 replies, posted in PunBB 1.2 show off)

http://hsv-netcom.com

let me know what you think?

Q

it would be very simple to do. if u would go to punres.org and go to there wiki and look at the mini portal mod.
http://wiki.punres.org/Miniportal

go to the main.tpl section
this is the code for creating a left side block area simple reverse the px and create a #right with float right
you will do the modifications to the main.tpl in the include/template folder.

I hope this helps!

Q

<style type="text/css">
    #left {
        width: 120px;
        float: left;
    }
    #main {
        margin-left: 130px;
    }
    #container {
        width: 100%;
        float: right;
        margin-left: -120px;
    }
</style>

206

(3 replies, posted in PunBB 1.2 show off)

looks good a few minor things and they would match..

p.s. what about the powered by punbb?

ummm...

Q

seem to be padding on the txt for the button.....
find the class or the id that asigned to the button and adjust it from there... or simple make the button with a text inside the image .

u can assign a style to the button.

<input  type="submit" style="ur css coding here!"

Q

grumblemarc , i like the site.. just dont like the long file name that comes with joolma.....

example: errrrr

index.php?option=com_agora&Itemid=33&task=userlist&username=&show_group=-1&sort_by=username&sort_dir=ASC&p=3

hummmm.. matt1298.....324823428304720834723472347230492

do i know you?

hahaha...
Q

smarty,mattf,elbekko would be my pick for something like that.
also utchin, he a really good guy and quick to return stuff.. i have paid him to design a few mods for me...

Q

look at http://punlancer.com/register.php

the use can select a user group when registering...

Q

http://punres.org go to the wiki link and all the help in the world is there for beginners...

Q

u can add this to the register.php

i use spamhaus mod that mattf did for me...

right below!

define('PUN_ROOT', './');
require PUN_ROOT.'include/common.php';


add

/***************************
   START SPAM PROTECTION
***************************/

// Address of the blocklist server
$checkspam['blocklist'] = 'sbl.spamhaus.org';

// Build the url to check (reverse DNS query). If you want to test if it works on
// your server, replace the "get_remote_address()" part with the following: '127.0.0.2'
$checkspam['Reverse DNS'] = implode( '.', array_reverse( explode( '.', get_remote_address() ) ) ) . '.' . $checkspam['blocklist'];

// Do the actual lookup. If the users IP is listed in the blocklist, we will be given just an IP back from the queried server.
// If the user is *not* listed as a spammer, the result we get back from the server will be the same string as we sent.
if( $checkspam['Reverse DNS'] != gethostbyname($checkspam['Reverse DNS']) ) {
    
    message('Unfortunately, it would appear that your current IP address is listed in one of the anti-spam databases we queried.
            Because of this, you will not be able to register a new account at this point in time. If you believe this to
            be a mistake, we urge you to read the FAQ over at <a href="http://www.spamhaus.org/faq/index.lasso">The Spamhaus Project</a>
            for more details, including actions you can take to resolve this issue.',true);
}

/****************************
   END OF SPAM PROTECTION
****************************/

that is one step.. another is captcha... mod..

Q

not really, sorta dead... good idea but lacking the people to follow up on stuff..

Q

seem like reinventing the wheel again... there are a few index mod out there.. I know i designed one .....


Q

216

(62 replies, posted in News)

any one want to buy punlancer.com or puntalk.org? hahaha.... sh_t going to hit the fan...

Q

217

(20 replies, posted in PunBB 1.2 discussion)

i was playing around with some images..

http://101mag.net

Q

218

(62 replies, posted in News)

ummmm the beginning of the end...


Q

219

(1 replies, posted in PunBB 1.2 show off)

need some input on the style?

http://101mag.net

Q

search frontpage mod in punres.org even look at the mini-portal index..


Q

221

(10 replies, posted in Programming)

mattf, i just used a simple random image script. and pulls from a predefined location. so all i do is drop new pics in.. that it.


Q

222

(10 replies, posted in Programming)

i have a simple gallery script that i have used on several sites that is like 5 or 6 files.  and it has a admin panel to create categories and such.

http://256studio.com/gallery.php

it requires a sql db...

Q

223

(10 replies, posted in Programming)

It would be interested to see some type of ajax with a php script to handle the loading of all images.

I like my lightbox gallery script but the caching of the files will slow down if there is a lot of images in a folder.

images.jpg | th_images.jpg then add number 01 02 03

Q

224

(20 replies, posted in PunBB 1.2 discussion)

mat.. haha......

kewl stone... 


Q

225

(20 replies, posted in PunBB 1.2 discussion)

ummm matt.... so what up dude....? lmao...

i was thinking about you today and sum coding i needed....done..

but over all i have a few style that i have designed that are for free and sum that i have not even released to the public..

doesn't matter to me one way or the other who does it.. if i got the time i will do it free and at the end u can donate.. if u would like to or not...


ps. matt 329 post? newbie...

(Stone-
kewl layout on DA site... i mostly do planets and other photo editing skillz on there....)

hahaha...
Q