vForums Support Banner



 

Welcome Guest! Please Login or Register
vForums Support :: System Improvements :: Suggestions :: Implemented Suggestions :: Board description - View Topic (Page 1 of 2)Page: 1 2
Topic Rating: *****
Printable View
Nick
Very Senior Member
*****

[Avatar]

Posts: 3,013
Status: Offline
Gender: Male
Location: vForums
Age: 35
Joined:  
Reputation: 62%  


pmwww
Board description (17th Feb 08 at 1:42am UTC)
Could the Board Description be a few more hundred characters, as this wont fit in the description, and its not my place to change it, as I did not think up the board nor the description, one of my members did.

Quote:

Board Name: Mansion "Devil May Cry Shop"

Board Description: The mansion that once was burned down by Sephiroth along with the whole town of Nibleheim is now under the "Care" of Dante. A otherworldly mercenary that specializes in the hunting and killing of demons and monsters a like. Dante has refurbished the inside and no more does it look abandoned. Out side of the mansion on top of the roof there is a big neon sign that reads Devil May Cry. A smaller sign can be found on the door that reads , the bathrooms up the stairs and to the right.


Thanks,
Darkmage

P.S. This is for my FFVII: {Forbidden}~{Reunion} forum.
Fel!x
Full Member
***

[AVATAR]

Posts: 171
Status: Offline
Gender: Male
Location: Sydney
Age: 32
Joined:  
Reputation: 3%  


pmmsn
Re: Board description (17th Feb 08 at 6:47am UTC)
You can use the Censored word list. Just go Admin >> Modify Censors >> Word to Replace [Whatever you want to replace] >> Replacement Word [Board Description].

{Smile} That's what I did anyway...

Image
Graham
Support Administrator
*****

[Avatar]

Posts: 1,642
Status: Offline
Gender: Male
Location: Sussex, UK
Age: 40
Joined:  

Additional Groups:
Support Team
***


Reputation: 57%  


pmwww
Re: Board description (17th Feb 08 at 10:07am UTC)
If the description was as long as that, then i'd consider using that in a table in the board header, and possibly a shortened/revised one for the main page.
Nick
Very Senior Member
*****

[Avatar]

Posts: 3,013
Status: Offline
Gender: Male
Location: vForums
Age: 35
Joined:  
Reputation: 62%  


pmwww
Re: Board description (17th Feb 08 at 7:08pm UTC)
Fel!x What do you mean? I don't understand.


Graham its for a Sub board.
Marc
vChat Developer
*****
I <3 Rossy

Posts: 3,388
Status: Offline
Gender: Male
Location: Ontario, Canada
Age: 33
Joined:  

Additional Groups:
Coding Team
***


Reputation: 40%  


pmwww
Re: Board description (17th Feb 08 at 7:18pm UTC)
Go to your admin panel, and go to the Modify Censors page.

In the "Word to replace" box, type "[mdmcsbd]" without the quotes. In the "Replacement Word" box, enter the board description.

Next, go to the sub-board that you would like to have the description for, and in the "Board Description" area, type in "[mdmcsbd]" without the quotes. This will automatically replace the little code you entered with the actual description. {Smile}

rroll.to— Shorten a link, rickroll your friends.
Nick
Very Senior Member
*****

[Avatar]

Posts: 3,013
Status: Offline
Gender: Male
Location: vForums
Age: 35
Joined:  
Reputation: 62%  


pmwww
Re: Board description (17th Feb 08 at 7:21pm UTC)
Ahh so like a little hack around it, thats cool. Thanks.
But, does it have to be "[mdmcsbd]"
Marc
vChat Developer
*****
I <3 Rossy

Posts: 3,388
Status: Offline
Gender: Male
Location: Ontario, Canada
Age: 33
Joined:  

Additional Groups:
Coding Team
***


Reputation: 40%  


pmwww
Re: Board description (17th Feb 08 at 7:23pm UTC)
 
Ahh so like a little hack around it, thats cool. Thanks.
But, does it have to be "[mdmcsbd]"


No, it can be whatever you want. {Smile}

