Hi all.
I have added a new style on the collector for your nice Forum PunBB, this style is called "IMac"
You can view and download this in here.
Have fun.
1 2005-08-17 06:03
Topic: An IMac style for you (6 replies, posted in PunBB 1.2 discussion)
2 2005-07-30 20:59
Re: Blue Lagon available (23 replies, posted in PunBB 1.2 discussion)
I have that problem with all your styles with the banner image. It works fine if you just add text, but if you place a image in "Board description", the image will go down and cover all the buttons below.
Just ask if you need more info to help.
You can added this in the style and set your text position
.pun #brdtitle p{
position:absolute;
top: 20px; /*with this you set the top postion */
left: 6px; /* set the position left */
}
just look on this if that help
3 2005-07-30 20:40
Re: Blue Lagon available (23 replies, posted in PunBB 1.2 discussion)
Need more info for help what style name is you have problem or remove banner?
4 2005-07-30 20:27
Re: Blue Lagon available (23 replies, posted in PunBB 1.2 discussion)
klacksa, nice skin. But, i can't use the logo i have on my forum (i have the logo in the board description). The logo goes down and cover the buttons. Do you know how to fix this?
yes you look in your style_cs.css on .pun #brdheader H1 {} and/or .pun #brdheader H1 SPAN {}
5 2005-07-30 00:44
Re: Blue Lagon available (23 replies, posted in PunBB 1.2 discussion)
Nice job!
Thank's Rickard.
An other style was now available, is called Evasion (green style).
Click here for last add style on the demo forum
6 2005-07-24 15:39
Re: Blue Lagon available (23 replies, posted in PunBB 1.2 discussion)
Thank's Dr but im not good as you
I love your GR site and i hope you made a beautifull one for GRAW
GR Rulez!
7 2005-07-22 18:25
Re: Blue Lagon available (23 replies, posted in PunBB 1.2 discussion)
You are allowed to remove for integration in a full existing site is ok no problem i only like the dude let's this for forum use only
Is just a respect mark of my contribut work for the community
8 2005-07-22 16:53
Topic: Blue Lagon available (23 replies, posted in PunBB 1.2 discussion)
Hi all just release a new style for you
Preview and download here
Have fun
10 2005-05-10 23:07
Re: A new color table for Sticky Posts (9 replies, posted in PunBB 1.2 discussion)
i have the color for in my forum but runing in 1.2.5 look is cool
11 2005-04-15 16:36
Re: [Release] Database Management Plugin (84 replies, posted in PunBB 1.2 modifications, plugins and integrations)
lol sorry is again me just a small bug when i restore the db backup
the size of administrator is completly elarge lol
What is this ? :S
have u idea to fix this ?
lol i have fixed the problem for me with just replace the div when return the resulte of backup
i add the div with this -> <div class="postmsg">
?>
<div class="block">
<h2><span>Debug info</span></h2>
<div class="box">
<div class="inbox">
<div class="postmsg">
<p>
<?php
}
$sql_count = count($pieces);
for($i = 0; $i < $sql_count; $i++)
{
$sql = trim($pieces[$i]);
if(!empty($sql))
{
if(defined('PUN_DEBUG'))
{
echo "Executing: $sql\n<br>";
flush();
}
$result = $db->query($sql);
if(!$result)
{
message('Error imported backup file, the database probably has not been restored');
}
}
}
if(defined('PUN_DEBUG'))
{
?>
</p>
</div>
</div>
</div>
</div>
<?php
is ok now bye bye
12 2005-04-15 16:32
Re: [Release] Database Management Plugin (84 replies, posted in PunBB 1.2 modifications, plugins and integrations)
ok
if no return error
is cool
bye
13 2005-04-15 16:27
Re: [Release] Database Management Plugin (84 replies, posted in PunBB 1.2 modifications, plugins and integrations)
sorry i don't understand what you mean
Protected backup
DROP TABLE IF EXISTS `forum_groups`;
CREATE TABLE `forum_groups` (
`g_id` int(10) unsigned NOT NULL auto_increment,
`g_title` varchar(50) NOT NULL default '',
`g_user_title` varchar(50) default NULL,
INSERT INTO `forum_groups` (`g_id`, `g_title`, `g_user_title`, `g_read_board`, `g_post_replies`, `g_post_topics`, `g_post_polls`, `g_edit_posts`, `g_delete_posts`, `g_delete_topics`, `g_set_title`, `g_search`, `g_search_users`, `g_edit_subjects_interval`, `g_post_flood`, `g_search_flood`) VALUES .....
`forum_groups` `g_id`, `g_title`, ext....
Your db backup
DROP TABLE IF EXISTS forum_groups;
CREATE TABLE forum_groups(
g_id int(10) unsigned NOT NULL auto_increment,
g_title varchar(50) NOT NULL,
g_user_title varchar(50),
INSERT INTO forum_groups (g_id, g_title, g_user_title, g_read_board, g_post_replies, g_post_topics, g_post_polls, g_edit_posts, g_delete_posts, g_delete_topics, g_set_title, g_search, g_search_users, g_edit_subjects_interval, g_post_flood, g_search_flood) VALUES.....
that thing prevent the restore table error.
?no
14 2005-04-15 12:17
Re: [Release] Database Management Plugin (84 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Verry nice Plugin Connorhd
Working fine for me on free.fr host.
Just a question:
can you added a protected : (Enclose table and field names with backquotes) ?
or is not required ?
Thank again for this good plug.
15 2005-04-01 19:35
Re: Just my punbb style release (17 replies, posted in PunBB 1.2 modifications, plugins and integrations)
oh i finaly real sh..
Ok all done and fine work you are the best
thank you Connorhd
16 2005-04-01 12:31
Re: CSS class for closed topic (4 replies, posted in Feature requests)
Something like :
<a href="closed_topic_id" class="closed">Closed_Topic_Name</a>With a style like :
.closed {text-decoration: line-through}By default, the closed topic are not show as closed.
Got it from: imports/stylename_cs.css at bottom
TR.iclosed DIV.icon {
BORDER-COLOR: #E6E6E6 #DEDEDE #DADADA #E2E2E2
}
17 2005-04-01 10:33
Re: Just my punbb style release (17 replies, posted in PunBB 1.2 modifications, plugins and integrations)
All is ok now thank's again Connorhd
18 2005-04-01 08:20
Re: Just my punbb style release (17 replies, posted in PunBB 1.2 modifications, plugins and integrations)
O.O
oOh im realy bad lol ok this is the best way im looking for and re-write all that again :'(
Thank's verry mutch Connorhd .
19 2005-04-01 08:06
Topic: © Copyright! (4 replies, posted in PunBB 1.2 troubleshooting)
Hi all
after to many visits of forum made by Rickard and used by people
is just sad to see lot of bad dudes is deleting the © Copyright foot line !
This is anormal thing !
"Powered by baddudename"
"© Copyright 2002?2005 baddudename"
You people making that are realy...
no more comment!
I'm not in this devlopement forum or and contribut but i say this is anormal thing!
20 2005-03-31 07:38
Re: Just my punbb style release (17 replies, posted in PunBB 1.2 modifications, plugins and integrations)
ok i undestand
and is true...
21 2005-03-31 05:19
Re: Just my punbb style release (17 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Just a question for Rickard why u can't added code for icon display for post, new post, locked ex...
This is more cool no?
i have modified this all file for me but with all this update and fix if all make personnal style with icon and need to rewhite all file is
(just a question )
22 2005-03-30 23:55
Re: Just my punbb style release (17 replies, posted in PunBB 1.2 modifications, plugins and integrations)
thank you all ok i look for this no repeat cool im happy u all like it
hehehe the correct thing are -> " background-repeat: repeat-y; "
now is good thx Rod
23 2005-03-30 20:27
Re: Just my punbb style release (17 replies, posted in PunBB 1.2 modifications, plugins and integrations)
hoo no sorry is only a pub man is not my site logo
but ok i swith it
i go to photoshop now and create one similar hihi..
24 2005-03-30 20:20
Topic: Just my punbb style release (17 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Hi i just post link you view my Punbb style release
look cool no?
look here : http://oldscope.free.fr/forum/index.php