Go Back   Pligg Forum > Pligg Development > Bug Report
Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-08-2008, 05:29 AM
AnAlienHolakres3's Avatar
AnAlienHolakres3 AnAlienHolakres3 is offline
Send a message via ICQ to AnAlienHolakres3
Pligg Developer
 
Join Date: Jul 2007
Location: Prague
Posts: 117
Downloads: 24
Uploads: 1
Thanks: 7
Thanked 108 Times in 40 Posts
[SOLVED] Simple messaging bug

I have discovered problem with sending message in Simple messaging module v 0.1.

Affected users:
Users who translated lang.conf for this module to NON english language.

Symptoms:
Message can not be send - blank page appears and nothing happens.

Reasons:
In compose.tpl is set value of submit button to {#PLIGG_MESSAGING_Send#} which reffers to lang.conf. In english there is "send" but in non-english language there is something else.
And there is the problem, because in simple_messaging_main.php file there is condition based on this value and if it changes, it will fail.

Solution:
Replace original code in compose.tpl:
Code:
<input type = "submit" name="view" value="{#PLIGG_MESSAGING_Send#}" tabindex="3">
with:
Code:
<input type = "submit" value="{#PLIGG_MESSAGING_Send#}" tabindex="3">
  <input type = "hidden" name="view" value="send">
__________________
=Everything that has a beginnig has an end=
=Nevere stop fighting=

Site: http://www.vselink.org
Reply With Quote
The Following 2 Users Say Thank You to AnAlienHolakres3 For This Useful Post:
Sponsored Links
Check out the New Modules at the Pligg Pro Shop.
  #2 (permalink)  
Old 02-22-2008, 09:16 AM
pheal pheal is offline
New Pligger
Pligg Version: 9.9
 
Join Date: Feb 2007
Posts: 22
Downloads: 9
Uploads: 0
Thanks: 5
Thanked 0 Times in 0 Posts
Thanks a lot for helping me fixing this problem! I had the same issue and couldn't figure out how to solve it.
Reply With Quote
  #3 (permalink)  
Old 05-10-2008, 03:43 PM
pliggit pliggit is offline
Pligg Donor
 
Join Date: Dec 2006
Posts: 5
Downloads: 33
Uploads: 0
Thanks: 0
Thanked 0 Times in 0 Posts
Many thanks!
Reply With Quote
Reply



Thread Tools
Display Modes
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Similar Threads
Thread Thread Starter Forum Replies Last Post
Simple Messaging in Pligg v 9.8 and lower AnAlienHolakres3 Pligg Tutorials 0 02-08-2008 02:18 AM
Simple Vote Link? reteep Pligg Mods 2 06-18-2007 11:24 AM
Private Messaging v0.1 Sadmir "yget" 1 04-22-2007 12:53 AM
RSS importer and messaging olympist Bug Report 0 01-05-2007 03:54 AM
Private Messaging Mass Message The Humanaught Pligg Mods 0 12-25-2006 09:52 AM


LinkBacks Enabled by vBSEO 3.0.0