pavforall
Forum Replies Created
-
thanks
Hi Wayne,
Thanks for your reply. I was thinking about some solution that will let
me to fix these problems. Could you please let me know where this message is generated? I only found it in the pot file, but could not find it in any php.Nothing with modification required, it is just about to identify the hook that enables this menu.
Thanks
Regards
PawelForum: Plugins
In reply to: [Postie] Video files as links onlyHi Wayne,
I added following code into postie-functions.php after line 826 in the last version:
if (preg_match(“/.3GP\$/i”, $part->d_parameters[“filename”])) {
$part->ctype_primary = “video”;
$part->ctype_secondary = “quicktime”;
}and it works as a charm:)
let me know if we could get this in standard release?
Maybe you could add to postie functions some hook that could be called
from custom plugins and filter these values?Thanks for all help
Regards
PawelForum: Plugins
In reply to: [Postie] Video files as links onlyHi,
debug is good opton. I found the issue, lack of space in the Video 1 file types. All good for quicktime.I tried adding applicatio to supported mime types and octet-stream to Video 1 file types however it does not help.
Could you please suggest what needs to be modifed (hope not postie files) to support 3GP? The file i am tryign to send is Blackbery vido file (no sure why it is recognized as applicatio/octet-stream).
Thanks
Regards
PawelForum: Plugins
In reply to: [Postie] Video files as links onlywel… I added quicktime and now the post is added without
attachement ๐by telling “change your system” you mean modify postie or how viedo are created?
thanks
Regards
PawelForum: Plugins
In reply to: [Postie] Video files as links onlyHi Wayne,
Replied via mail.
Cheers
Regards
PawelForum: Networking WordPress
In reply to: user-new.php – ajax form when no super adminstandard blog admin (person who can invite new users to blog).
Forum: Plugins
In reply to: [Postie] Postie tablesthanks
Forum: Plugins
In reply to: [Postie] Postie menu – hidethanks
Forum: Plugins
In reply to: [Postie] Postie menuthanks
Forum: Networking WordPress
In reply to: user-new.php – no mailin some cases wp_mail getยดs crazy. Could not find anything in server logs.
I added filters to change from and mail from fields and it works now.
however it was very strange.Thanks fro all replies.
Forum: Networking WordPress
In reply to: user-new.php – no mailit looks like there is a problem with wp_mail
I changes code (unfortunately) and instead of calling everything in
wp_mail I used wp_mail( $mail_to, $subject, $message2, $headers );
and set variables separately. It worked then with no issue.
very strange.It always work for first blog.
strangeForum: Networking WordPress
In reply to: user-new.php – no mailone more thing: if I am network admin I can indicate option to add user without confirmation mail and then user is added with no issue.
Forum: Networking WordPress
In reply to: user-new.php – no mailHi,
I just have update, I can add users only to the first blog created before network activation. All blogs created after network was activated does not support this option. Please be aware that I set Allow site administrators to add new users to their site via the “Users โ Add New” page. however it does not work. Any hints?
Thanks
Regards
PawelForum: Plugins
In reply to: [Postie] Postie menuhi, ho I just do not want to have this visible for users at all.
is there any hook I could use or shall I modify the code?Thanks