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



Click the Preview to see the content in action.
Options:*
<
Confirmation Code*
<
3 + 4 = ?  
Input the result from the expression
Maximum attempts you can try: 10
*
<
     
setImage($image, $alt, $extra); return true; } [/code] IMO it should return a variable and that variable is alt variable, because it is just used in newbb/include/functions.render.php in newbb_displayImage function like this: [code] function newbb_displayImage($image, $alt = "", $display = true, $extra = "class='forum_icon'") { $icon_handler = newbb_getIconHandler(); if (empty($display)) { return $icon_handler->assignImage($image, $alt, $extra); } else { return $icon_handler->getImage($image, $alt, $extra); } } [/code] So one can see it will be used when there is display=false (the user dont need images) I think when the display for icons is false it should return the alt variable to show text links like below: [code] function assignImage($image, $alt = "", $extra = "") { $this->setImage($image, $alt, $extra); return $alt; } [/code] Also one can easily add this display=true/false configuration to newbb preferences. Alfred: IMO we need your advise for the above. could you implement it? Thank you. [/quote]" />

Re: Newbb 4.3
by Mamba on 2014/6/15 5:32:31

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?
Re: Newbb 4.3
by ipwgc on 2014/6/15 5:20:52

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

Re: Newbb 4.3
by irmtfan on 2014/5/15 7:59:22

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.
Re: Newbb 4.3
by Falcon22 on 2014/5/5 22:12:33

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

Re: Newbb 4.3
by Mamba on 2013/3/25 15:50:49

You can use TortoiseSVN to check it out, or you can use this little program to download it.

Who's Online

180 user(s) are online (132 user(s) are browsing Support Forums)


Members: 0


Guests: 180


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