1
yerres
wordbook 1.17 rc1
  • 2006/10/17 10:12

  • yerres

  • Just popping in

  • Posts: 14

  • Since: 2006/9/1 7


Having done a lot of testing here finally is the first RC of Wordbook 1.17.

This version includes a number of bugfixes, a script to upgrade from 1.16 and several static templates.
the function 'cleantags' has been revised as well and/or replaced where necessary.

Please see changelog for full list of changes.

Download Wordbook 1.17 RC 1 here.

feel free to report any bugs.

2
yerres
Re: wordbook 1.17 rc1
  • 2006/11/14 12:27

  • yerres

  • Just popping in

  • Posts: 14

  • Since: 2006/9/1 7


File was UPDATED. Please download AGAIN.

3
otros
Re: wordbook 1.17 rc1
  • 2006/11/14 21:52

  • otros

  • Just popping in

  • Posts: 4

  • Since: 2006/11/14


Category dont function at my XOOPS installation.
I tried at XOOPS 2.0.15 and 2.0.14 from a new installation on my server (Linux-Ubuntu) and at my web hosting.

I tried wordbook 1.15b, 1.16, 1.17rc1

I up three categories, only first one recogniced and it is no way to change a category in a definition.

What is it wrong at my installation?

4
otros
Re: wordbook 1.17 rc1
  • 2006/11/15 15:39

  • otros

  • Just popping in

  • Posts: 4

  • Since: 2006/11/14


wordbook 1.17 rc1 Don't create sql tables at new installation, so you must to import them manually.

By other hand I solved problem to change and recognice categories by modify next line at admin/entry.php at line 84

$sform -> addElement( new XoopsFormHidden( 'categoryID', $categoryID ) );

to

$sform -> addElement( new XoopsFormHidden( $categoryID ) );


It is ok for me !!!, at this moment ???!!!

5
yerres
Re: wordbook 1.17 rc1
  • 2006/11/15 17:00

  • yerres

  • Just popping in

  • Posts: 14

  • Since: 2006/9/1 7


thanks for the hint!

[EDIT]
your suggestion works but gives an error-message.
I guess a makeshift solution would be:

$sform -> addElement( new XoopsFormHidden( '$categoryID', $categoryID ) );

or if you like as a workaround:
$sform -> addElement( new XoopsFormHidden('', $categoryID ) );

[EDIT]

I applied this and uploaded the new file.

6
surfinsaxman
Re: wordbook 1.17 rc1

@Yerres
I am confuses about the different versions.
Can you post a link to the newest complete package?

thank you

7
otros
Re: wordbook 1.17 rc1
  • 2006/11/19 5:52

  • otros

  • Just popping in

  • Posts: 4

  • Since: 2006/11/14


"I download last version where it say AGAIN"



Changes to admin/entry.php works fine. Thanks.!!!

By other hand.

If you check at database you can sea that in wbcategories and at wbentry send an error:

at wbcategories:

PRIMARY and INDEX keys should not both be set for column `categoryID`

at wbentry:

PRIMARY and INDEX keys should not both be set for column `entryID`

If you entry a lot of information it could cause residual bytes at tables.

I'm not a programmer, but is it correct?

By other hand. If you choose to explore by letter, wordbook open each concept. To much information.

I think that it could be better for user to see a list of words that correspond to the letter and then they choose concept that they want to explore. ???

Is it possible?

Regards.

8
otros
Re: wordbook 1.17 rc1
  • 2006/11/22 21:50

  • otros

  • Just popping in

  • Posts: 4

  • Since: 2006/11/14


By other hand. If you choose to explore by letter, wordbook open each concept. To much information.

I think that it could be better for user to see a list of words that correspond to the letter and then they choose concept that they want to explore. ???


Every body that want a change. You can do it.

Only edit templates/default/wb_letter.html

seek 
for entries:

<
div class="definition"><{$eachentry.definition}></div>
<{
$eachentry.comments}><br /><br />

and 
delete them (two entries).

at templates/default/wb_category.html

seek 
for entrie:

<
div class="definition"><{$eachentry.definition}></div>
    <
br />

and 
delete it (one entrie).


If you don't see any change only delete files at template_c at XOOPS home. You can do it fast by rename that directory, create a new one with 'template_c' name, permition 777 and copy index.html from preview directoy in it.

That's all.

RegardsĀ”

9
uniquekaiser
Re: wordbook 1.17 rc1

Hi!

I want to know if yerres kept upgrading WorBook because i'am making lots of changes to the templates and i would really like to include this changes to the offical release..

Tha changes consist mainly in merging the module's Style to any template, instead of having to edit it's own CSS. Why? for example, my page uss two or three themes and they have different colors (som dark, some light) and in that case it becames a problem that the module has it's independent style sheet...

Soon i'll post here the complete modified version..

10
tom
Re: wordbook 1.17 rc1
  • 2007/5/22 21:58

  • tom

  • Friend of XOOPS

  • Posts: 1359

  • Since: 2002/9/21


Hi uniquekaiser,

Yerres did continue his work, the module has now become known as Lexikon and can be found on the Dev.xoops site:

http://dev.xoops.org/modules/xfmod/project/?lexikon

You could submit your changes there for the developer.
Kind Regards.
Tom

http://bassmanthemes.com
http://www.xoopslance.com

Login

Who's Online

183 user(s) are online (121 user(s) are browsing Support Forums)


Members: 0


Guests: 183


more...

Donat-O-Meter

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

Latest GitHub Commits