| Re: XOOPS 2.6.0 Alpha 1 Testing |
| by sabahan on 2013/1/14 5:32:36 a. Site Info Block (System module) since now misc.php using template Recommended Us windows Popup width and length is now too small b. Themes Blocks Missing screenshot for default theme if we enable screenshot display |
| Re: XOOPS 2.6.0 Alpha 1 Testing |
| by trabis on 2013/1/13 18:08:27 Quote:
Could not reproduce it. Please check misc.php is up to date. |
| Re: XOOPS 2.6.0 Alpha 1 Testing |
| by trabis on 2013/1/13 18:04:00 Quote:
Very interesting! The model uses getVar to populate the object. During the getVar the module.textsanitizer functions/extensions are executed. If this functions require a db query, they will overwrite the current model handler. This behavior is a problem if we want to add new modules to provide sanitizing/replacing, like for example, the smilies module. This should now be fixed in svn, please test. |
| Re: XOOPS 2.6.0 Alpha 1 Testing |
| by timgno on 2013/1/13 17:02:21 usually in html5 using the tag header in this way le="color: #000000"><?php <{includeq file="$theme_tpl/theme_head.html"}> </head> <body id="<{$xoops_dirname}>" class="<{$xoops_langcode}>"> '--> <header> <--' <div class="navbar navbar-fixed-top"> <div class="navbar-inner"> <div class="container"> <a class="brand" href="<{xoAppUrl }>" title="<{$xoops_sitename}>"> <img src="<{xoImgUrl img/logo.png}>" alt="<{$xoops_sitename}>" /> </a> <!-- Navigation bar menu --> <{includeq file="$theme_tpl/theme_menu.html"}> <!-- User menu --> <{includeq file="$theme_tpl/theme_user.html"}> <!-- Language menu --> <{includeq file="$theme_tpl/theme_language.html"}> </div> </div> </div> '--> </header> <--' <div class="xo-hero"> will be included in theme.html? |
| Re: XOOPS 2.6.0 Alpha 1 Testing |
| by timgno on 2013/1/13 16:37:15 the popup is blank page ![]() |