Modifications in the templates and CSS

Post new topic   This topic is locked: you cannot edit posts or make replies.

View previous topic View next topic Go down

20080730

Post 

Modifications in the templates and CSS




Hello,

To equip your forums of the latest technologies, we updated Forumotion templates and css. : D

To avoid problems of incompatibility and thus a result not expected, especially in forums with templates and / or a custom CSS, we will carry out a hold of some CSS and personalized templates. The admins of the forums concerned need to resubmit their templates and / or personal CSS so their changes can take effect.

The templates and / or CSS affected are as follows:

1. For the Widgets

Templates (for phpBB2):

--> overall_header_new
Spoiler:
¤ near the end, replaces
Code:
<div id="left">
by
Code:
<div id="{ID_LEFT}">


--> overall_footer
Spoiler:
¤ at the beginning, replaces
Code:
<div id="right">
by
Code:
<div id="{ID_RIGHT}">



2. For the titles (h1, h2, h3, ... )

Templates (for phpBB2):

--> viewtopic_body
Spoiler:
¤ Replaces at 2 places
Code:
<span class="cattitle">{TOPIC_TITLE}</span>
by
Code:
<h2 class="cattitle">{TOPIC_TITLE}</h2>


--> topics_list_box
Spoiler:
¤ Replaces
Code:
<span class="topictitle">{topics_list_box.row.NEWEST_POST_IMG}{topics_list_box.row.PARTICIPATE_POST_IMG}{topics_list_box.row.TOPIC_TYPE}<a class="topictitle" href="{topics_list_box.row.U_VIEW_TOPIC}">{topics_list_box.row.TOPIC_TITLE}</a></span>
by
Code:
<div class="topictitle">{topics_list_box.row.NEWEST_POST_IMG}{topics_list_box.row.PARTICIPATE_POST_IMG}{topics_list_box.row.TOPIC_TYPE}<h2 class="topic-title"><a class="topictitle" href="{topics_list_box.row.U_VIEW_TOPIC}">{topics_list_box.row.TOPIC_TITLE}</a></h2></div>


--> index_box
Spoiler:
¤ Replaces
Code:
<span class="forumlink"><a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br /></span>
by
Code:
<h{catrow.forumrow.LEVEL} class="hierarchy"><span class="forumlink"><a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br /></span></h{catrow.forumrow.LEVEL}>


phpbb2:

  • .maintitle, .maintitle h1
  • .maintitle h1
  • div.topictitle
  • h2.topictitle
  • h1.page-title
  • h1.title2
  • .nav h1
  • .hierarchy


phpbb3:

  • h1.page-title
  • .h3
  • #site-title, #site-title h1
  • .hierarchy
  • .content h2, .panel h2
  • .content h2.h3 , .panel h2.h3
  • .content h1, .panel h1
  • div.topic-title-container
  • .topic-title
  • h2.topic-title
  • .gallery-title


PunBB:

  • #pun-title
  • .main .main-head .page-title
  • .hierarchy
  • .sub-head span
  • h2.topic-title
  • .pun .main .posthead h2 a (instead of: .pun .main .posthead h3 a)


Regards,
Typlo
http://typlo.labrute.fr groar

Typlo
Administrator
Administrator

Male
Posts: 2678
Age: 23
Language: French, English
Country:
Join date: 2007-09-04

Back to top Go down

Share this post on: Excite BookmarksDiggRedditDel.icio.usGoogleLiveSlashdotNetscapeTechnoratiStumbleUponNewsvineFurlYahooSmarking

Permissions of this forum:
You cannot reply to topics in this forum