SOLVED Black Pearl PhPbb3 Header Problem


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.


h**p://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.

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: [Download] [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: [Download] [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: [Download] [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: [Download] [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

Subject: Re: Black Pearl PhPbb3 Header Problem
Thank you, that was most helpful. Exactly what I was looking for.

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: [Download] [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="h**ps://***.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?

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 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 :oops:


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.1496s (PHP: 13% SQL: 87%)
SQL queries: 14 - Debug Off - GZIP Enabled