But just keep in mind that it will replace it anywhere else on the forum as well.

rroll.to— Shorten a link, rickroll your friends.
Nick
Very Senior Member
*****

[Avatar]

Posts: 3,013
Status: Offline
Gender: Male
Location: vForums
Age: 35
Joined:  
Reputation: 62%  


pmwww
Re: Board description (17th Feb 08 at 7:27pm UTC)
it didnt work {Sad}
http://freunion.vforums.co.uk/board/Niebelheim/


^_^ I ticked the box {Tongue Out}

ok it works but now look:
http://freunion.vforums.co.uk/board/Niebelheim/
Marc
vChat Developer
*****
I <3 Rossy

Posts: 3,388
Status: Offline
Gender: Male
Location: Ontario, Canada
Age: 33
Joined:  

Additional Groups:
Coding Team
***


Reputation: 40%  


pmwww
Re: Board description (17th Feb 08 at 7:30pm UTC)
Hmm, it appears to still be cutting it down; give me a moment, I'll write up a code for you.

rroll.to— Shorten a link, rickroll your friends.
Nick
Very Senior Member
*****

[Avatar]

Posts: 3,013
Status: Offline
Gender: Male
Location: vForums
Age: 35
Joined:  
Reputation: 62%  


pmwww
Re: Board description (17th Feb 08 at 7:33pm UTC)
ok thanks.
Michael
Moderator
*****

[Avatar]
Recoding the future

Posts: 4,043
Status: Offline
Gender: Male
Location: UK
Joined:  

Additional Groups:
Coding Team
***


Reputation: 58%  


pmtwittervForum
Re: Board description (17th Feb 08 at 7:36pm UTC)
You could be exceeding the censored word max.
Marc
vChat Developer
*****
I <3 Rossy

Posts: 3,388
Status: Offline
Gender: Male
Location: Ontario, Canada
Age: 33
Joined:  

Additional Groups:
Coding Team
***


Reputation: 40%  


pmwww
Re: Board description (17th Feb 08 at 7:39pm UTC)
Code:
 
  1. <script type="text/javascript">
  2. <!--
  3. /* Switch-It by Cr0w */
  4. function switchIt(word,word2){
  5.     var f = document.getElementsByTagName("font");
  6.     for(i=0;i<f.length;i++){
  7.         font[i].innerHTML = td[i].innerHTML.replace(word,word2);
  8.     }
  9. }
  10.  
  11. switchIt("WORD TO REPLACE","REPLACEMENT");
  12. //-->
  13. </script>
 


The switchIt() line can be repeated to switch more things around. {Smile} Can be placed in any footer, but in this case, it seems like you'd want it in the Board Footers. {Smile}

rroll.to— Shorten a link, rickroll your friends.
Nick
Very Senior Member
*****

[Avatar]

Posts: 3,013
Status: Offline
Gender: Male
Location: vForums
Age: 35
Joined:  
Reputation: 62%  


pmwww
Re: Board description (17th Feb 08 at 7:47pm UTC)
Ok thanks, so in the forums main footer? or in the board' footer?
Marc
vChat Developer
*****
I <3 Rossy

Posts: 3,388
Status: Offline
Gender: Male
Location: Ontario, Canada
Age: 33
Joined:  

Additional Groups:
Coding Team
***


Reputation: 40%  


pmwww
Re: Board description (17th Feb 08 at 7:53pm UTC)
 
Ok thanks, so in the forums main footer? or in the board' footer?


Either global or board; depending on if you plan on making more boards with extremely long descriptions. {Tongue Out}

rroll.to— Shorten a link, rickroll your friends.
Nick
Very Senior Member
*****

[Avatar]

Posts: 3,013
Status: Offline
Gender: Male
Location: vForums
Age: 35
Joined:  
Reputation: 62%  


pmwww
Re: Board description (17th Feb 08 at 7:57pm UTC)
Ok thanks.
 Printable View
Page: 1 2

All times are GMT+0 :: The current time is 7:09am
Page generated in 0.5006 seconds
This Forum is Powered By vForums (v2.4)
Create a Forum for Free | Find Forums