31
Mazarin
Re: CBB/NEWBB - File Structure Question
  • 2012/5/30 20:07

  • Mazarin

  • Just can't stay away

  • Posts: 533

  • Since: 2008/12/10


Just to clarify, is this Alfred's work with CBB that is now renamed/merged/whatever with NewBB into NewBB 4.3?



32
Mazarin
Re: XOOPS 2.5.x Translations using Transifex
  • 2012/5/30 10:29

  • Mazarin

  • Just can't stay away

  • Posts: 533

  • Since: 2008/12/10


Yes, sv_SE does contain such characters (åäö), but the current translation is based on UTF-8 and the extra backslashes were not anywhere near those characters. Also, in Swedish you don't use apostrophes in general.



33
Mazarin
Re: New rmcommon theme
  • 2012/5/30 6:32

  • Mazarin

  • Just can't stay away

  • Posts: 533

  • Since: 2008/12/10


Looks good as always and it's nice to see that it seems to be a bit more intuitive to navigate than the old one.



34
Mazarin
Re: XOOPS 2.5.x Translations using Transifex
  • 2012/5/28 19:41

  • Mazarin

  • Just can't stay away

  • Posts: 533

  • Since: 2008/12/10


Thanks DCrussader!

However, there seems to be an error in the language files, where \ is transformed to \\, causing WSOD. It's easily fixed with a replace in files, but migh be worth looking iinto if it's only the SE file or something systematic.



35
Mazarin
Re: TDMStats 1.07 Ready for Testing on XOOPS 2.5.5
  • 2012/5/28 15:18

  • Mazarin

  • Just can't stay away

  • Posts: 533

  • Since: 2008/12/10


Just noticed that on the plugin tab on the admin side, in the note, the tag
<{xoStats}>

is not displayed, so the text looks like this
Quote:
Note: Remember to copy the code " " in the file of your theme theme.html underway to account for visits ...


Also, in the install doc it doesn't say anything that this is needed, but in the readme it does. Does the module work without copying the function to the class directory and including it in the theme.html? If so, what exactly functionality does the plugin add?

Sorry for not catching this earlier...



36
Mazarin
Re: XOOPS 2.5.x Translations using Transifex
  • 2012/5/27 9:09

  • Mazarin

  • Just can't stay away

  • Posts: 533

  • Since: 2008/12/10


Any news?



37
Mazarin
Re: News 1.67 RC 1 ready for testing
  • 2012/5/15 16:42

  • Mazarin

  • Just can't stay away

  • Posts: 533

  • Since: 2008/12/10


OK, I found and fixed the problem with the topic images as well. It turns out the story.picture variable was set to the path (without a picture name), even if there was no picture, hence never making it empty, as the template checks for.

To fix it, the following should be changed in class.newsstory.php, line 684:

The original code
$story['picture'] = XOOPS_URL.'/uploads/news/image/'.$this->picture();


should be changed to
if ($this->picture() != ''){
    
$story['picture'] = XOOPS_URL.'/uploads/news/image/'.$this->picture();
} else {
    
$story['picture'] = '';
}


That's all the bugs I've found so far (I can't reproduce Cesag's warning errors, but the deprecated class is there of course). However, regarding attaching a picture that is shown instead of the topic image, a nice touch to add in the next version would be to make it possible to control the position of the attached picture or at least make it controlled by the "regular" position control for the topic image, so that it doesn't have to be aligned to the right.



38
Mazarin
Re: News 1.67 RC 1 ready for testing
  • 2012/5/15 15:12

  • Mazarin

  • Just can't stay away

  • Posts: 533

  • Since: 2008/12/10


Can someone please verify that you have the same problem as I reported above, with the topic images not showing and the admin icons?

To fix the admin icon issue (to edit articles from the front end), do the following:

In the file news/class/classnews.story.php

Original code, line 563:
$pathIcon16 XOOPS_URL .'/'$moduleInfo->getInfo('icons16');


should be changed to
$pathIcon16 $moduleInfo->getInfo('icons16');





39
Mazarin
Re: XOOPS 2.5.x Translations using Transifex
  • 2012/5/15 7:58

  • Mazarin

  • Just can't stay away

  • Posts: 533

  • Since: 2008/12/10


I think using Transifex is really good and if we find a good way/process to make the translations avaliable to the community ASAP after they're completed there should be no reason why all local translators shouldn't use that.



40
Mazarin
Re: Contact module version 1.8
  • 2012/5/15 7:29

  • Mazarin

  • Just can't stay away

  • Posts: 533

  • Since: 2008/12/10


TBH I never used the 1.71 version (just noticed the differences in the documentation), but it seemed like a good idea that you could at least specify the "thank you message" after sending the message.

Other than that, I really think you should work on a notification because then it would be really good. Ideally, it should be preferences for notification on or off, and for including the actual contact in the notification or not.




TopTop
« 1 2 3 (4) 5 6 7 ... 44 »



Login

Who's Online

274 user(s) are online (174 user(s) are browsing Support Forums)


Members: 0


Guests: 274


more...

Donat-O-Meter

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

Latest GitHub Commits