31
vietnam
Re: bug in newbb?
  • 2008/12/16 7:33

  • vietnam

  • Just popping in

  • Posts: 59

  • Since: 2007/5/25


Quote:

voltan wrote:
in newbb 3.0.8 and alpha 4 I can,t change permissions of categories and forums. when I change permissions I see this message.

Quote:
Sorry, you don't have the permission to access this area


and return to homepage and permissions is not change !

i have this problem sines 6 month in one site ( with cbb 4 alpha ) and now we have problem in other site in cbb 3.0.8 and article 1

php = 5.2
xoops = 2.0.16 and 2.0.18.1

me too.



32
vietnam
Re: Xoops 2.3 User Profile & Yogurt 3.3
  • 2008/12/13 5:32

  • vietnam

  • Just popping in

  • Posts: 59

  • Since: 2007/5/25


I can download it?
Who has the latest version?
Please give me, thank you!



33
vietnam
Re: My points 1.0 - Feature Requests
  • 2008/12/9 13:57

  • vietnam

  • Just popping in

  • Posts: 59

  • Since: 2007/5/25


Quote:

Speed wrote:
First, either a ranking system has a real useful purpose that gives relevant feedback to all users or don't bother wasting time coding it. IMNSHO....

vbulletin has implemented a really strong reputation system. I'd recommend reading through the comments on it to see the positives and negatives. They've learned a lot from the feedback. It's interesting to read the comments from admins of all types of sites about what worked, what didn't and why.

I like users being able to reward good comments/posts.

I like limiting the number of times users can reward to prevent spamming or stacking the deck.

I like older users or users with higher reputation or users that rarely give reputation automatically giving more per reward.

I think negative reputation by users can be abused for many groups. I tend to have small groups of friends for my sites so negative rep is useful for us to weed out bad ideas, but in larger groups it tends to be used to attack people rather than comment on ideas which makes me hesitant to ask for negative rewards for users. Admins definitely need to be able to remove rewards though.

It would be nice if rewards could work in conjunction with or even replace the current XOOPS user ranks system which is primarily based on number of posts. Ideally, this system would tie directly into that and be implemented at core level to be available to all modules or current ranks would be removed from core and implemented as a module/plug-in setup like you propose.

It would be interesting to be able to "clone" or create multiple rewards/ranks to allow people to advance along multiple pathways. A simple example would help: let's say the site created ranks for Support, Development and Creativity. Support would gain rewards mainly from posts and would be granted by users for useful comments, troubleshooting, advice, etc. Development would gain rewards mainly from news stories and would be granted by moderators for new modules, bug fixes, code suggestions, etc. Creativity would gain rewards mainly from posts and would be granted by users for providing ideas, constructive criticism, etc. Splitting into three different reward structures allows users and admins to quickly and easily see what areas different users excel in. This way users can quickly see for instance that Trabis has a really strong Dev and Creativity ranking just by looking at his profile or "badges" under his avatar. When Trabis comments on module development, new users would be able to very quickly compare between Trabis and Speed to know which one has a strong reputation and probably knows what they are talking about since Speed would have no Dev rank whatsoever but might have a reasonable Creative rank. :)

If you have one blanket reputation/rank/reward category for everyone, you have no way to really judge whether a person has broad or focused knowledge which makes their rank pretty much irrelevant except as a measure of favoritism which in my not so humble opinion is useless. If everyone is lumped into the same pool, we can't tell why they are highly ranked.

Great ideas.



34
vietnam
Re: Blocks admin usabiity: Could do better.
  • 2008/12/9 8:03

  • vietnam

  • Just popping in

  • Posts: 59

  • Since: 2007/5/25


I agree with you!



35
vietnam
Re: problem in newbb after upgrade to xoops 2.3.1
  • 2008/11/22 0:34

  • vietnam

  • Just popping in

  • Posts: 59

  • Since: 2007/5/25


Quote:

mrphilong wrote:
Doesn't work Vietnam, lost post hasn't come back.

Warning to ALL NEWBB + XOOPS 2.3.1: DO NOT "SYNC" or "UPDATE" the NEWBB!

