![]() |
| | LinkBack | Thread Tools | Display Modes |
| ||||
| [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"> 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 |
| 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.
|
| |||
| Thanks a lot for helping me fixing this problem! I had the same issue and couldn't figure out how to solve it. |
![]() |
« Previous Thread
|
Next Thread »
| Thread Tools | |
| Display Modes | |
| |
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 |





Linear Mode

