Its Any Way To Add This Borders ?


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


bordi poshte2.PNG
Description:  
Download
Filename: bordi poshte2.PNG
Filesize: 36.64 KB
Downloaded: 175 Time(s)

Profile PM  
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 :)

Profile PM  
Subject: Re: Its Any Way To Add This Borders ?
I have 78 unread messages, I cannot be everywhere :roll:

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

After, add:
Code: [Download] [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: [Download] [Hide] [Select]
#postdetails
{
border:1px solid #0033FF;
}


You can see it working here

Greetings!

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


bordi keq.JPG
Description:  
Filesize: 30.38 KB
Viewed: 4339 Time(s)

bordi keq.JPG

xs_topic.rar
Description: My xs_topic.tpl modifed 
Download
Filename: xs_topic.rar
Filesize: 2.72 KB
Downloaded: 143 Time(s)

Profile PM  
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!

Subject: Re: Its Any Way To Add This Borders ?
vt

but with a margin-top of 2 px :mrgreen:

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!
:chef: sorry my meaning of editing css :mryellow:
I have add in post details in css border instead of adding all your line at the end css page :wink:

Thanks man

Profile PM  

Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.1218s (PHP: 14% SQL: 86%)
SQL queries: 14 - Debug Off - GZIP Enabled