MyBB Community Forums

Full Version: Making a table with HTML codes?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Can it be implemented in posts or else BB coding?

I want to recreate these tables...

http://stretfordenders.net/single/?p=536106&t=3601394

on MyBB forum in a stickied thread.... any ideas how I can do it? Tried already and came up with...

http://www.basestonepaving.com/seforum/s...pid=2#pid2



Undecided
Oh, and also I'm looking to add some custom pages.

I want something similar to the HISTORY and RESULTS buttons in the top left here...

http://stretfordenders.net/index/


That site is my own site btw, so I'm not stealing from someone else... Smile
i would also like to know whether there is custom mycode or plugin to show tables in the posts as StretfordEnders.net said
http://stretfordenders.net/single/?p=536106&t=3601394
i had quick checked it that we can implement it by activating the "allow html in posts" in forum settings of acp and i see that everyone can post html now in those forums. can we make it for only staff, group ids/user ids if possible?

he just used the default thead's of his site as like

<table class="thead"><tr><td>1dsadd</td></tr><tr><td>dsadad1</td></tr><tr><td>1dsadsad</td></tr><tr><td>dasdd1</td></tr></table>
Bump, any ideas?

Need to make table and extra pages for added content (about us, donation page, history page etc...)
if you need those type of pages,
http://mods.mybb.com/view/page-manager
I've downloaded that page mod, but how can I create a button for it on my home page across the top alongside search/members/calendar?
There's a plugin somewhere that will allow certain usergroups to use HTML in posts. All you need to do is download that plugin and allow admins (you) to use it. Then you can code your tables.

As for the image on the nav bar, go to Templates > Header Templates > header and edit in.
Erm, I'm kind of with you. Make the table and edit it into the header....

But can you explain it a bit better please? I have this page made for example and want a link to it on the main page...

http://www.basestonepaving.com/seforum/m...ldtrafford


Where do I put what in the headers?
edit the header template and copy/paste an existing menu item and then make the changes to the url and text
<li><a href="{$mybb->settings['bburl']}/misc.php?page=oldtrafford"><img src="image/url/ goes/here.png" alt="" title="" />text goes here</a></li>

That is the code you'll need.
Thats excellent, and one more thing


Is it possible to make a drop down menu that contains pages similar to here and the HISTORY icon in the top left? http://stretfordenders.net/index/


Thanks for the help so far, almost sorted now!
Pages: 1 2 3