Subject:*
<
Name/Email:*
<
Message Icon:*
<
Select*
<
Message:*
<



Click the Preview to see the content in action.
Options:*
<
Confirmation Code*
<
0 + 6 = ?  
Input the result from the expression
Maximum attempts you can try: 10
*
<
     

Re: XOOPS 2.3.3 Final Issues
by edudelta on 2009/5/29 15:08:45

But the 'thank you for your submission' page losts its style and displays left aligned with a black background. i report too.

and the page for Site Closed is with a similar problem.
The page don´t is translated and no styles.
Re: XOOPS 2.3.3 Final Issues - images, styling
by jph000 on 2009/5/12 2:09:29

On a demo server, I upgraded XOOPS from 2.3.2b to 2.3.3. The 2.3.2b-to-2.3.3 upgrade package included the System module, which was updated; and the pm and profile modules (which remained inactive). Upgrade instructiions included in the release_notes file were followed.

Then I spent much more time than expected (the entire afternoon!) figuring out why the site looked different and why the header image was missing. Well, the upgrade package was missing some files in themes/default folder:

xo-banner_bg.png
xoops-logo.png
xoops-logo.psd

which were in the full release. But despite that location, the code was looking for the xoops-logo.png at the root level; so, I copied it there and the header looked okay at last.

Favicon use had changed to the themes/default/icons/favicon.png file, and so had overridden the favicon at the root level.

I also found no mention that the default theme had been dramatically changed. In particular, the typography was redesigned in the themes/default/style.css file, along with additional styling: the font sizing scheme in em's versus %'s, color scheme, and a large new section for the system_siteclosed page, which was part of the new themes/default/modules/suystem folder.

Validator Bugs

/xoops/class/pagenav.php

$ret .= '<div id="xo-pagenav">';

Changed to

$ret .= '<div class="xo-pagenav">';

xoops/themes/default/style.css

#xo-pagenav {

#xo-pagenav a {

#xo-pagenav a:hover {

Changed to

.xo-pagenav {

.xo-pagenav a {

.xo-pagenav a:hover {
Re: XOOPS 2.3.3 Final Issues
by ghia on 2009/4/29 0:17:52

You are probably using some relative URL's to it, which no longer corresponds, when used in a block.
Add the XOOPS_URL to it.
Re: XOOPS 2.3.3 Final Issues
by fathershand on 2009/4/26 20:18:15

I have recently installed 2.3.3 and am getting the following error in server error log. Is there a bug?

[Sun Apr 26 06:28:25 2009] [error] [client some.ip] File does not exist: /var/www/vhosts/blahblah/httpdocs/x/htdocs/jseffects

There is no jseffects directory. Why?
Re: XOOPS 2.3.3 Final Issues
by ghia on 2009/4/14 16:41:07

If the image (with the letters and digits to type over) is not showing, check the required directory and switch caching off for modules system and profile.

Who's Online

107 user(s) are online (63 user(s) are browsing Support Forums)


Members: 0


Guests: 107


more...

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!

Latest GitHub Commits