Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Guide:: New PHPFusion 7.02 Style Classes

Asked Modified Viewed 10,174 times
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
  • Started this discussions
asked
Fusioneer

In PHPFusion V7.02 some new style classes were implemented giving theme designers more styling control over certain elements which in previous versions of PHPFusion was not possible to do without modifications of the core files.

In this post you can see all new classes that are now needed in styles.css files for PHPFusion V7.02.


Quote


Attention messages properties
Attention Messages can now be styled for Admin messages, No Comments message and No JavaScript Enables Message.


// No JavaScript Message
.noscript-message {
}

// No Comments Message
.nocomments-message {
}


Form element properties
New Form elements for the BB Codes popup and Attachments legend & fieldset can now be styled in PHPFusion V7.02.


// Popup for BB Code
.bbcode-popup {
}

// Fieldset for Attachments
div.emulated-fieldset {
}

div.emulated-fieldset span.emulated-legend {
}

div.emulated-fieldset div.attachments-list {
}


Side-Panel properties
A new side panel property has been added for the Drag N Drop Admin panels.

// ui for Drag N Drop Admin Panels
.ui-sortable {
}


Comments properties
Comments are now rendered in theme.php and some comments properties can now be styled including the comment message, Comment name, and Comments admin control.

// Main Comments Message 
.comment-main {
}

// Cmments Name Styles
.comment-name {
}

// Comments Admin control styles
.comment_admin {
}



General table properties
A new table property has been added for Error Message notices.


// For Error messages
.tbl-error  {
}


News properties
News Properties has changed news categories can be styled and news info (author, reads, print, etc.) can now be styled.


// News Categories style
.news-category {

}

// News Info Style, author, reads, print, etc
.news_info {
}

.news_info ul {
}

.news_info ul li {
}

.news_info li a {
}

.news_info li a:hover {
}

.news_info li.print {
}

.news_info li.print a {
}

.news_info li.print a span {
}

.news_info ul li.date { }
.news_info ul li.author { }
.news_info ul li.comments { }
.news_info ul li.cat { }
.news_info ul li.reads { }


Forum table properties
More Forum properties can now be styled includes forum breadcrumbs (viewforum navigation), viewthread message, users info, main forum table style, forum thread username style, forum thread date style, viewthread IP's style and userbar style.


// Forum Caption above Forum Categories
.forum-caption {   
}

// viewforum navigation
.forum_breadcrumbs {
}

// viewthread post message
.forum_thread_user_post {
}

// Viewthread user info
.forum_thread_user_info {
}

// Main forum thread table
.forum_thread_table {
}

// Forum thread username style
.forum_thread_user_name {
}

// Forum thread date style
.forum_thread_post_date {
}

// viewthread users ip's style
.forum_thread_ip {
}

// viewthread userbar
.forum_thread_userbar {
}


Profile specific classes
New profile classes have been added to style main profile, edit profile, Profile Link, and Profile ban, suspend etc, reason.


// Main profile width
.profile, .profile_category {
   width: ???px;
}

// Main edit Profile width
.edit-profile {
   width: ???px;
}

// Profile ban, suspend etc, reason
.profile_user_reason {
   color: #??????;
   font-weight: ????;
}

