1
diginin
Re: Newz Board Back In Print!!!!!!!!!!!!!!
  • 2006/4/8 7:38

  • diginin

  • Just popping in

  • Posts: 10

  • Since: 2006/3/22


This is one of the best types of web sites that can be made. Taking a little from ones own information and combining that with the information of others has always been the secret to success.

"The giants of today stand on the backs of the midgets from yesterday"

"Real Genius is the effective use of available resourceses"

I wish I could master the use of templates under XOOPS for my website. I will have to try, try again. Keep up the good work.

XOOPS Rocks!



2
diginin
Re: A local portal using Xoops - www.davisol.com
  • 2006/4/8 7:16

  • diginin

  • Just popping in

  • Posts: 10

  • Since: 2006/3/22


Nice site, how did you get your own toolbar. I am managing an intranet site, and would like to integrate this type of technology in our company web site. This would be really great if the employees could have such functionality.



3
diginin
A work in progress! Am I worthy?
  • 2006/4/8 7:11

  • diginin

  • Just popping in

  • Posts: 10

  • Since: 2006/3/22


I am woking on a per family based communication platform to connect families like mine which are seperated due to globalization.

Here is the beginning.

The all beasley network - Family Edition

Please take a look.



4
diginin
Re: Private Messaging
  • 2006/3/29 6:29

  • diginin

  • Just popping in

  • Posts: 10

  • Since: 2006/3/22


For version 2.2,

I did a PM hack wich allows only Webmasters to send PM's while allowing all other users to received PM's. This is here https://xoops.org/modules/newbb/viewtopic.php?topic_id=48192&forum=15 but it has the problem that the user must be a webmaster. The code that I changed just blends out the button when the user is not defined as isAdmin. When some one can tell me where this is defined, maybe I can figure out how to continue to modify this hack.

I am not sure if this is possible in another version. I had to move to 2.2, becuase we also have the problem that the notifcations must come per PM as the employees do not have email, and at the same time, they should not be chatting the entire day.

If anyone has any more help for me, please see my hack and send me a PM or reply to my post.

Depending on your user base, you could use my solution in the meantime simon.

Thanks for the great community. XOOPS ROCKS!



5
diginin
PM Hack - No Send for NonAdmins
  • 2006/3/23 17:29

  • diginin

  • Just popping in

  • Posts: 10

  • Since: 2006/3/22


This was born out of the need to send news notifications to users without allowing them to communicate with one another.

If you find any errors or have any comments please let me know.


Files Involved

viewpmsg.php
readpmsg.php

open viewpmsg.php

find
-------------------------
$send_button = new XoopsFormButton('', 'send', _PM_SEND);

insert before
-------------------------
if($xoopsUser->isAdmin()){

find
-------------------------
pm/pmlite.php?send=1\",\"pmlite\",550,450);'");

insert after
-------------------------
}


find
-------------------------
$pmform->addElement($send_button);

Replace with
-------------------------
if($xoopsUser->isAdmin()){
$pmform->addElement($send_button);
}

open readpmsg.php

find
-------------------------
if($pm->getVar('from_userid') != $xoopsUser->getVar('uid')){

Replace with
-------------------------
if($xoopsUser->isAdmin() && $pm->getVar('from_userid') != $xoopsUser->getVar('uid')){

Then only Admin (standard setting for Webmasters) can send and reply to PM's


Shawn Beasley

The Dig"IT"al Ninja



6
diginin
Re: Private Messages
  • 2006/3/23 16:38

  • diginin

  • Just popping in

  • Posts: 10

  • Since: 2006/3/22


Ahhh... I have found the setting, but it seems that it just will not work to notify the employees about new news without having the PH's available.

Has anyone any mods or ideas?



7
diginin
Re: Private Messages
  • 2006/3/23 16:24

  • diginin

  • Just popping in

  • Posts: 10

  • Since: 2006/3/22


Thanks for the tip. Now I have the problem in version 2.2 that the notifications are not working. But the PM's can now be shut off.

Any Tipps on activating the Notifcations in 2.2?

The problem is the employees have no email, so this must run over the phpmail().

Thanks again for your help.

Shawn Beasley



8
diginin
Re: Private Messages
  • 2006/3/22 17:35

  • diginin

  • Just popping in

  • Posts: 10

  • Since: 2006/3/22


Quote:

sumyog wrote:
Well there's a very simple answer to ur question and that is grouping.

Make different groups on ur website and only allow some groups to accesss Private message module and restrict the access for others.

Well U can easilt change the permissions from the

Admin Panel >> Users >> Groups



Thanks for the fast reply! I have not seen a PM module. I can only shut of the user menu block. Then the user cannot logout without a huge work around.



9
diginin
Private Messages
  • 2006/3/22 16:33

  • diginin

  • Just popping in

  • Posts: 10

  • Since: 2006/3/22


I manage an intranet site for a subsidiary of Lufthansa, and it is not desired that the employees send one another PM's. Is it possible, or is there a mod, that makes it possible to control who can send and receive PN's

Thanks for your help.

Shawn Beasley




TopTop



Login

Who's Online

133 user(s) are online (73 user(s) are browsing Support Forums)


Members: 0


Guests: 133


more...

Donat-O-Meter

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

Latest GitHub Commits