smf versions without pm-email system

Started by lokasgr, November 27, 2012, 06:46:06 AM

Previous topic - Next topic

lokasgr

Hi i would like to ask if exist a way to receive a latest version of 2.0 without e-mail and pm system on it.

Thank you first for your answers. :)

mrintech

Nope

Although, you can always disable PMs and Email Notifications from Permissions for ALL: http://wiki.simplemachines.org/smf/Permissions#List_of_Permissions

kat

You can use "Permissions" to deny Personal messages.

lokasgr

noit does't work because on my site it exist pm system and forum is indegrated on same db.
So when im trying to send pm inside my website opens into smf. So if my smf doesn't have pm system will work only as readed post forum.

if u get what i mean.

sorry for my english.

Kindred

you know, it helps if you actually give all the information to start with, rather than feeding it to us in a trickle.

What software is your main website running?
why would it not work to disable the PMs in SMF by removing permissions for every group?
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

lokasgr

is ok m8!!

don't bother...np.


topic closed,the better will was nice if exist a version without pm system.

Thank you all guyzz for your answers.

Kindred

we have already stated - you can TURN the PMs OFF by setting all PM permissions to DENY.

you could also even remove the PM actions from the index.php array...


but rather than insisting you know what needs to be done (which you obviously do not) why don't you try explaining what you are TRYING to do (and why) and we can help you come up with an actual solution rather than trying to back into a preconceived (and probably incorrect) assumption.
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

emanuele

My guess is that he is using SMF personal message system (maybe even the page) and he wants to simply remove the menu button...or some other "template/decorative" things.


Take a peek at what I'm doing! ;D




Hai bisogno di supporto in Italiano?

Aiutateci ad aiutarvi: spiegate bene il vostro problema: no, "non funziona" non è una spiegazione!!
1) Cosa fai,
2) cosa ti aspetti,
3) cosa ottieni.

Kindred

that's a possibility that I had not considered emanuele. Interesting...

Which is why I indicated that he really needs to tell us all the details rather than asking about a piece here and a piece there but then telling us we're wrong because he didn't mention this other piece.
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

lokasgr

guyzzz thnx a lot for your intersting to help but i know well no one in smf community will help.

Im running xbtit tracker with integrated smf 2.0, and the main script have php mailer, also and smf, is integrated on same db and works both, but when we want to open a pm inside from main site it opens on smf for reeding and reply.
Thats why i ask if exist a version without mail system. if exist a version like this then no problem will exist.


Thats all!

As i said thnx a lot any way!

Kindred

why do you say no one will help? It would appear that we are TRYING to help.

The only reason that the external PM system would open in SMF PM is if you are using the SMF PM action.
index.php?action=pm

if you are not using that action, then it should not be accessing the smf pm system.

that being said, I am unsure why you don't think that turning permissions off won't work...
Quote from: Kindred on November 27, 2012, 09:30:36 AM
you could also even remove the PM actions from the index.php array...
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

lokasgr

thnx a lot kindred!!

where is this index,php?action php=pm??

on smf and if yes where?

Kindred

index.php?action=pm is the action that calls the SMF PM system. It's up there in the main menu and in every post.

As I (and others) have said multiple times.
If you go into the permissions system and set the PM permissions to DENY for each and every membergroup, then it will no longer display a link in the main menu and will no longer display a link in the posts and will reject any attempt for the user to access action=pm.

action=pm is defined as a valid action in the action array, which is part on index.php
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

lokasgr

when i try and unpick the pm from permissions in main site when i press to read the test pm it open into forum pm inbox with forbid i don't have permissions.

Kindred

see.... this is why we need ALL the information.

Your system is obviously calling THE EXACT SAME ACTION as SMF.   This is wrong...  Something is seriously misconfigured on your system
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

emanuele

Quote from: Kindred on November 27, 2012, 09:52:11 AM
why do you say no one will help? It would appear that we are TRYING to help.
Let's make another guess: he runs xbtit tracker that is a torrent tracker.
I think there are some topics where team members refused to (or at least ignored) requests from warez and alike sites, I may imagine he is running a warez tracker integrated with SMF and so he doesn't expect help.

Quote from: lokasgr on November 27, 2012, 10:13:40 AM
thnx a lot kindred!!

where is this index,php?action php=pm??

on smf and if yes where?
index.php, search for that line:
'pm' => array('PersonalMessage.php', 'MessageMain'),

Quote from: Kindred on November 27, 2012, 10:36:10 AM
As I (and others) have said multiple times.
If you go into the permissions system and set the PM permissions to DENY for each and every membergroup, then it will no longer display a link in the main menu and will no longer display a link in the posts and will reject any attempt for the user to access action=pm.
If the two scripts collide with the same action and SMF "wins", even denying PMs on the SMF side, will not pass the execution to the other script, it will show a "you are not allowed" message.


Take a peek at what I'm doing! ;D




Hai bisogno di supporto in Italiano?

Aiutateci ad aiutarvi: spiegate bene il vostro problema: no, "non funziona" non è una spiegazione!!
1) Cosa fai,
2) cosa ti aspetti,
3) cosa ottieni.

Kindred

yup...  I just figured out the collision based on his last message.
However, I can not image why they would collide, unless something is misconfigured.
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

lokasgr

i see.it  seems is very complicated because i don;t know what php files into main site calls the pm function to ripoff the smf link.

lokasgr

thx a lot guyzz this is hudge problem for all xbtit users but our coders can't fix this. or they boring.

lol!

and this is for a lot of years now.

thnx a lot guyzz!!
maybe some one of you want to run a tracker and integrate smf so if have this knowledge he can fix this part.

emanuele



Take a peek at what I'm doing! ;D




Hai bisogno di supporto in Italiano?

Aiutateci ad aiutarvi: spiegate bene il vostro problema: no, "non funziona" non è una spiegazione!!
1) Cosa fai,
2) cosa ti aspetti,
3) cosa ottieni.

Advertisement: