Page 4 of 5

Posted: Fri 1. Sep 2006, 17:42
by Skipy
Hi

True, true! But that is'nt the problem :)

I actually thaught at the search function ... Not only a link to an search-article ...
He has this search-edit-field inside the menubar ...
And because it looks so pretty, I thaught he might share it :roll:

Greetings,
Skipy :)

Posted: Fri 1. Sep 2006, 18:06
by Ati
Hello,
i have a short question....
does it work in 1.2.8 ? Thanks

Posted: Fri 1. Sep 2006, 18:17
by Skipy
Iv you mean the menubar: YES

see this for example:
http://schwann.h627409.serverkompetenz.net

Greetings
Skipy

Posted: Thu 7. Sep 2006, 10:57
by JensZ
Skipy, there is a variable at the top ($extra_html) where you can put all html code that you want to appear inside the menubar. I have it like this:

Code: Select all

$extra_html = <<<heredoc
<div class="ikfrej_search" style="border:none; float:right; padding-right:.5em; padding-top:5px;">
<form action="/index.php?search" method="post">
<table cellspacing="0" cellpadding="0" border="0">

<tr valign="center">
<td style="padding-right:8px;" valign="center">
<a href="index.php?sitemap"><img src="img/sitemap_.gif" style="border:none" title="sitemap" /></a>
<a href="print.php"><img src="img/print_.gif" style="border:none" title="print"/></a>
</td>
<td valign="center">
<img src="img/find13.gif" style="margin-left:5px; margin-right:3px" title="search"/>
</td>
<td class="ikfrej_form_search">
<input name="search_input_field" type="text" size="20" maxlength="200" class="ikfrej_input_text"/>
</td>
<td>&nbsp;</td>
<td><input name="submit" type="submit" class="ikfrej_form_button" value="Sök" /></td>
</tr>
</table>
</form>
</div>
heredoc;
Try it!

Jens

Posted: Thu 7. Sep 2006, 17:49
by Skipy
Hi
first of all maaaaany thanx for the code...
I tried to do it myself but your version was much better :-)

Only one question yet! Could you please pass me on the file "print.php"
So I can implement it for my site as well ...
thanx for helping me that much,
Skipy

Hi,
erstmal vi

ich hab versucht das selber zu schreiben, ist mir aber nur mittelmäßig gelungen O:-)

Mit deiner Lösung funktioniert jetzt aber alles super ... :-)
Bis auf die Datei "print.php"
Die fehlt mir noch :-) Das war echt saumäßig genial wenn du mir die auch zukommen lassen könntest... *g*
Bzw. Den Befehl mit dem ich herausfinde welche Seite als letztes Besucht wurde um dieses Fenster dann in dieser "Vorlage" zu öffnen .. ;-)

Vielen Dank für deine Hilfe bisher ...
Grüße,
Skipy

Posted: Fri 8. Sep 2006, 11:15
by JensZ

Posted: Fri 8. Sep 2006, 11:35
by Oliver Georgi
You should also check the file:
phpwcms_template/inc_default/print.tmpl

Oliver

Posted: Sat 9. Sep 2006, 12:51
by Skipy
Danke ihr zwei, habt mir sehr geholfen :-)

Greetings
Skipy

Can someone help me..

Posted: Fri 6. Oct 2006, 20:32
by tellus
The submenus in the bar is appering on the wrong place.

Where can I fix that and how?

http://www.dinrost.se/phpwcms

Posted: Mon 9. Oct 2006, 13:24
by JensZ
Does it work if you use the original css file?

Cheers,

Jens

Posted: Mon 9. Oct 2006, 14:55
by tellus
Nupp, i´ts a same....

/Anders

Posted: Tue 10. Oct 2006, 15:00
by JensZ
Try this

Code: Select all

div.menuBar {
  background-color: #ffffff;
  border-top-style: solid;
  border-top-color: #cc0066;
  border-top-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #cc0066;
  border-bottom-width: 2px;
  padding: 4px 2px 4px 2px;
  text-align: left;
  position:relative;  /* <<< Added this <<< */
}
Hope it works,

Jens[/quote]

Posted: Sun 15. Oct 2006, 19:23
by tellus
Sorry but it diden´t work...

/Anders

http://www.dinrost.se/phpwcms

Posted: Mon 16. Oct 2006, 11:44
by JensZ
I don't know what it could be. I have my menubar inside a table. Try experimenting with your divs or try to place the menubar inside a table or span. I would start with the original menubar.css and make it work first before changing the layout.

Please post the solution if you find one.

Jens

Posted: Sun 31. Dec 2006, 02:26
by culda_a
Is it possible to have arrow pointed down at the end of the principal category... I mean like this:

Home Page 1> (but the arow down) Page 2 >

I think is possible but I don't know how becouse I have seen that in the sublevel is appear but is a arow to left :

page1
|
|-Sublevel>-| link sublevel

so can sombody tell me pls?

also how to put a separator line between the sublevels?

Here is a picture of what I mean:




thanksImage