1
arie1985
Blocks don't show up
  • 2010/4/26 7:39

  • arie1985

  • Not too shy to talk

  • Posts: 139

  • Since: 2006/6/30


Hi everyone,

A friend of mine is asking, he has a website and all the blocks don't show up, the forum module works fine because it's module but no blocks show up in his Xoops website.

Are you familiar with this problem?
Do you know what can be done to fix it?



2
arie1985
Re: Change the registration form in Xoops
  • 2010/3/16 18:03

  • arie1985

  • Not too shy to talk

  • Posts: 139

  • Since: 2006/6/30


Thank you, do you have a link for it?



3
arie1985
Change the registration form in Xoops
  • 2010/3/16 16:50

  • arie1985

  • Not too shy to talk

  • Posts: 139

  • Since: 2006/6/30


Hi there,

Is it possible to change the Registration Form in XOOPS and edit the fields that the user needs to fill out when registering?

Appreciate your help and advice in this matter.



4
arie1985
Re: Transferring PMs from one user to another
  • 2009/11/10 11:34

  • arie1985

  • Not too shy to talk

  • Posts: 139

  • Since: 2006/6/30


I found how to do it using the PHPMYADMIN, very simple SQL, even if you dont know SQL just follow these easy steps:

1) Assume the admin is user ID 1, and you create a new user to transfer the PMs to him, let's refer him as Archive and his user ID is 5000.
The user Id is shown on the profile of each XOOPS user, just as if you would click on my username in this website (Xoops.org) then you will see my user ID is 50673.

2) Go to PHPMYADMIN

3) Choose the "xoops_priv_msgs" (left tab)

4) Click on SQL

5) Type the following command:

UPDATE `xoops_priv_msgs` SET `to_userid` = "5000" WHERE `to_userid`= 1

That will transfer all the PMs from Admin(1) to Archive(5000).

That's it!

If you want to transfer ONLY read messages so unread messages will remain in the Admin's inbox then just type it this way:

UPDATE `xoops_priv_msgs` SET `to_userid` = "5000" WHERE `to_userid`= 1 and `read_msg` = 1

The `read_msg` field is 1 for read messages and 0 for unread messges.

Goodluck



5
arie1985
Transferring PMs from one user to another
  • 2009/11/10 8:52

  • arie1985

  • Not too shy to talk

  • Posts: 139

  • Since: 2006/6/30


If the admin user is flooded with lots of old PMs, can he transfer the old PMs to a new "archive" user? I heard a such thing is possible but I'm not sure how to do it.

Any advice?

Thanks!



6
arie1985
Re: Assigning moderators in forum PHPBB2
  • 2008/5/27 1:10

  • arie1985

  • Not too shy to talk

  • Posts: 139

  • Since: 2006/6/30


Solved the problem.

The forum must have at least 1 thread to show its moderators.



7
arie1985
Enable user moderation - CBB
  • 2008/5/27 0:56

  • arie1985

  • Not too shy to talk

  • Posts: 139

  • Since: 2006/6/30


What does it mean in the CBB Preferences - "Enable user moderation"?



8
arie1985
Assigning moderators in forum PHPBB2
  • 2008/5/26 23:46

  • arie1985

  • Not too shy to talk

  • Posts: 139

  • Since: 2006/6/30


How do I assign users to be moderators in specific forum only? When I choose them to be mods they don't show up as mods.
Any idea how to make them show up as mods for that specific forum but without having access as admin, only as mod for that specific forum?



9
arie1985
Forum Module PHPBB
  • 2008/5/2 18:17

  • arie1985

  • Not too shy to talk

  • Posts: 139

  • Since: 2006/6/30


What's the meaning of those ratings??

Resized Image

Thanks



10
arie1985
Re: Simple form - how to use?
  • 2008/4/13 16:52

  • arie1985

  • Not too shy to talk

  • Posts: 139

  • Since: 2006/6/30


Thanks mate!




TopTop
(1) 2 3 4 ... 14 »



Login

Who's Online

258 user(s) are online (178 user(s) are browsing Support Forums)


Members: 0


Guests: 258


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