// Profile Link Username
.profile-link {
color: #???;
text-decoration: ???;


.profile-link:hover {
color: #???;
text-decoration: ??;
}


Merged on Aug 13 2011 at 20:59:26:
Just Added another class to my post that I did not know about for Profile Link.
Edited by Craig on 13-08-2011 21:59,
0 replies

9 posts

H
HaYaLeT
H
  • Senior Member, joined since
  • Contributed 262 posts on the community forums.
  • Started 28 threads in the forums
answered
Senior Member

Great..
i56.tinypic.com/jpvbc9.gif

Can we use now? If your answer yes then how? :D
Edited by HaYaLeT on 14-08-2011 11:40,
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
  • Started this discussions
answered
Fusioneer

Do you use 7.02? Then yes.
0 replies
L
Lippke
L
Lippke 10
- Lippke
  • Member, joined since
  • Contributed 168 posts on the community forums.
  • Started 35 threads in the forums
answered
Member

Quote

Fangree_Craig wrote:

// News Categories style
.news-category {

}

// News Info Style, author, reads, print, etc
.news_info {
}

.news_info ul {
}

.news_info ul li {
}

.news_info li a {
}

.news_info li a:hover {
}

.news_info li.print {
}

.news_info li.print a {
}

.news_info li.print a span {
}

.news_info ul li.date { }
.news_info ul li.author { }
.news_info ul li.comments { }
.news_info ul li.cat { }
.news_info ul li.reads { }


That is only works if you add the codes to the render news in theme.php
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
  • Started this discussions
answered
Fusioneer

Yes as the title says new 7.02 classes. lol
0 replies
L
Lippke
L
Lippke 10
- Lippke
  • Member, joined since
  • Contributed 168 posts on the community forums.
  • Started 35 threads in the forums
answered
Member

Yea but this classes are only in stylo theme
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
  • Started this discussions
answered
Fusioneer

Stylo is a new 7.02 theme is it not? :o

AHHHHH! I think I understand you mean its not a required class?
0 replies
L
Lippke
L
Lippke 10
- Lippke
  • Member, joined since
  • Contributed 168 posts on the community forums.
  • Started 35 threads in the forums
answered
Member

Quote

Fangree_Craig wrote:
AHHHHH! I think I understand you mean its not a required class?


Yes, and in profile there are:

.user_email {
color: #???;
text-decoration: ???;
}

.profile_category_name {
color: #???;
text-decoration: ???;
}

.user_name {
color: #???;
text-decoration: ???;
}

.user_admin_password {
color: #???;
text-decoration: ???;
}

.user_password {
color: #???;
text-decoration: ???;
}


And in admin Site links

.site-links {
color: #???;
text-decoration: ???;
}

.panels {
color: #???;
text-decoration: ???;
}


And in admin panels

.panels-list {
color: #???;
text-decoration: ???;
}


And in PHP-info

.phpinfo {
color: #???;
text-decoration: ???;
}

.phpinfo_cont {
color: #???;
text-decoration: ???;
}


Photo Gallery (User) (Don't now if tis are new)

.photogallery_album_thumb {
color: #???;
text-decoration: ???;
}

.photogallery_album_photo_link {
color: #???;
text-decoration: ???;
}

.photogallery_photo {
color: #???;
text-decoration: ???;
}

.photogallery_photo {
color: #???;
text-decoration: ???;
}

.photogallery_photo_desc {
color: #???;
text-decoration: ???;
}

.photogallery_photo_desc {
color: #???;
text-decoration: ???;
}
Edited by Lippke on 26-08-2011 15:09,
0 replies
— 1 year later —
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
  • Started this discussions
answered
Fusioneer

The Forums in PHPFusion 7.02 can use these style elements...



.forum {}

.forum-caption {}

.forum_cat_name {}

.forum_breadcrumbs {}

.forum_thread_title {}

.forum_thread_post_space {}

.forum_thread_user_post {}

.forum_thread_user_info {}

.forum_thread_table {}

.forum_thread_user_name {}

.forum_thread_post_date {}

.forum_thread_ip {}

.forum_thread_userbar {}

.forum_idx_table {}

.forum_table {}

.forum_thread_table {}

.edit_reason {}

.forum_sig {}
0 replies
— 1 year later —
G
Giraffex
G
  • Newbie, joined since
  • Contributed 1 post on the community forums.
answered
Newbie

Thx. I find this only on this forum php fusion.

Can I paste it on polish forum?
0 replies

Category Forum

Themes Support

Labels

None yet

Statistics

  • Views 0 views
  • Posts 9 posts
  • Votes 0 votes
  • Topic users 4 members

4 participants

C
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
  • Started this discussions
H
H
  • Senior Member, joined since
  • Contributed 262 posts on the community forums.
  • Started 28 threads in the forums
L
L
Lippke 10
- Lippke
  • Member, joined since
  • Contributed 168 posts on the community forums.
  • Started 35 threads in the forums
G
G
  • Newbie, joined since
  • Contributed 1 post on the community forums.

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet