273
Mamba
Re: Newbb 4.3
  • 2014/6/15 5:32

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Quote:
The only thing I did not know is how to change from text to images

But which text?
Can you provide a screenshot and highlight the text?
Also, where are the images that you want to use?
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

272
ipwgc
Re: Newbb 4.3
  • 2014/6/15 5:20

  • ipwgc

  • Quite a regular

  • Posts: 216

  • Since: 2005/8/13


Hi,
The forum newbb 4.3 works fine without problems in Spanish.
I review the Language in spanish and are working well
THIS IS THE FORUM VERSION 4.3 IN SPANISH

The only thing I did not know is how to change from text to images
I read the include/display.php and include/plugin.php

Quote:

include/plugin.php
// It means if you set $customConfig["display_text_links"] to true it will show all images in text links (and vice versa)
LINE 92 $customConfig["display_text_links"] = false;


I need your help to make those changes.
Regards,
David


271
irmtfan
Re: Newbb 4.3
  • 2014/5/15 7:59

  • irmtfan

  • Module Developer

  • Posts: 3419

  • Since: 2003/12/7


Hi falcon32

Those "Items for each loop" will set the number of items (posts,forums,topics,...) To be synchronized in one time before a break.

Also MISC means synchronize everything by one click.

But be carefull, newbb sync functions have many bugs in old versions which I found and solved. I recommend you using irmtfan version 4.33 latest svn. Please read change log for details.

270
Falcon22
Re: Newbb 4.3
  • 2014/5/5 22:12

  • Falcon22

  • Just popping in

  • Posts: 58

  • Since: 2003/12/26


I am using Newbb Version : 4.3 RC4 and love it.

The thing is after all these years I think I need to sync but the sync section has the following options. which i don't understand; please advise!

Forum Data - Items for each loop:
Topic Data - Items for each loop:
Post Data - Items for each loop:
User Data - Items for each loop:
Read Data
Stats Info
MISC


269
Mamba
Re: Newbb 4.3
  • 2013/3/25 15:50

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


You can use TortoiseSVN to check it out, or you can use this little program to download it.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

268
Yurdal
Re: Newbb 4.3
  • 2013/3/25 15:03

  • Yurdal

  • Friend of XOOPS

  • Posts: 386

  • Since: 2005/3/27


Where can we download this latest version of Irmtfan ?

http://sourceforge.net/p/xoops/svn/11306/tree/XoopsModules/newbb/branches/irmtfan/newbb/

I cant download anything ?
Is there a direct download link for this ?

267
irmtfan
Re: Newbb 4.3
  • 2013/1/31 4:15

  • irmtfan

  • Module Developer

  • Posts: 3419

  • Since: 2003/12/7


based on some requests in my websutes i need to enhance the newbb block system.
I need to have a block for "topics has a poll" but i consider that the current block only can show topics with new posts.
It is very limited.
I worked on it and i want to make it fully functional that can accept any criteria.
I mean it can show all kind of topics
eg: sticky, digest, lock, poll AND all UN_
voted, viewed, replied and all UN_
even can show readed and unreaded topics (based on each user.)

also blocks based on author topics, based on types.

sorted by any field and ordered DESC and ASC.

with post title excerpt.

Also i will add the "post text excerpt" to show in block. so users can see the post text of the latest post in topic with mouse over.

you can select each field to display in the block

in one sentence: It will use the topic renderer class used in list.topic.php page with all features you can see there.

please if you want any additional feature let me know.

266
irmtfan
Re: Newbb 4.3
  • 2012/12/22 4:56

  • irmtfan

  • Module Developer

  • Posts: 3419

  • Since: 2003/12/7


do you use the latest versions from newbb svn
both alfred and irmtfan should not have this issue.
maybe an issue in your theme.
you need to provide a screen shot + source codes of the corrupted page.

nobody report a new bug in more than one month in this forum, my forum and persian local forum so IMO newbb 4.3 is quite stable version now.

265
hipoonios
Re: Newbb 4.3
  • 2012/12/21 6:43

  • hipoonios

  • Friend of XOOPS

  • Posts: 298

  • Since: 2005/9/24


Just found a simple bug. If you quote a post and click preview button the quoted text will mess up the page.

264
irmtfan
Re: Newbb 4.3
  • 2012/10/27 5:55

  • irmtfan

  • Module Developer

  • Posts: 3419

  • Since: 2003/12/7


Now im working on this bug and will update the svn soon.
Quote:

read/unread feature when the read_mode = 1 (cookie)


There is another bad and obvious and very old bug in newbb that need a little discussion.
Bug:
Number of topic views is increased every time a user ( anonymous or member instead of topic owner ) click on that topic.

The above is very bad because when a visitor ( a new user ) see a large number of views he wrongly think there were many different people click on that topic but dont send any reply.
for example see this topic in xoops.org home page:
Xoops .gzip compression
number of view are about 100 but IMO only less than 10 people click on that topic and other clicks are repeated views by those 10 people.

Also the above issue will increase the number of queries in newbb to increment the "topic view" field in db every time anybody click on that topic.
The above can be solved by using/enhancing read/unread feature in newbb.

but first we should answer the following question.
- when we should increment the "topic views" in db?
1st answer: only for people never click on topic before.
2nd answer: only for people never click on topic before OR dont read one/some new posts in that topic.

implementing the 1st scenario is very easy in newbb.
but for the 2nd scenario we have problem when the read_mode = 1 ( no issue for read_mode = 2 )
for read_mode = 1 we should add one field in bb_topics table to record the last post time in that topic.

your opinions are highly welcomed.

Login

Who's Online

238 user(s) are online (161 user(s) are browsing Support Forums)


Members: 0


Guests: 238


more...

Donat-O-Meter

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

Latest GitHub Commits