Black Pearl PhPbb3 Header Problem »  Show posts from    to     

Icy Phoenix


phpBB 3 MODS And Styles (Not Compatible With phpBB 3.1) - Black Pearl PhPbb3 Header Problem



WolvezDen [ Wed 17 Sep, 2008 04:50 ]
Post subject: Black Pearl PhPbb3 Header Problem
Ok so I've search and searched and I can't seem to find exactly what I need so I will post.

In the header where you have the FAQ, Search, Members, etc.... link I would like to add a new one that says Quiz and directs to the following link.


http://my.funtrivia.com/tournament/...enge-87018.html

I am so sorry to be a pain but I am so new to php and forums so any help would be greatly appreciated.


Limun [ Wed 17 Sep, 2008 12:11 ]
Post subject: Re: Black Pearl PhPbb3 Header Problem
i m sorry to ask...
but did you maybe puted wrong link to your forum ?
i dont see any phpbb3 or black pearl in your link.

Anyway if you have black pearl on phpbb3

try this : open your styles/black_pearl/template/menu_block.html
first code is if you want that users not logged in see it

find
Code: [Hide] [Select]
<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a>&nbsp;&nbsp;<img src="{T_THEME_PATH}/images/menu_sep.png" alt="" />&nbsp;


affter add
Code: [Hide] [Select]
<a href="http://my.funtrivia.com/tournament/TheUnderground-Triva-Challenge-87018.html">Quiz</a>&nbsp;&nbsp;<img src="{T_THEME_PATH}/images/menu_sep.png" alt="" />&nbsp;




so complete is like this

Spoiler: [ Show ]


or if you want that only loged in users see this quiz

find
Code: [Hide] [Select]
<a href="{U_PROFILE}">{L_PROFILE}</a>&nbsp;&nbsp;<img src="{T_THEME_PATH}/images/menu_sep.png" alt="" />&nbsp;


affter add
Code: [Hide] [Select]
<a href="http://my.funtrivia.com/tournament/TheUnderground-Triva-Challenge-87018.html">Quiz</a>&nbsp;&nbsp;<img src="{T_THEME_PATH}/images/menu_sep.png" alt="" />&nbsp;


so complete is like this

Spoiler: [ Show ]


backup your menu_block.html before you start made this changes


WolvezDen [ Thu 18 Sep, 2008 02:31 ]
Post subject: Re: Black Pearl PhPbb3 Header Problem
Thank you, that was most helpful. Exactly what I was looking for.


Robert_ETU [ Sat 12 Jun, 2010 20:44 ]
Post subject: Re: Black Pearl PhPbb3 Header Problem
I'm having a problem.. I wanted to add the word Donate after the FAQ section in the black pearl.. So I did this..

Code: [Hide] [Select]
<a href="{U_FAQ}">{L_FAQ}</a>&nbsp;&nbsp;<img src="{T_THEME_PATH}/images/menu_sep.png" alt="" />&nbsp;
<form name="donate" action="https://www.paypal.com/cgi-bin/webscr" target="_blank" method="post"><input type="hidden" name="cmd" value="_s-xclick"><input type="hidden" name="hosted_button_id" value="HYZQGYCVVANZY"><a style="text-decoration: none" href='javaScript:document.donate.submit()'>Donate</a></form>


The only problem is, its not putting it on the same line as the rest.. Its dropping the word Donate down to a second line.
I've tried moving this to the front, it does the same thing, even in the middle of the the code, like after FORUM.. I've even tried replacing the FORUM link with this, but it drops it to its on line.
Solutions?


Joshua203 [ Wed 16 Jun, 2010 12:24 ]
Post subject: Re: Black Pearl PhPbb3 Header Problem
first of all i dont understand why you dug up a thread in wich the last post is two years old and not exactly about your question, so please create your own thread about this question

secondly.. since i m here now anyway..

the problem i think starts at the fact that you don t just want the word/link there but it s a form/script you are trying to place, this uses the "choose an amount" dropdown menu i guess

if you would try using just one link (like "pay $5 to account xxxx") then you could just use the "ahref" way.. in this case i don t think it would be verry hard to do and keep it in the same line

i must admit the way you tried i would n t have a clue how to do that and keep it in the same line




Powered by Icy Phoenix