Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post 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: 174 Time(s)

 



 
keanySend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post 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
 



 
keanySend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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: [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!
 




____________
Gabriel Anca
 
KasLimonSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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: 4335 Time(s)

bordi keq.JPG

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

 



 
keanySend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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!
 




____________
Gabriel Anca
 
KasLimonSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Its Any Way To Add This Borders ? 
 
vt

but with a margin-top of 2 px  
 




____________
? Zuker - EDDB - LPM - Sharefields
 
ZukerSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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
 



 
keanySend private message  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
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