Its Any Way To Add This Borders ? »  Show posts from    to     

Icy Phoenix


Old Styles Topics - Its Any Way To Add This Borders ?



keany [ Sat 08 Mar, 2008 21:15 ]
Post subject: Its Any Way To Add This Borders ?
I have seen that Carlos in one post have ask for this borders in post details ...but i havent found yet the solution . I have add in css in post details some things but the border doesnt apair . Anyone know what to add in css or in viewtopic.tpl to show this borders ??

Best regards







PS: I am using the latest icy phoenix and Morfeus ip style in Mg themes


keany [ Sun 09 Mar, 2008 09:56 ]
Post subject: Re: Its Any Way To Add This Borders ?
Have anyone done this before ?? or know how to do ? . I am playing with css and tpl but i am not a programer ..but i really like to do this thinks


KasLimon [ Sun 09 Mar, 2008 11:27 ]
Post subject: Re: Its Any Way To Add This Borders ?
I have 78 unread messages, I cannot be everywhere

Open templates/*/xs/xs_topic.tpl
Find
Code: [Hide] [Select]
$prev_id = $postrow_item['U_POST_ID'];
ob_start();

After, add:
Code: [Hide] [Select]

// BEGIN - KasLimon postdata boxes
if (!empty($postrow_item['POSTER_POSTS'])) $postrow_item['POSTER_POSTS'] = '<div id="postdetails">' . $postrow_item['POSTER_POSTS'] . '</div>';
if (!empty($postrow_item['POSTER_FROM'])) $postrow_item['POSTER_FROM'] = '<div id="postdetails">' . $postrow_item['POSTER_FROM'] . '</div>';
if (!empty($postrow_item['POSTER_JOINED'])) $postrow_item['POSTER_JOINED'] = '<div id="postdetails">' . $postrow_item['POSTER_JOINED'] . '</div>';
// END - KasLimon postdata boxes

Open css file
At the end of the file, add:
Code: [Hide] [Select]
#postdetails
{
border:1px solid #0033FF;
}


You can see it working here

Greetings!


keany [ Sun 09 Mar, 2008 12:31 ]
Post subject: Re: Its Any Way To Add This Borders ?
Sorry for disturbing .And thanks for getting time to help .

I have made ur modifications but i dont know if i miss something in xs_topic.tpl

Here its my image and my xs_topic.tpl


KasLimon [ Sun 09 Mar, 2008 12:39 ]
Post subject: Re: Its Any Way To Add This Borders ?
I think you've misunderstood me in css changes, xs_topic seems to be ok

What I ask you to do is to add this lines at the end, not to modify #post-details
Check if I'm wrong

Greets!


Zuker [ Sun 09 Mar, 2008 17:28 ]
Post subject: Re: Its Any Way To Add This Borders ?
vt

but with a margin-top of 2 px


keany [ Sun 09 Mar, 2008 20:57 ]
Post subject: Re: Its Any Way To Add This Borders ?
KasLimon wrote: [View Post]
I think you've misunderstood me in css changes, xs_topic seems to be ok

What I ask you to do is to add this lines at the end, not to modify #post-details
Check if I'm wrong

Greets!
sorry my meaning of editing css
I have add in post details in css border instead of adding all your line at the end css page

Thanks man




Powered by Icy Phoenix