MyBB Community Forums

Full Version: Unordered Lists mybb code???
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hallo,

I want to activate the Unordered Lists mybb code but I don't know how to get this work!!

I have found on http://wiki.mybb.com/index.php/MyCode#Lists this


Unordered Lists

Syntax

[list]
[*]List Item #1
[*]List Item #2
[*]List Item #3
...
[/list]

Examples

To Do:
[list]
[*]Fix the boiler
[*]Buy:
  [list]
  [*]Eggs
  [*]Milk
  [/list]
[*]Call mother
[/list]

(The indentation of the inner list is only for readability, it is not required)

Results
To Do:

    Fix the boiler
    Buy:
        Eggs
        Milk 
    Call mother 

But I don't know what I need to fill in the pages on MyCode codes


Wat do I need to fill in by Regular Expression and Replacement and Parse Order????

I have tryed thinks but get an error if I use the code so how do I activate the Unordered Lists code??


Manny thanks!!
You don't need to do anything, the list MyCode's are already set to go.

What error are you getting?
(2011-10-31, 09:34 PM)AJS Wrote: [ -> ]You don't need to do anything, the list MyCode's are already set to go.

What error are you getting?


oww so I don't need to add this??
I was add the code bij the MyCode list and he don't work but if this allready works I gonna try Smile

But I have another question, is t possible to do the next

I have made a list and now I want that if people click on one of the list options that they go automatic to the tekst in the topic

I mean this

I made a list
  • install this
  • go to this
  • how to

and under I have wrote something like this



Install this:
bla bla bla


Go to this:
bla bla bla


HowTo:
bla bla


If people click on the Unordered Lists on go to this the topic go's automatic to the part of go to this wat I have made
And if people clicking on HowTo the get automatic go to the part from HowTo


I hope everybody knows what I mean Angel

Thanks allot
Sollution here: http://community.mybb.com/thread-107025.html