Problem with full template customizations.

Problem 1

Top menu search box text color overridden by javascript code. Cannot be changed via CSS.

<div id="gse_search" style="height: 33px;">
<form name="SearchForm" method="get" action="searchKeyword.php">
<input id="keyword" type="text" onblur="if ('' == this.value) this.value = 'Search'; this.style.color='#D4D4D4';" onfocus="if ('Search' == this.value) this.value=''; this.style.color='#333333';" value="Search" name="keyword" style="color: rgb(212, 212, 212);"/>
</form>
</div>

Screen Shot.



Problem 2.

Orca forum defaults to UNI template unless skin cookie was set. Thus unless you switch templates while viewing site by passing skin="skinname" on url, orca will use UNI. The default skin setting for dolphin set in admin is not used by orca.

Problem 3.


live_fade on orca forums css overridden by background image style specified in code.

<div id="live_fadeclass="live_fadestyle="background-image: url(http://www.deanbassett.com/forum/layout/base_en/img/gr.png);"> </div>

Screen Shot.



Problem 4.

Orca forums icons cannot be specified by CSS. Hard coded in.

Either move to CSS so custom icon can be specified for each template, or replace with PNG files so images look good on various background colors.

Screen Shot



There are most likely other areas. I will post as i find them.

https://www.deanbassett.com
Quote · 14 Dec 2009

http://www.boonex.com/trac/dolphin/ticket/1611

http://www.boonex.com/trac/dolphin/ticket/1612

Rules → http://www.boonex.com/terms
Quote · 15 Dec 2009

How delete menu search box ?

Quote · 17 Mar 2010

i have a solution, try this out... go into templtes folder, then in there you have the base folder, where in you might have the top_menu.css... in the css file just find this code

table.topMenu td.right {
border-right: 0px;
}

then just replace it with.

table.topMenu td.right {
border-right: 0px;
display:none; /* adding display as none here */
}

hope you get the solution here... try out.. i got it :)

cheer

Quote · 17 Mar 2010

sorry i din mention, it was a solution for billibrasov's post above... that is how to hide the search from menu.

Quote · 17 Mar 2010

Not working

Quote · 17 Mar 2010

Did you clean the cache????

i am sure it works... clean your cache and refresh the page again... i have hidden my search here....

you got the exact code that i have mentioned here??

Quote · 17 Mar 2010

Here it is the code that was in that line

table.topMenu td.right {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/subhead_r.png) no-repeat scroll right 0;
border-right:0 none;
padding-right:16px;
}

Quote · 17 Mar 2010

Here it is the code that was in that line

table.topMenu td.right {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/subhead_r.png) no-repeat scroll right 0;
border-right:0 none;
padding-right:16px;
}

fine no issue just add this one line in your above code,

display:none;

did u try this??? if not try and get back.... so your code now looks like this

table.topMenu td.right {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/subhead_r.png) no-repeat scroll right 0;
border-right:0 none;

padding-right:16px;

display:none;
}

regard

Quote · 17 Mar 2010

I did as you said. Not working

( The answer from the support very very hard )

Please help you

Quote · 17 Mar 2010

friend i have tried it more than thrice to see if i was right to you, it wirks here.. i am not sure about wat is wrong in there...

will let you know if i can really crack that out,... let me confirm that it has to be done in the top_menu.css...

Quote · 17 Mar 2010

Yes I understand very well. Here we made changes "top_menu.css"

http://kolegays.net/top_menu.css

But not working.

Quote · 17 Mar 2010

Yes I understand very well. Here we made changes "top_menu.css"

http://kolegays.net/top_menu.css

But not working.

Yes gave a look at your website.. its a good work, i suppose you have added a customized search button on your own in the menu,

does not seems to be a default one.. i hope you might have this to be removed in your admin panel?? builder-> navigation????

but i am sure its not a default coming search.... and my code wont work here as there is a difference in the class name..

will try for some other solution, but u try on the admin side in the navigation menu under builder...

Quote · 18 Mar 2010

friend how you got the language in the menu list at top??? must have done work on any php???? can i know that, that can help us to get to the solution...

Quote · 18 Mar 2010

Ok here i have a yet another solution, you must try this,

get into your templates -> base -> "navigation_menu_item.html", here just open it for the source code, look for this code,

<span class="down">
<img src="__icon_url__" style="vertical-align:middle;width:16px;height:16px;" />&nbsp;
</span>

try removing this code or simply comment it... then try back... but i think the crack for this issue hides in this file only..

(Note: do have a back up for this file before you try, in case things do not work simply replace this file.)

Quote · 18 Mar 2010

LOL Deano - looks like your thread is well and truly hijacked.

Dolphin - Ajax Masturbation
Quote · 18 Mar 2010

Not working :( yes remove completely.

"""<span class="down">
<img src="__icon_url__" style="vertical-align:middle;width:16px;height:16px;" />&nbsp;
</span>"""""

( If we must have support as the issue was long resolved )

Quote · 18 Mar 2010

Not working :(

"""<span class="down">
<img src="__icon_url__" style="vertical-align:middle;width:16px;height:16px;" />&nbsp;
</span>"""""

did u delete or remove it completely??? hey also do clear the cahce once... it should work...

try again.. remove completely.. and clear the cache...

come on

Quote · 18 Mar 2010

Do you have any ideas?

Quote · 18 Mar 2010

Hey haven't you hijacked this thread enough, without posting yet another question to it.

Start your own thread.

Mods....???

Dolphin - Ajax Masturbation
Quote · 18 Mar 2010

Please stick to the topic posted by the member when replying to forum posts. If your reply has nothing to do with resolution or assistance in troubleshooting the originating post, please start a new topic to discuss.

Thank you,

Chris

Nothing to see here
Quote · 18 Mar 2010

So....... What's everybody's favorite brand of scotch?

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 18 Mar 2010

Can someone help me

Quote · 18 Mar 2010

i apologize for this guys... ok billi i have created a separate post here, lets discuss there...

Quote · 18 Mar 2010

Can someone help me

Do you like scotch whiskey?

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 18 Mar 2010

Sealed

like plain water with lemon

Quote · 18 Mar 2010

How delete menu search box ? Please help

Quote · 19 Mar 2010

RE:

How delete menu search box ? Please help

Why do you keep asking this in somebody else's thread that has nothing to do with what you're asking?

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 19 Mar 2010

OK. I understand what to do?

Quote · 19 Mar 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.