Main Menu
collapse

Simple Portal Archived Forum

This is an Archive Forum.

The content in this forum may be out-of-date or have been superseded by newer information, and links in forum pages to other sites may not work.
This forum contains archives for future reference.

Visit our thread at Simple Machines Forum for current support.

SMF 2.1 users: EhPortal is a ported version of Simple Portal specifically designed for the SMF 2.1 branch.
Please visit web-develop.ca to download EhPortal and for its support.

User Info

Welcome Guest.
Please log in.

Who's Online

  • Dot Guests: 901
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.

Recent Posts

Adding Forums Button to Nav bar by jirapon
[August 01, 2019, 09:07:12 AM]


Re: Board Icons by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 04:03:41 PM]


MOVED: Czech translation???? by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 03:04:51 PM]


Board Icons by jirapon
[July 30, 2019, 07:28:44 AM]


Re: Thankyou Simpleportal, by ♦ Ninja ZX-10RR ♦
[July 29, 2019, 09:41:29 AM]


Installation errors? Mod incompatibilities? Upgrade problems? Make your way over to the Install and Upgrade Support board for all your solutions!

How do i make a list using simple portal?

Started by KnightRaider, June 02, 2012, 05:39:00 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

KnightRaider

Hey there guys I really want to make a cool list using simple portal's custom HTML, but i don't know how to, I've seen all these forums on how they have a cool list of stuff that has been added, and I want to do the same?

Could you guys help me out here please :). My link to my forum is in my profile fields :), if you want to help me out with it ;).

Rush.
Yooo Korean Drama is were it is at now :D

movedgoalposts

You could do this a SP custom bbc block.  (Admin > Simpleportal > Blocks > Add Block) Create a new custom bbc block and you then get all the usual forum formatting commands nicely displayed including a listing.

You can similarly create yourself a SP custom html block and format your list commands using html.  Basic html list commands are described in loads of places on the net such as http://www.w3schools.com/html/html_lists.asp

But is a portal block in fact the best place for something like this?  If you are wanting some sort of changelog, for you and your members to see, I'd just be creating a forum thread somewhere, maybe locked for everyone but which you as an admin can update or modify that post with what you have done.  Alternatively you could create a new SP Page (similar to how you can do a block) which you update from time to time, but you'd then have the complication of linking to that SP page from a new menu link or something (there are other threads on here and SMF on how to adapt the SMF
menus).

KnightRaider

Yooo Korean Drama is were it is at now :D

KnightRaider

#3
So how do URL link stuff through list's? I want to do something like this.

[url=]test [/url]

In HTML.
Yooo Korean Drama is were it is at now :D

movedgoalposts

In html a link looks like

<a href="url">Link text</a>

so a link to the simple portal site might look like

<a href="http://www.simpleportal.net">SimplePortal</a>

I learn a lot of my basic html, css and similar syntax by a quick google

so taking your list one step further:


<ul>
<li><a href="url">Link text</a> </li>
<li><a href="url">Link text</a> </li>
</ul>

Mstcool

http://www.w3schools.com/html/

that website teaches you html
Thats where i learned it from
And ik someone told you it in this link but im just telling you thats where you learn the basic
and stuff
and http://www.w3schools.com
teaches you other coding language to

Old Fossil

Daily backups mean less headaches

Block Set Up

I may be no coding expert but I am willing to help where I can.

I eat Spammers for breakfast

KnightRaider

Hey old fossil would love it if you can help me set it up a bit ;).
Yooo Korean Drama is were it is at now :D

Old Fossil

Ya asking someone whom gets along with code by the skin of his fingers.
Daily backups mean less headaches

Block Set Up

I may be no coding expert but I am willing to help where I can.

I eat Spammers for breakfast

KnightRaider

thanks guys for your help, will try it out :).
Yooo Korean Drama is were it is at now :D

Mstcool

Good luck. No problem (if i helped LOL).