Xin chào mrphilong

Upgrade will be lost forever, will not be back.

To upgrade the former hack.



36
vietnam
Re: problem in newbb after upgrade to xoops 2.3.1
  • 2008/11/21 4:31

  • vietnam

  • Just popping in

  • Posts: 59

  • Since: 2007/5/25


Dear mrphilong
To upgrade the former HACK
xoops 2.3.1 htdocs\class\model\sync.php line 63 – 701
if (empty($this->handler->table_link) || empty($this->handler->field_link)) { 
            
trigger_error("The linked table is not set for '" get_class($this->handler) . "' yet."E_USER_WARNING); 
            return 
null
        } 
         
        if (empty(
$this->handler->field_object)) { 
            
$this->handler->field_object $this->handler->field_link
        }

Change XOOPS 2.3
if (empty($this->handler->table_link) || empty($this->handler->field_link)) { 
            
trigger_error("The linked table is not set yet."E_USER_WARNING); 
            return 
null
        }


or
newbb/include/plugin.php line 36~40
// perform forum/topic synchronization on module update 
$customConfig["syncOnUpdate"] = true

// time for pending/deleted topics/posts, expired one will be removed automatically, in days; 0 or no cleanup 
$customConfig["pending_expire"] = 1;

Change
// perform forum/topic synchronization on module update 
$customConfig["syncOnUpdate"] = false

// time for pending/deleted topics/posts, expired one will be removed automatically, in days; 0 or no cleanup 
$customConfig["pending_expire"] = 0;

Module data updated. OK.

But
If a direct upgrade
after updating the module, all the data in newbb were deleted.

This is the question I am troubled,
can not find the real cause.

Kính chúc quý v? m?nh kh?e và bình an.



37
vietnam
Re: problem in newbb after upgrade to xoops 2.3.1
  • 2008/11/21 3:01

  • vietnam

  • Just popping in

  • Posts: 59

  • Since: 2007/5/25


Dear Mamba
I know, I'm sorry.

Dear mrphilong
To upgrade the former HACK
and then upgrade XOOPS 2.3.X
If after the first upgrade to do HACK
sql have been lost.



38
vietnam
Re: problem in newbb after upgrade to xoops 2.3.1
  • 2008/11/20 9:52

  • vietnam

  • Just popping in

  • Posts: 59

  • Since: 2007/5/25


Quote:

JAVesey wrote:
Quote:
vietnam wrote:

Give me a hand![/size]


Okay everyone...... round of applause for Vietnam

Are you saying that your solution above has solved the problem or would you like folks on here to help by trying it?

I'm game for the latter - I have CBB3.08 on my test-site. Yes?


Dear JAVesey

If so, please help test.

This is the question I am troubled,
can not find the real cause.

Thank you for your great help with concerned.



39
vietnam
Re: problem in newbb after upgrade to xoops 2.3.1
  • 2008/11/19 9:18

  • vietnam

  • Just popping in

  • Posts: 59

  • Since: 2007/5/25


Give me a hand!



40
vietnam
Re: CBB4 RC for Xoops 2.3x Testing Reviews
  • 2008/11/3 9:50

  • vietnam

  • Just popping in

  • Posts: 59

  • Since: 2007/5/25


Quote:

organix wrote:
Due upgrade process I got an error that he misses a table with the name bb_type_tmp.
After upgrade process (CBB 3.08 previously) my bb_posts, bb_posts_text, bb_topics tables were empty, all forum content was gone.

I tried it a second time with the same results.
After modul upgrade all forum postings were deleted and the tables are empty.
Xoops Version is 2.3.1.

Re: problem in newbb after upgrade to XOOPS 2.3.1
https://xoops.org/modules/newbb/viewtopic.php?post_id=299202#forumpost299202
Reference

I tried it a second time with the same results.
After modul upgrade all forum postings were deleted and the tables are empty.
Xoops Version is 2.3.1.
[size=x-large]me too [/size]
Troubled




TopTop
« 1 2 3 (4) 5 6 »



Login

Who's Online

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


Members: 0


Guests: 257


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