Forum Hosting  

Go Back   Forum Hosting > IPB Support > IPB Skinning Help

IPB Skinning Help Need help customizing the looks of your forum? Post here.


Reply
 
LinkBack Thread Tools Display Modes
Old 07-17-2007, 11:30 AM   #1 (permalink)
Member
 
lpmeteora's Avatar
 
Join Date: Nov 2006

Location: Turkey
Posts: 29
Rep Power: 0 lpmeteora is on a distinguished road
fTrader: (0)
fBuck$: 350.0
Bank: 0.0
Total fBuck$: 350.0

My Forumer
My Country:
Question IPDynamic Lite Set-up Skin

I want to have a different skin for my IPDynamic, but it goes same with the main style.

Any help? Thanks.
lpmeteora is offline   Reply With Quote
Old 07-18-2007, 12:45 AM   #2 (permalink)
Senior Forumer
 
MasterVision's Avatar
 
Join Date: Nov 2006

Posts: 1,065
Rep Power: 3 MasterVision is on a distinguished road
fTrader: (0)
fBuck$: 754.0
Bank: 4,247.1
Total fBuck$: 5,001.1

My Forumer
My Country:
Send a message via MSN to MasterVision Send a message via Yahoo to MasterVision Send a message via Skype™ to MasterVision
Default Re: IPDynamic Lite Set-up Skin

IP Dynamic lite page is actually a separate HTML document... its a whole HTML with a complete tags from <HTML>,<HEAD> and <BODY> so you can create your own style... you can also have your own CSS Templates for you IPDL..

good luck
MasterVision is offline   Reply With Quote
Old 07-18-2007, 05:25 AM   #3 (permalink)
Member
 
lpmeteora's Avatar
 
Join Date: Nov 2006

Location: Turkey
Posts: 29
Rep Power: 0 lpmeteora is on a distinguished road
fTrader: (0)
fBuck$: 350.0
Bank: 0.0
Total fBuck$: 350.0

My Forumer
My Country:
Default Re: IPDynamic Lite Set-up Skin

But how? How can i change it? That's the problem.
lpmeteora is offline   Reply With Quote
Old 07-18-2007, 06:11 AM   #4 (permalink)
Elite Forumer
 
Wild Cat's Avatar
 
Join Date: May 2007

Location: UK
Posts: 6,350
Rep Power: 9 Wild Cat has a spectacular aura aboutWild Cat has a spectacular aura about
fTrader: (3)
fBuck$: 1,423.0
Bank: 130,000.2
Total fBuck$: 131,423.2

My Forumer
My Country:
Default Re: IPDynamic Lite Set-up Skin

Admin CP -> in Skin & Templates click on HTML Templates -> click on Manage HTML -> find IP Dynamic Lite (skin_csite.php) and there you have all the parts that you can edit.

Wild Cat is offline   Reply With Quote
Old 07-18-2007, 11:18 AM   #5 (permalink)
Member
 
lpmeteora's Avatar
 
Join Date: Nov 2006

Location: Turkey
Posts: 29
Rep Power: 0 lpmeteora is on a distinguished road
fTrader: (0)
fBuck$: 350.0
Bank: 0.0
Total fBuck$: 350.0

My Forumer
My Country:
Default Re: IPDynamic Lite Set-up Skin

I changed some parts from the link you've given me, but i cannot change the skin. Can you give me the exact name of the part to change the skin of IP Dynamic?
lpmeteora is offline   Reply With Quote
Old 07-18-2007, 11:20 AM   #6 (permalink)
Member
 
lpmeteora's Avatar
 
Join Date: Nov 2006

Location: Turkey
Posts: 29
Rep Power: 0 lpmeteora is on a distinguished road
fTrader: (0)
fBuck$: 350.0
Bank: 0.0
Total fBuck$: 350.0

My Forumer
My Country:
Default Re: IPDynamic Lite Set-up Skin

