MyBB Community Forums

Full Version: How can i do all this stuff?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
1.[Image: file.php?id=135161&t=1]
image shows.
2.[Image: 38301739.jpg]
Glow Text
3.[Image: 94213678.jpg]
Subforums Vertically
4.[Image: insider.png]
How to put the "Instructions"Inside in announcements and not to display like that.
5.[Image: 75652368.jpg]
Title shows
6.What is the rules for MyBB?
7.How to put colour in a description?
8.How i can put in registration my own rules?
9.How can i write something in my portal?

P.S Sorry if i put it in wrong section.im new thats why and i have a lots of questions as im using mybb.
(2010-10-04, 09:12 PM)TheUninvited Wrote: [ -> ]1.<snip>
image shows.
2.<snip>
Glow Text
3.<snip>
Subforums Vertically
4.<snip>
How to put the "Instructions"Inside in announcements and not to display like that.
5.<snip>
Title shows
6.What is the rules for MyBB?
7.How to put colour in a description?
8.How i can put in registration my own rules?
9.How can i write something in my portal?

P.S Sorry if i put it in wrong section.im new thats why and i have a lots of questions as im using mybb.

Please search the board before posting as most of the stuff you ask for is already been asked and answered before

1. http://community.mybb.com/thread-48686.html
2. You'll need to add a MyCode to do that:
Regular Expression:
\[glow=(.*?)\](.*?)\[/glow\]
Replacement:
<glow style="text-shadow: $1 0px 0px 5px;">$2</glow>
Usage
[glow=color]text[/glow]
Note: May not work in all browsers
3. http://community.mybb.com/thread-68863.h...=subforums
4. Not sure what you mean, please clarify.
5. MyBB already shows that info. If you want to add the Online in last 24hours bit theres a plugin for that http://mods.mybb.com/view/online-today-1.2.2 (You might need to change compatibility for 1.6)
6. Not sure what exactly you want but start here: http://wiki.mybb.com/index.php/License
7. Edit the theme's css to alter the color of the entire description or enter a style element within the description itself to change the color of only part(s) of the description.
8. You can change the Registration Agreement text in member.lang.php file or if have the language files correctly chmoded under AdminCP>Configuration>Languages
9. AdminCP>Settings>Portal Settings or to add something else, look at the portal templates.
3.shows me an error Sad$ lang-> ($ sub_forums class="alt_forumlar">
)
4.I dont want to see instructions over there just inside in this specific section.
5.it doesht show the usergroups anyways bc i put the forum stats maybe thats why.
9.Just went to portal.php which is inside in files and it shows me that:// set the path to your forums directory here (without trailing slash)
$forumdir = "./";


// end editing

$change_dir = "./";



but i dunno exactly how to do it and i get a mistake from it.
(2010-10-05, 01:20 PM)TheUninvited Wrote: [ -> ]3.shows me an error Sad$ lang-> ($ sub_forums class="alt_forumlar">
)
4.I dont want to see instructions over there just inside in this specific section.
5.it doesht show the usergroups anyways bc i put the forum stats maybe thats why.
9.Just went to portal.php which is inside in files and it shows me that:// set the path to your forums directory here (without trailing slash)
$forumdir = "./";


// end editing

$change_dir = "./";



but i dunno exactly how to do it and i get a mistake from it.

3. Use this link instead:
http://www.blackinci.com/mybb/page,1,1,3...linde.html
Scroll down to where the instructions are given in english.
The translated version of the page leaves out some stuff from the edits which causes the error you get.
4. You can not do it for specific sections, you can have it on all sections or remove them from all the sections. To remove from all sections change in admincp>Settings>Forum Home Options>Sub forums to show
5. Here is one that shows you how to add that, you can search for others if you want: http://community.mybb.com/thread-78068.h...oup+legend
9. You only need to edit that if the portal.php file will not be in the same location as the forum, else leave it as it is. For example of your forum is example.com/forum and you want the portal at example.com/portal.php then you would enter ./forum as your forumdir
9.i dunno how the fact does the portal works i dunno where to add announcements lawl .

1.How to add a shoutbox? i mean could u gimme a mod for it?im using 1.6 version
Why won't you at least search the board before just keep on asking questions that have already been answered numerous times before?

Had you searched you would have seen this:
Shoutbox: http://community.mybb.com/search.php?act...order=desc

portal: http://community.mybb.com/search.php?act...order=desc