I had install the module on my site (
www.bibyportal.net)
the my module can downloads here(only for some day):
Forum CBB 4.02 + personal fix (newbb)and I have fix some problem:
1. FIX ITALIAN VERSION at old version (in language)
2. Change some icons theme in module (for my site)
3. insert template : newbb_viewall.html (necessary for list.topic.php,) in the directory and in installation file xoop version.php
(in the your pack there are not this file!!!)
File: xoops_version.php
riga 102:
array('file' => 'newbb_viewall.html', 'description' => ''), // AGGIUNTO PERCHE' MANCAVA
-------------------------------
4. insert new ID class in the end of file:
templates/ style.css 5. change the templates for a too more view templates/ newbb-index.html -->
*********************************
------------original-------------------
<div style="float:right;text-align:right;padding-top: 5px;">
-----------------------------------------------
------------modification-------------------
<div id="rss-sotto">
//////////////////////////////////
------------original-------------------
<div style="float: left; text-align: left;">
------------modification-------------------
<div id="immy-tipi">
//////////////////////////////////
------------original-------------------
<div style="float: right; text-align: right;">
------------modification-------------------
<div id="mseach">
//////////////////////////////////
______________________________________
**************************************
templates/ newbb_ online.html -->
*********************************
2 new div :
------------------------------------------
<div id="u-online" class="even" >
<div id="elenco-online" class="odd" >
and change disposition of element
______________________________________
**************************************
templates/ newbb_viewtopic.html -->
*********************************
riga 28:
------------original-------------------
<div class="left" style="padding: 5px;">
------------modification-------------------
<div class="browsing" style="padding: 5px;"> (associate class on file style)
//////////////////////////////////
restyle for footer of modules :
the permission, the seach, the jbox
//////////////////////////////////
______________________________________
**************************************
templates/newbb_thread.html -->
*********************************
riga 16:
------------original-------------------
<td width="20%" class="odd" rowspan="2" valign="top">
------------modification-------------------
<td width="20%" class="even" rowspan="2" valign="top">
______________________________________
**************************************
templates/newbb_edit_post.html -->
*********************************
riga 77:
------------original-------------------
<tr valign="top">
------------modification-------------------
<tr class="comTitle" valign="top"> <!--aggiunta la classe per differenziare meglio-->
______________________________________
/////////////////////////////
riga 80:
------------original-------------------
<tr valign="top">
------------modification-------------------
<tr class="odd" valign="top"> <!--aggiunta la classe per differenziare meglio-->
______________________________________
**************************************
I have see some bug, i can't fix sorry.
the bug:
-----------
in view mode in page viewtopic.php
there are not a possibility to select mode "flat" or "threat"
---------
in the listopic.php (eg: new post, post not read, all post)
the view mode threat (compact) do a error in the view. (see only link topic| forum).
------------
command move post (or move topic) do a error when send a new forum :
the page topicmanager.php is white
--------
is a members have not digest post (0 digest post), the command --> see digests post , link to a error page 404.
---------
in a poll, the botton PL_VOTE , have not language
_PL_TOTALVOTES no language
_PL_TOTALVOTERS no language
------
near the command "next topic", " prew topic" I not see a button gif ....
-----
then:
why don't put a icon for digest post?!( not only text)?
I hope you adjust the bugs as soon as possible
thank for read me bye bye
Published: 2010/4/15 12:32 • Updated: 2010/4/15 12:32