Update 1.2.7 to 1.2.8

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Rahner
Posts: 82
Joined: Sat 15. Jul 2006, 18:16

Update 1.2.7 to 1.2.8

Post by Rahner »

Can it be that i dont have to change SQL Files while updating from pre 1.2.7 to 1.2.8?

There is no SQL File for 1.2.7 to 1.2.8 ?
Last edited by Rahner on Tue 8. Aug 2006, 08:40, edited 1 time in total.
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Post by juergen »

not seen any ...

I think no need for that ... no changes...
jscholtysik

Post by jscholtysik »

Hi DF6IH,


but the old one should be renamed for 1.2.8, regardless whether there are changes or not... ;-)


Joachim
Rahner
Posts: 82
Joined: Sat 15. Jul 2006, 18:16

Post by Rahner »

Another Question:
Why does the {NAV_LIST_TOP} changed?
The CSS Classes are now missing in my CSS File and in the 1.2.8 CSS File...
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Post by juergen »

jscholtysik wrote:Hi DF6IH,


but the old one should be renamed for 1.2.8, regardless whether there are changes or not... ;-)


Joachim
long thread ... is said before ... ;) But: No Risk,no fun

@rahner css is the first to be safed... in my opinion
User avatar
Oliver Georgi
Site Admin
Posts: 9892
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

Rahner wrote:Another Question:
Why does the {NAV_LIST_TOP} changed?
The CSS Classes are now missing in my CSS File and in the 1.2.8 CSS File...
[FIX] {NAV_LIST...} equalized - now only 1 function is responsible creating the UL list. CSS id is replaced by class and no <div> is given back - just the <ul>.

And the class is there.

Code: Select all

/* CSS for the top level list */
ul.list_top, ul.list_level {
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #5E747F;
	font: bold 12px Verdana, sans-serif;
}
ul.list_top li, ul.list_level li {
	list-style: none;
	margin: 0;
	display: inline;
	padding: 0;
}
ul.list_top li a, ul.list_level li a {
	padding: 3px 0.5em;
	margin: 0px;
	border: 1px solid #778;
	border-bottom: none;
	background: #D7DEE5;
	text-decoration: none;
}
ul.list_top li a:link, ul.list_level li a:link { color: #5E747F; }
ul.list_top li a:visited, ul.list_level li a:visited { color: #5E747F; }
ul.list_top li a:hover, ul.list_level li a:hover {
	color: Black;
	background: #92A1AF;;
	border-color: #227;
}
ul.list_top li.active a, ul.list_level li.active a {
	background: white;
	border-bottom: 1px solid white;
}
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Rahner
Posts: 82
Joined: Sat 15. Jul 2006, 18:16

Post by Rahner »

Thanks Olive but your Code doenst relly fit into the page.
When i insert the code i have a simple <ul>List without any CSS
User avatar
Oliver Georgi
Site Admin
Posts: 9892
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

How about wrapping your {NAV_LIST_TOP} in a div construct like
<div id="myCSSforID">
{NAV_LIST_TOP}
</div>

Think about it. Check rendered source an see what your <ul><li> looks like.

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Post by juergen »

Goog morning Rahner,

just add (to the above)


.list_level {your style}

and it'll work

same as the old

Jürgen
Rahner
Posts: 82
Joined: Sat 15. Jul 2006, 18:16

Post by Rahner »

DF6IH wrote:Goog morning Rahner,

just add (to the above)


.list_level {your style}

and it'll work

same as the old

Jürgen
Explain it to me a bit more and I'll try it...
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Post by juergen »

-->Admin
---> StandardCSS
.list_level { font: bold 15px Verdana, sans-serif;}

and chiefs above css to be inserted as well ...

---> save css data

ready ;)

For shure any other <div class="somewhat">{NAV_LIST_...}</div> should work as well...
Rahner
Posts: 82
Joined: Sat 15. Jul 2006, 18:16

Post by Rahner »

No Effect, still the <ul> List...
Rahner
Posts: 82
Joined: Sat 15. Jul 2006, 18:16

Post by Rahner »

*LOL* my misstake...
Now everything is ok!
Rahner
Posts: 82
Joined: Sat 15. Jul 2006, 18:16

Post by Rahner »

Can it be, that the Searchfuction doesnt work?
In my page the search redirects simply to the index.phtml without shwoing any results...?
User avatar
Oliver Georgi
Site Admin
Posts: 9892
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

No search is working.

PLEASE!!!! As long as your are testing DISABLE rewrite!!!!!!!

Oliver :twisted:
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Post Reply