I want to add H1 tag like <h1>sfsdfasd</h1> just after the logo Maybe someone knows how to do it? And I want that H1 to show the title in every single page like for example www.diskutuok.lt in the top right (it changes in every page) I know it's phpbb board, but I didn't find an example with IPBoard Any help? PLEASE
I can help you with this. Follow these steps: AdminCP >> Look and Feel >> Skin Manager >> Select your skin >> Edit Template HTML >> Topic View >> topic_page_top Find: <!--IBF.FORUM_RULES--> Code (markup): Add below: <h1 align="center">{$data['TOPIC']['title']}</h1> Code (markup):
thanks a lot! it works! but is it possible to make it show in the main page and in the forums? not only in the threads?
What do you mean by "main page" and in "forums"? The title of the thread can be shown in the threads, why would you want it outside of it?
Everything is good with threads. Like for example here: http://www.gamesterstalk.com/General-Poker-Forum-f14.html I want to show General Poker Forum in the H1 tag the same as in threads.. do you understand me? http://www.gamesterstalk.com/ and here in the main page, I want to show Poker, Casino, Betting, Discussions, Forums in H1 tag too!! Hope you will understand me I want H1 tag not only in threads but in other places too.
Yes I understand you now. Follow these steps: AdminCP >> Look and Feel >> Skin Manager >> Select your skin >> Edit Template HTML >> All Global HTML >> start_nav Find: Code (markup): Add after: <h1> Code (markup): Save Template Bit AdminCP >> Look and Feel >> Skin Manager >> Select your skin >> Edit Template HTML >> All Global HTML >> end_nav Find: </div> Code (markup): Add before: </h1> Code (markup): Save Template Bit Hope this helps you
BluAzn no!!! As you did with threads, I want you to do the same with all forums, not all that line to become H1, only the "Forum name" should be H1 ach just forget about it, my English is too poor to explain that