1
Universe
Re: newbb pro
  • 2004/5/16 7:17

  • Universe

  • Just popping in

  • Posts: 13

  • Since: 2003/12/25


Can you tell me more information? Exp: What can I do first?
Im using Forum version 1. I upload module NewBB_Pro to my host and how can I upgrade It?

How can I do with my Database?

plzzz, help me. Thanks a lots!!!



2
Universe
Re: newbb pro
  • 2004/5/15 1:58

  • Universe

  • Just popping in

  • Posts: 13

  • Since: 2003/12/25


Oh.....Help me!

- Install: ok
- Create DB: ok
- DIsplay: ok
but...when I import my current database (5MB) and refresh for display new forum, It's notify: Error!

I checked all query SQL, I saw some table that don't have in my old DB. Exm: Table xoops_bb_whoisonline, xoops_bb_forum_group_access.

When I import one by one table.
- xoops_bb_categories: ok
- xoops_bb_forum_access: ok
- xoops_bb_topics: ok
but table xoops_bb_forum_mods cann't create. It didn't talk anything and display ERROR in the Forum page.

Can anyone help me? Tell me how about that.

Thanks a lot!



3
Universe
Add quick reply and Tools for Moderator?
  • 2004/4/20 3:49

  • Universe

  • Just popping in

  • Posts: 13

  • Since: 2003/12/25


How can I add quick reply and Moderator's tools into my site using xoops.

- Thi's mean under every topic, all member was login can post unwanted click Reply Button. Simplify and economize the time when they're answer for poster.

- About Moderator Tools. I want to provide some tools for them. Example, I allow they can Edit, Delete and I want to add 2 button to do this. It's same admin button, but admin button has all forum. Moderator only allow in this forum which they're control.

- Continue I was creat a private forum for my Moderator discuss. How can it hide? Only moderator can see this forum when they were login (of cos) and all normal member cannt see it. (To avoid the curious).

Thanks first.



4
Universe
Create a block "Total"?
  • 2004/2/10 3:31

  • Universe

  • Just popping in

  • Posts: 13

  • Since: 2003/12/25


Hi everyone!
I found everywhere in System Admin --> Blocks and I don't saw this block I want.

So, I created a PHP block and insert PHP code. This code will print Total user, Total user inactive. That code below.

global $xoopsUser,$xoopsDB;

if(
$xoopsUser){
$sql "SELECT count(*) FROM ".$xoopsDB->prefix('users');
list(
$count) = $xoopsDB->fetchRow($xoopsDB->queryF($sql));
echo 
"<b>$count</b> Members <br>";

$sql "SELECT count(*) FROM ".$xoopsDB->prefix('users')." WHERE  level =0";
list(
$count) = $xoopsDB->fetchRow($xoopsDB->queryF($sql));
echo 
"<b>$count</b>: Inactive <br>";
}


Then, I want to write more code for print Total post and Total Thread. Someone can help me....



5
Universe
Re: Bug login!
  • 2004/1/13 7:12

  • Universe

  • Just popping in

  • Posts: 13

  • Since: 2003/12/25


Cookies, uh it's enable cookies? But almost all user user cookies.

I don't allow retain user/pass after login.



6
Universe
Bug login!
  • 2004/1/13 6:37

  • Universe

  • Just popping in

  • Posts: 13

  • Since: 2003/12/25


I using XOOPS for my site. One day, a member contact to me and report to me a bug. I don't understand about it. So, I post it into area and waiting for your help.

My member have a nick, electronic_boy, and he actived. But, when he come back my site and login with his nick, my site notify: "Thank you for login in, electronic_boy". Instant, my site notify: "Sorry, you don't have permission to access this area", and it open userprofile page. However, on site don't have right block, left block as a whole it don't have everything except 3 button: Edit profile, Avatar and Logout.

I trying to learn about the facts. And if you have the same problem, plz help me.

Thanks for your read ...



7
Universe
Module Virtual shop-bank?
  • 2004/1/13 6:23

  • Universe

  • Just popping in

  • Posts: 13

  • Since: 2003/12/25


I want to find module virtual shop-bank, but I don't know where I can find it.

It's same module of phpBB or IBF. That's you'll have some virtual money when you post any article. You can user this money to buy something with virtual shop. Items for your buy is animal, car images ...v.v...

So, if everybody know about this module, plz help me.

Thanks so much.



8
Universe
Re: A question about Module
  • 2004/1/8 9:50

  • Universe

  • Just popping in

  • Posts: 13

  • Since: 2003/12/25


OH! haha, Your code's run very good. Thank you very much.



9
Universe
Re: A question about Module
  • 2004/1/8 9:38

  • Universe

  • Just popping in

  • Posts: 13

  • Since: 2003/12/25


Oh, thanks kahumbu. I'll try it.

It's a best solution that I want to find.



10
Universe
Re: A question about Module
  • 2003/12/31 5:04

  • Universe

  • Just popping in

  • Posts: 13

  • Since: 2003/12/25


Quote:

Stewdio wrote:
The only other option I have for you is to use the recent downloads block in an out of the way place. What this will do is show users what been downloaded lately but not allow them to download because of your group settings for the downloads.


Thanks Stewdio!
I think it's only solution and I'll carry it.




TopTop
(1) 2 »



Login

Who's Online

235 user(s) are online (184 user(s) are browsing Support Forums)


Members: 0


Guests: 235


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