Great design, cool work
27 2006-04-25 11:56
Re: My forum has new design (7 replies, posted in PunBB 1.2 show off)
iatbm maybe in future, for now it must be the unique style for my forum, sorry
29 2006-04-24 17:00
Topic: My forum has new design (7 replies, posted in PunBB 1.2 show off)
Hey from today i have a new style for my forum, Milk transform to Samui !
http://guistyles.com/forum/
Any comments, suggestion from you about CSS tweak really appreciate.
Cheers.
30 2006-04-20 14:20
Re: small problem with the stars (9 replies, posted in PunBB 1.2 troubleshooting)
great ! thanx for help
as always the support for punbb is great
31 2006-04-20 13:03
Re: small problem with the stars (9 replies, posted in PunBB 1.2 troubleshooting)
ooo ok
but not clear how to make it work hehe
code is:
{
$post_count++;
$user_avatar = '';
$user_info = array();
$user_contacts = array();
$post_actions = array();
$is_online = '';
$signature = '';
// If the poster is a registered user.
if ($cur_post['poster_id'] > 1)
{
$rank_pips = "";
if($cur_post['num_posts'] > 1000) { $num_pips = 10; }
elseif($cur_post['num_posts'] > 600) { $num_pips = 9; }
elseif($cur_post['num_posts'] > 450) { $num_pips = 8; }
elseif($cur_post['num_posts'] > 300) { $num_pips = 7; }
elseif($cur_post['num_posts'] > 225) { $num_pips = 6; }
elseif($cur_post['num_posts'] > 150) { $num_pips = 5; }
elseif($cur_post['num_posts'] > 100) { $num_pips = 4; }
elseif($cur_post['num_posts'] > 65) { $num_pips = 3; }
elseif($cur_post['num_posts'] > 25) { $num_pips = 2; }
elseif($cur_post['num_posts'] > 0) { $num_pips = 1; }
for($pip=0; $pip<$num_pips; $pip++) {
$rank_pips .= '<img src="img/guiStar.png" alt="" />';
}
$username = '<a href="profile.php?id='.$cur_post['poster_id'].'">'.pun_htmlspecialchars($cur_post['username']).'</a>';
32 2006-04-20 11:10
Re: small problem with the stars (9 replies, posted in PunBB 1.2 troubleshooting)
yes i add this, change old one to this one but still doesn't work:
http://guistyles.com/forum/viewtopic.php?id=285
http://guistyles.com/forum/viewtopic.php?id=286
In the second link guest Sista in the first post got zero stars and the second post from Sista got 7 stars .
33 2006-04-20 10:11
Re: small problem with the stars (9 replies, posted in PunBB 1.2 troubleshooting)
yee sure, standard from this forum help:
viewtopic.php
{
$post_count++;
$user_avatar = '';
$user_info = array();
$user_contacts = array();
$post_actions = array();
$is_online = '';
$signature = '';
// If the poster is a registered user.
if ($cur_post['poster_id'] > 1)
{
$rank_pips = "";
if($cur_post['num_posts'] > 1000) { $num_pips = 10; }
elseif($cur_post['num_posts'] > 600) { $num_pips = 9; }
elseif($cur_post['num_posts'] > 450) { $num_pips = 8; }
elseif($cur_post['num_posts'] > 300) { $num_pips = 7; }
elseif($cur_post['num_posts'] > 225) { $num_pips = 6; }
elseif($cur_post['num_posts'] > 150) { $num_pips = 5; }
elseif($cur_post['num_posts'] > 100) { $num_pips = 4; }
elseif($cur_post['num_posts'] > 65) { $num_pips = 3; }
elseif($cur_post['num_posts'] > 25) { $num_pips = 2; }
else { $num_pips = 1; }
and the same file:
<dl>
<dt><strong><?php echo $username ?></strong></dt>
<dd class="postavatar"><?php echo $user_avatar ?></dd>
<?php echo "<dd class=\"usertitle\">".$rank_pips."</dd>\n"; ?>
<dd class="usertitle"><strong><?php echo $user_title ?></strong></dd>
<?php if (count($user_info)) echo "\t\t\t\t\t".implode('</dd>'."\n\t\t\t\t\t", $user_info).'</dd>'."\n"; ?>
<?php if (count($user_contacts)) echo "\t\t\t\t\t".'<dd class="usercontacts">'.implode(' ', $user_contacts).'</dd>'."\n"; ?>
</dl>
34 2006-04-20 08:28
Topic: small problem with the stars (9 replies, posted in PunBB 1.2 troubleshooting)
see this:
http://guistyles.com/forum/viewtopic.php?id=285
http://guistyles.com/forum/viewtopic.php?id=286
the Guest have a stars , this is a bug , any idea how to solve that ?
35 2006-04-19 16:56
Re: this problem with css and punbb (1 replies, posted in PunBB 1.2 troubleshooting)
hey strange, i think i fix it
i change : FONT-FAMILY: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
to : FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
and now the problem gone....
hmm i don't understand it at all
36 2006-04-18 22:25
Topic: this problem with css and punbb (1 replies, posted in PunBB 1.2 troubleshooting)
hey i still got this problem:
http://guistyles.com/temp/tempbug.JPG
maybe someone has it and know hot to resolve it.
the problem is that the field of data goes out of range.... (not all)
forum is here: http://guistyles.com/forum/
37 2006-03-26 16:34
Re: Adsense After First Post 1.1 (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Uuups sorry , really so easy
And sorry this was in the wrong subforum.
38 2006-03-26 16:11
Topic: Adsense After First Post 1.1 (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Hey small problem how to make adsense to left allight, http://guistyles.com/forum/viewtopic.php?id=240
This plugin:
http://www.punres.org/files.php?pid=80
The code for viewtopic.php is:
if ($post_count == '1' && $adsense_config['google_adsense_enabled'] == '1' && strpos($adsense_config['google_exclude_forums'], ','.$cur_topic['forum_id'].',') === FALSE && strpos($adsense_config['google_exclude_groups'], ','.$pun_user['g_id'].',') === FALSE)
{
?>
<div class="blockpost<?php echo $vtbg ?>">
<h2><span><?php echo format_time($cur_post['posted']) ?></span></h2>
<div class="box">
<div class="inbox">
<div class="postleft">
<dl>
<dt><strong><?php echo $adsense_config['google_bot_name'] ?></strong></dt>
<dd class="usertitle"><?php echo $adsense_config['google_bot_tag'] ?></dd>
</dl>
</div>
<div class="postright">
<div class="postmsg">
<?php echo "<br /><div style=\"TEXT-ALIGN: center\">
<script type=\"text/javascript\">
<!--
google_ad_client = \"".$adsense_config['google_ad_client']."\";
google_ad_width = ".$adsense_config['google_ad_width'].";
google_ad_height = ".$adsense_config['google_ad_height'].";
google_ad_format = \"".$adsense_config['google_ad_format']."\";
google_ad_channel =\"".$adsense_config['google_ad_channel']."\";
google_ad_type = \"".$adsense_config['google_ad_type']."\";
google_color_border = \"".$adsense_config['google_color_border']."\";
google_color_bg = \"".$adsense_config['google_color_bg']."\";
google_color_link = \"".$adsense_config['google_color_link']."\";
google_color_url = \"".$adsense_config['google_color_url']."\";
google_color_text = \"".$adsense_config['google_color_text']."\";
google_alternate_color = \"".$adsense_config['google_alternate_color']."\";
//-->
</script>
<script type=\"text/javascript\" src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\"></script>
</div><br />\n" ?>
</div>
</div>
<div class="clearer"></div>
</div>
</div>
</div>
<?php
}
39 2006-03-14 21:59
Re: RSS Feeds for Categories, Forums, Topics and Latest Posts (66 replies, posted in PunBB 1.2 modifications, plugins and integrations)
i always got : Fatal error: Call to a member function on a non-object in /home/.heather/coxis/guistyles.com/forum/include/parser.php on line 35
41 2006-03-05 12:15
Re: Remove Moderated By... (9 replies, posted in PunBB 1.2 troubleshooting)
Yours css solution is working great Rickard
42 2006-03-05 12:12
Re: Footer.... (5 replies, posted in PunBB 1.2 troubleshooting)
well in footer.php i get search for :
Powered by PunBB
© Copyright 2002?2005 Rickard Andersson
and nothing ?
so where i must add my text to be under the copyrights...
thanx
for the second i use css solution and it works
43 2006-03-05 10:58
Topic: Footer.... (5 replies, posted in PunBB 1.2 troubleshooting)
hey where is the footer:
Powered by PunBB
© Copyright 2002?2005 Rickard Andersson
i want to add theme author
and second one, how to delete: (Moderated by CoXiS, Keir) , i don't want to show this
44 2006-03-03 15:07
Re: change small thing (4 replies, posted in PunBB 1.2 discussion)
Works great
DIV.postfootleft { text-align:center } P,
DIV.postleft { text-align: center } DL,
This are the changes.
Last thing how to add this space line ?
45 2006-03-03 13:55
Re: change small thing (4 replies, posted in PunBB 1.2 discussion)
thanx
/* 8.1 Padding around left and right columns in viewtopic */
DIV.postleft { text-align: center } DL, DIV.postright {PADDING: 6px}
look for your self: http://guistyles.com/forum/viewtopic.php?id=160
but also how could i add the Online and offline to be center ?
and add a space before the whole info user
a space before CoXiS, before the name , one line space
thanx
46 2006-03-03 13:15
Topic: change small thing (4 replies, posted in PunBB 1.2 discussion)
hey, i want to change small thing
i want the forum users info (name,ava,location) to be <center> , not <left> as it is for now
47 2006-01-28 22:30
Re: hey stupid me (4 replies, posted in PunBB 1.2 discussion)
thanx
i hope it works with 1.2.10
will install it tomorrow
48 2006-01-28 17:55
Re: hey stupid me (4 replies, posted in PunBB 1.2 discussion)
i don't want to move topic
i want to move post
49 2006-01-28 13:43
Topic: hey stupid me (4 replies, posted in PunBB 1.2 discussion)
hey stupid question
how to move post from one topic to diffrent forum
man make a post in one topic but i want to move the post to another forum and make it as a new post ?
50 2006-01-22 13:02
Re: See this bug (13 replies, posted in PunBB 1.2 bug reports)
Ok i am here, sorry for delay.
This help me : #adminconsole td input {width: 100%;}, but not so ideal solution that 100% width.
But works: http://guistyles.com/temp/bug3.PNG
How to make it in Profile: http://guistyles.com/temp/bug4.PNG