phpBBHacks.com - [SOLVED] Forum Description Text
Get Photoshop help and share your work at PhotoshopForums.com
StatsForums Home   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in
FAQFAQ   SearchSearch   MemberlistMemberlist   TutorialsTutorials   ContactContact Us
Add Us:     MySpace     Facebook     StumbleUpon
Username:    Password:
Remember Me?    
[SOLVED] Forum Description Text
BlinkList
del.icio.us
Furl
linkaGoGo
reddit
Simpy
Mister Wong
Yahoo! My Web

Post new topic   Reply to topic    phpBBHacks.com Support Forums Forum Index -> phpBB 3 Style Development
 See a User Guidelines violation? Please contact us.
Author Message

Truestar
TWAIN Team

Joined: 06 Sep 2005
Posts: 567
Location: New York, United States

PostPosted: February 9th 2008, 7:35 pm    Post subject: [SOLVED] Forum Description Text Reply with quote

[SOLVED]

Turns out the template file needed "fordesc", not ".fordesc". I'm not sure why but it appears to be fixed.


I want the forum description text to be a different color than the class it used, but I wanted that class to stay the same in order to use it elsewhere. So this is what I did:


/{STYLE}/theme/colours.css

I added:


Code:
.fordesc {
   color: #FFFFFF;
}


Then in...
/{STYLE}/template/forumlist_body.html

I changed:

Code:
<dt>
               <!-- IF forumrow.FORUM_IMAGE --><span class="forum-image">{forumrow.FORUM_IMAGE}</span><!-- ENDIF -->
               <a href="{forumrow.U_VIEWFORUM}" class="forumtitle">{forumrow.FORUM_NAME}</a><br />
               {forumrow.FORUM_DESC}
               <!-- IF forumrow.MODERATORS -->
                  <br /><strong>{forumrow.L_MODERATOR_STR}:</strong> {forumrow.MODERATORS}
               <!-- ENDIF -->
               <!-- IF forumrow.SUBFORUMS --><br /><strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}<!-- ENDIF -->
            </dt>


To...

Code:
<dt>
               <!-- IF forumrow.FORUM_IMAGE --><span class="forum-image">{forumrow.FORUM_IMAGE}</span><!-- ENDIF -->
               <a href="{forumrow.U_VIEWFORUM}" class="forumtitle">{forumrow.FORUM_NAME}</a><br />
               <div class=".fordesc">{forumrow.FORUM_DESC}</div>
               <!-- IF forumrow.MODERATORS -->
                  <br /><strong>{forumrow.L_MODERATOR_STR}:</strong> {forumrow.MODERATORS}
               <!-- ENDIF -->
               <!-- IF forumrow.SUBFORUMS --><br /><strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}<!-- ENDIF -->
            </dt>



Yet the text on the forum won't change color to as I specified. I refreshed everything and cleared the cache but the text won't turn white.

Am I missing a step?
_________________
Xbox Live: xTruestarx
Forum Administrators, stop by CommunityAdmins.com to discuss with other forum administrators community management


Last edited by Truestar on February 12th 2008, 7:16 pm; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail MSN Messenger

~HG~
Dedicated User

Joined: 08 Nov 2003
Posts: 3232
Location: Australia

PostPosted: February 10th 2008, 1:10 pm    Post subject: Reply with quote

Have you tried it this way?

Code:
<dt>
               <!-- IF forumrow.FORUM_IMAGE --><span class="forum-image">{forumrow.FORUM_IMAGE}</span><!-- ENDIF -->
               <a href="{forumrow.U_VIEWFORUM}" class="forumtitle">{forumrow.FORUM_NAME}</a><br />
               <span class=".fordesc">{forumrow.FORUM_DESC}</span>
               <!-- IF forumrow.MODERATORS -->
                  <br /><strong>{forumrow.L_MODERATOR_STR}:</strong> {forumrow.MODERATORS}
               <!-- ENDIF -->
               <!-- IF forumrow.SUBFORUMS --><br /><strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}<!-- ENDIF -->
            </dt>


Not sure if changing div class to span class will work but worth a try I guess.
_________________
~HG~

|| rodneyangell.com || My Hacks || Tutorial - Stopping Spam Bots
Back to top
View user's profile Send private message Send e-mail Visit poster's website

Truestar
TWAIN Team

Joined: 06 Sep 2005
Posts: 567
Location: New York, United States

PostPosted: February 12th 2008, 7:09 pm    Post subject: Reply with quote

Unfortunately it didn't work, but thanks for the idea ~HG~.
_________________
Xbox Live: xTruestarx
Forum Administrators, stop by CommunityAdmins.com to discuss with other forum administrators community management
Back to top
View user's profile Send private message Send e-mail MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    phpBBHacks.com Support Forums Forum Index -> phpBB 3 Style Development All times are GMT - 6 Hours
Page 1 of 1
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Links: Big Message Boards - Free JavaScript - phpBB2 - phpbb styles - Suporte phpBB - phpBB.it - phpBB Česky - phpBB Turkiye - phpBBArabia.com - phpBB-fr.com - Romanian phpBB online community - phpBB-TW.net - phpBBservice.nl - phpBB Brasil

Network: iFroggy Network Blog - iFroggy Hosting - SportsForums.net - KarateForums.com - YanksBlog.com - PhotoshopForums.com - DeveloperCube - Managing Online Forums - ManagingCommunities.com - CommunityAdmins.com - DrGregHouse.com - Bad Boy Blog - SodaRatings.com - Patrick O'Keefe

< Advertising - Contact Us - Staff - User Guidelines >

Copyright © 2001-2009. iFroggy Network, phpBBHacks.com. All Rights Reserved. Privacy Policy. We Support phpBBHacks.com (of course!).
Powered by phpBB © phpBB Group. phpBB SEO. Hosted by 100MegsWebHosting. We are in no way affiliated with the phpBB Group. phpBB is copyright to the phpBB Group.