MAIN TEMPLATE (function csite_skeleton_template) 3872 Edit Single (HTML | Text | With CSS)
|-- Header; CSS External (function csite_css_external) 117 Edit Single (HTML | Text | With CSS)
'-- Header; CSS Inline (function csite_css_inline) 39 Edit Single (HTML | Text | With CSS)
Member's Welcome Box (function tmpl_welcomebox_member) 778 Edit Single (HTML | Text | With CSS)
Guest's Welcome Box (function tmpl_welcomebox_guest) 744 Edit Single (HTML | Text | With CSS)
Search Box (function tmpl_search) 438 Edit Single (HTML | Text | With CSS)
Site Nav. Box (function tmpl_sitenav) 130 Edit Single (HTML | Text | With CSS)
Online Users Box (function tmpl_onlineusers) 2795 Edit Single (HTML | Text | With CSS)
Change Skin Box (function tmpl_changeskin) 428 Edit Single (HTML | Text | With CSS)
Affiliates / Recommended Sites Box (function tmpl_affiliates) 1107 Edit Single (HTML | Text | With CSS)
function csite_javascript 390 Edit Single (HTML | Text | With CSS)
function show_chat_link_popup 165 Edit Single (HTML | Text | With CSS)
function tmpl_articles 15 Edit Single (HTML | Text | With CSS)
function tmpl_skin_select_top 159 Edit Single (HTML | Text | With CSS)
function tmpl_skin_select_bottom 9 Edit Single (HTML | Text | With CSS)
function tmpl_wrap_avatar 7 Edit Single (HTML | Text | With CSS)
function tmpl_skin_select_row 41 Edit Single (HTML | Text | With CSS)
function rules_link 40 Edit Single (HTML | Text | With CSS)
function show_chat_link_inline 172 Edit Single (HTML | Text | With CSS)
Recent Articles box (function tmpl_recentarticles) 1627 Edit Single (HTML | Text | With CSS)
Latest Discussions box (function tmpl_latestposts) 104 Edit Single (HTML | Text | With CSS)
Poll; Poll Header (function tmpl_poll_header) 273 Edit Single (HTML | Text | With CSS)
|-- Poll; Choice entry & radiobutton (function tmpl_poll_choice_row) 110 Edit Single (HTML | Text | With CSS)
|-- Poll; Result row (function tmpl_poll_result_row) 356 Edit Single (HTML | Text | With CSS)
|-- Poll; Vote Button (function tmpl_poll_vote) 82 Edit Single (HTML | Text | With CSS)
'-- Poll; Poll Footer (function tmpl_poll_footer) 208 Edit Single (HTML | Text | With CSS)
Articles; Article Entry (function tmpl_articles_row) 1030 Edit Single (HTML | Text | With CSS)
|-- Articles; Add Comment link (function tmpl_comment_link) 66 Edit Single (HTML | Text | With CSS)
'-- Articles; Read More link (function tmpl_readmore_link) 62 Edit Single (HTML | Text | With CSS)
Debug Strip (function tmpl_debug) 74 Edit Single (HTML | Text | With CSS)
Topic format used for 'recent articles' and 'latest discussions' (function tmpl_topic_row) 349 Edit Single (HTML | Text | With CSS)
Site Nav. Link Format (function tmpl_links_wrap) 69 Edit Single (HTML | Text | With CSS)
Online Users; Separator (function csite_sep_char)




from all these things; which is the part to change the skin? I searched, but no answer.
lpmeteora is offline   Reply With Quote
Old 07-19-2007, 07:49 AM   #7 (permalink)
Member
 
lpmeteora's Avatar
 
Join Date: Nov 2006

Location: Turkey
Posts: 29
Rep Power: 0 lpmeteora is on a distinguished road
fTrader: (0)
fBuck$: 350.0
Bank: 0.0
Total fBuck$: 350.0

My Forumer
My Country:
Default Re: IPDynamic Lite Set-up Skin

Any help?
lpmeteora is offline   Reply With Quote
Old 07-19-2007, 07:35 PM   #8 (permalink)
Senior Forumer
 
MasterVision's Avatar
 
Join Date: Nov 2006

Posts: 1,065
Rep Power: 3 MasterVision is on a distinguished road
fTrader: (0)
fBuck$: 754.0
Bank: 4,247.1
Total fBuck$: 5,001.1

My Forumer
My Country:
Send a message via MSN to MasterVision Send a message via Yahoo to MasterVision Send a message via Skype™ to MasterVision
Default Re: IPDynamic Lite Set-up Skin

Choose the first option from your list to modify your IPDL...

good luck
MasterVision is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
IPDynamic Lite Set-up Skin lpmeteora phpBB2 skinning Help 1 07-17-2007 01:54 PM
IPDynamic Lite BlueFire4035 IPB General Support 5 05-04-2007 06:37 AM
IPDynamic Lite kafary IPB General Support 1 03-27-2006 10:56 AM
IPDynamic Lite Mark IPB General Support 11 02-28-2005 09:00 PM
What Is Ipdynamic Lite? Gordon IPB General Support 4 08-27-2004 01:47 PM