HelpHelpSearchSearchMembersMembersCalendarCalendar
Welcome, Guest. Please login or register.

Login with username, password and session length
November 20, 2008, 12:11:54 PM
Please use the support forum for support issues instead of sending me pm's. Thanks.
I will not reply to support issues via pm.
« previous next »
Pages: [1]   Go Down
0 Members and 1 Guest are viewing this topic. Topic Tools  
Read July 05, 2008, 11:15:36 AM #0
blouogies

Problem with Board

Hi

I have a problem with the way my forum looks.
When you create a new board you can give it a Description - A short description of your board
My description does not show.  Look at attached Image.
« Last Edit: July 06, 2008, 03:46:52 PM by blouogies »

Offline  
Read July 05, 2008, 02:52:15 PM #1
m3talc0re

Re: Problem with Board

Are you sure you're saving the changes after you make them? I looked at the template file for that theme and the board description part is there. I have no idea why it wouldn't be showing up Undecided


The real hell is your life gone wrong.
Offline  
Read July 05, 2008, 02:55:02 PM #2
blouogies

Re: Problem with Board

Are you sure you're saving the changes after you make them? I looked at the template file for that theme and the board description part is there. I have no idea why it wouldn't be showing up Undecided
Yes I did save it. It shows in the default theme.
Offline  
Read July 06, 2008, 01:19:31 PM #3
blouogies

Re: Problem with Board

Are you sure you're saving the changes after you make them? I looked at the template file for that theme and the board description part is there. I have no idea why it wouldn't be showing up Undecided
m3talc0re which template file did you look at?
Offline  
Read July 06, 2008, 01:24:21 PM #4
m3talc0re

Re: Problem with Board

The BoardIndex.template.php


The real hell is your life gone wrong.
Offline  
Read July 06, 2008, 01:28:39 PM #5
blouogies

Re: Problem with Board

The BoardIndex.template.php
Ok I'm going to attach it will you have a look and see if you can maybe see what is missing?
Offline  
Read July 06, 2008, 02:57:09 PM #6
blouogies

Re: Problem with Board

I have sorted it out!  Cool

In my BoardIndex.template.php  file I found the following:
Code:
echo '</a> 
</td> 
<td class="windowbg2">
<b><a href="', $board['href'], '" name="b', $board['id'], '">', $board['name'], '</a></b>';

if (!empty($board['description']))
and I went back to the original file and change it too:
Code:
echo '</a>

</td>

<td class="windowbg2">

<b><a href="', $board['href'], '" name="b', $board['id'], '">', $board['name'], '</a></b><br />

', $board['description'];

And now it is working!!!
Thanks for all your help!!!
Offline  
Read July 06, 2008, 06:37:09 PM #7
m3talc0re

Re: Problem with Board

Lol, how did it get put as that if statement?


The real hell is your life gone wrong.
Offline  
Read July 07, 2008, 01:19:14 AM #8
blouogies

Re: Problem with Board

Lol, how did it get put as that if statement?
I don't know maybe a mod that changed it.  At least does it work now!!
Offline  
Pages: [1]   Go Up
Jump to:  

Theme by Webtechnica.net
MySQL PHP Powered by SMF 1.1.6 | SMF © 2006-2008, Simple Machines LLC XHTML 1.0 CSS