the site looks very good. i like how you integrated punbb with everything..
Q
You are not logged in. Please login or register.
PunBB Forums → Posts by quaker
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
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
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>
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
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
any one want to buy punlancer.com or puntalk.org? hahaha.... sh_t going to hit the fan...
Q
ummmm the beginning of the end...
Q
search frontpage mod in punres.org even look at the mini-portal index..
Q
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
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
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
mat.. haha......
kewl stone...
Q
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
PunBB Forums → Posts by quaker
Powered by PunBB, supported by Informer Technologies, Inc.