11
Defkon1
Re: CBB - 4.05 - beta1
  • 2011/8/26 12:10

  • Defkon1

  • Not too shy to talk

  • Posts: 151

  • Since: 2005/1/27


Quote:

Yurdal wrote:
EDIT:
I think i found , error message in debug is
Parse error: syntax error, unexpected ';', expecting ')' in /home/xxx/public_html/modules/newbb/xoops_version.php on line 91



trabis already fixed my typo in xoops_version.php... please re-download that file from svn



12
Defkon1
Re: CBB - 4.05 - beta1
  • 2011/8/26 9:23

  • Defkon1

  • Not too shy to talk

  • Posts: 151

  • Since: 2005/1/27


39 /images/xoopsbb_slogo.png module icon changed (too much similar to xforum's one)
40 /include/post.php - added Stumbleupon to social links
41 /include/post.php - added config check to enable/disable social links buttons
42 /include/images.php - added icon definition for stumbleupon icon
43 /xoops_version.php - added config to enable/disable social links buttons
44 /language/modinfo.php - added language definitions for social links config (_MI_SHOW_SOCIALLINKS,_MI_SHOW_SOCIALLINKS_DESC)
45 /language/main.php - added language definitions for stumbleupon (_MD_SHARE_STUMBLEUPON)
46 /templates/images/icon/stumbleupon.png - added icon


live demo: www.xoopsitalia.org/forum

Quote:

Mamba wrote:

Very nice work, Defkon!

Thank you so much for taking the initiative to work on this module.


thanks!

if there are no major bugs i will release a 4.05RC next week...



13
Defkon1
Re: CBB - 4.05 - beta1
  • 2011/8/26 8:40

  • Defkon1

  • Not too shy to talk

  • Posts: 151

  • Since: 2005/1/27


Quote:

Yurdal wrote:
Thanks for continuing alfreds work, im sure that many forum owners are waiting for this, i will test this and copy it over alfreds work


i'm still hoping that alfred will reconsider its decision... :)

Quote:

If am not wrong there where problems with the last topic and last replies blocks, is this corrected too?


i will try blocks asap, thanks. do you remember what kind of problems they had?

Quote:

And is it possible to have social network buttons for twitter & FB ?


check the update changelog:

20 /makepdf.php migrated from FDPF to TCPDF for better PDF management (porting from wishcraft's xforum)
21 /pdf.php - removed, no longer required
22 /fpdf/ - removed, no longer required
23 New module requirement: root/Frameworks/tcpdf
24 /language/english/main.php - added PDF generation defines (NEWBB_PDF_FORUM, NEWBB_PDF_TOPIC, NEWBB_PDF_SUBJECT, NEWBB_PDF_AUTHOR, NEWBB_PDF_DATE)
25 /xoops_version.php - added config show_infobox (hidden, collapsed, expanded)
26 /viewtopic.php - added code to retrieve show_infobox config and assign it to template
27 /templates/newbb_thread.html - modified to use show_infobox config
28 /language/english/modinfo.php - added language definitions for show_infobox config (_MI_SHOW_INFOBOX, _MI_SHOW_INFOBOX_DESC, _MI_NEWBB_INFOBOX_NONE,_MI_NEWBB_INFOBOX_HIDDEN, _MI_NEWBB_INFOBOX_SHOW)
29 /language/german/ - removed, outdated
30 /templates/newbb_item.html - missing template, re-added
31 /xoops_version.php - added missing newbb_item.html template to templates array
32 /class/post.php - added social buttons (twitter, linkedin, buzz, facebook) as thread action buttons
33 /include/images.php - added social button icons (twitter, linkedin, buzz, facebook)
34 /language/english/main.php - added language definitions for social buttons (_MD_SHARE_FACEBOOK, _MD_SHARE_TWITTER, _MD_SHARE_BUZZ, _MD_SHARE_LINKEDIN)
35 /templates/images/icon/twitter.png - added icon
36 /templates/images/icon/facebook.png - added icon
37 /templates/images/icon/buzz.png - added icon
38 /templates/images/icon/linkedin.png - added icon


live demo: www.xoopsitalia.org/forum



14
Defkon1
Re: CBB - 4.05 - beta1
  • 2011/8/25 10:11

  • Defkon1

  • Not too shy to talk

  • Posts: 151

  • Since: 2005/1/27


17 /language/english/main.php - fixed typo
18 /templates/newbb_index.html - fixed admin report link (</a> missing)
19 /templates - fixed missing / for HR tags



15
Defkon1
Re: CBB - 4.05 - beta1
  • 2011/8/25 9:36

  • Defkon1

  • Not too shy to talk

  • Posts: 151

  • Since: 2005/1/27


15 /language/english/main.php - translated _MD_DELEDEDMSG from german (thx to Metalslug)
16 /language/english/main.php - changed wrong _MD_DEL_RELATED define from "Delete all posts in topic" to "Delete this post and all related posts" (thx to Metalslug)



16
Defkon1
Re: CBB - 4.05 - beta1
  • 2011/8/24 15:45

  • Defkon1

  • Not too shy to talk

  • Posts: 151

  • Since: 2005/1/27


i've installed CBB 4.05b1 on XoopsItalia upgrading from 3.08 with success...

any other feedback?



17
Defkon1
Re: CBB - 4.05 - beta1
  • 2011/8/24 15:34

  • Defkon1

  • Not too shy to talk

  • Posts: 151

  • Since: 2005/1/27


24/08/2011 - Defkon1
===========================================
1 /language/english/modinfo.php - Translated german definitions
2 /language/english/modinfo.php - added missing _MI_NEWBB_ADMENU_ABOUT define
3 /language/english/modinfo.php - removed duplicate _MI_THEMESET define
4 /language/english/mail_template/forum_report.tpl - translated from german
5 /sql/mysql.sql - changed deprecated TYPE=MyISAM to ENGINE=MyISAM
6 /topicmanager.php - hardly modified to let admin mode from user side correctly working (moving/deleting/restoring topics/posts)
7 /topicmanager.php - fixed "return to forum" link after deleting a topic
8 /action.topic.php - fixed bug: restoring a topic doesn't restore its posts
9 /language/english/main.php - added missing _MD_FORUMHOME define
10 /viewpost.php - removed an echo useful only in debug
11 /xoops_version.php - updated version number and release info
12 /viewtopic.php - fixed bug: cannot redeclare class user on multiple users viewing a topic
13 /templates/newbb_thread.html - substituted hardcoded string "Benutzerinformationen" with $smarty.const._INFO
14 /language/english/main.php - fixed three define (missing string format) for showing user posts/topics/digests



18
Defkon1
CBB - 4.05 - beta1
  • 2011/8/24 14:04

  • Defkon1

  • Not too shy to talk

  • Posts: 151

  • Since: 2005/1/27


i'm trying to make a stable cbb version from alfred's 4.03 version (hoping he will reconsider his decision to resign from cbb development).

actually i'm making some bugfixing, but i need a bit of help in discovering new bugs. thanks in advance.

Module info:
Module Name CBB/NewBB
Version number 4.05
Development Stage beta1
Intended Audience developers, testers, early adopters
Working Description forum module for Xoops

My test environment:
Xoops Version: 2.5.0 (minimum 2.4.4)
Operating System linux
Apache Version Apache/2.2.9
PHP Version 5.2.6-1+lenny13
MySQL Version 5.0.51a-24+lenny5-log
IDE Tool eclipse

please post any bugs/enhancement!

Module location:
http://xoops.svn.sourceforge.net/viewvc/xoops/XoopsModules/newbb/branches/defkon1/



19
Defkon1
Re: initvar DTYPE for TIMESTAMP
  • 2011/1/23 9:11

  • Defkon1

  • Not too shy to talk

  • Posts: 151

  • Since: 2005/1/27


thank you very much!



20
Defkon1
Re: initvar DTYPE for TIMESTAMP
  • 2011/1/23 8:29

  • Defkon1

  • Not too shy to talk

  • Posts: 151

  • Since: 2005/1/27


are you kidding me?

i know what a unix timestamp is, but i'm talking of MySQL Timestamp.

it's a 19 character's datetime format 'YYYY-MM-DD HH:MM:SS'.

http://dev.mysql.com/doc/refman/5.0/en/timestamp.html




TopTop
« 1 (2) 3 4 5 6 »



Login

Who's Online

136 user(s) are online (93 user(s) are browsing Support Forums)


Members: 0


Guests: 136


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