The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
we were disabled all the rewrite rules for email, but blank email still sent when PM arrived.
the DBSEO team said that it's unlikely the issue is in DBSEO, as DBSEO will not change the content of the email if email rewrite rule is disabled. i saw that when im changing the user language to english it sent the email correctly. maybe i can change something in the code that email will sent with english lang template and not hebrew. this should fix the issue. can you help with this? thanks, Dooby |
#12
|
|||
|
|||
Did you check in the phrase manager to see if there is a hebrew phrase 'pmreceived' (in the Email Body Text group)? If there isn't it should fall back to using the default language, but I suppose if there was a blank phrase there it might end up blank.
Otherwise, you could try a plugin using hook location pmdata_postsave_recipient and code like this: Code:
$touserinfo['languageid'] = -1; |
#13
|
|||
|
|||
thanks,
but it doesnt work. still receiving empty email for PM messages thanks, Dooby |
#14
|
||||
|
||||
Quote:
Where did you get your Hebrew language pack and what version of vbulletin is it for? And what version of vbulletin are you running? |
#15
|
|||
|
|||
lets start from beginning.
1. i had vbulletin 3.8.7 and decided to upgrade to 4.2.2. the encoding wasnt utf8 (i dont remember the encoding). anyhow after the upgrade the db were damaged because vbulletin upgrading works only with utf8. also vbulletin upgrade support center failed upgrading it i took DBA to help me convert all the DB to utf8 before the upgrade. after that i was upgraded the forum to 4.2.2 and it works (the current version) 2. before the upgrade i used vbseo and used some redirection rules, so because vbseo dosnt supporting 4.x.x, i was installed DragonByte SEO and rewrite the URLs of the threads and posts. 3. i had many issues after the upgrade. cache issues, damaged styles, etc. currently the last issue(i hope) that i have is the issue with private messages. now for the problem and the workaround: the problem is that all my users getting blank emails when they receiving private messages during my tests i found the following: users that changed personal forum view from hebrew to english get the private messages emails in english. i dont want to change the forum language because 90% of my users are israelis, so i think changing just the email language will fix this issue. details: forum: vbulletin 4.2.2 SEO: DragonByte SEO : email rewrite disabled style: primus http://themeforest.net/item/primus-a...-suite/3321272 language: Hebrew main default , english secondary hebrew translation: wizcraft.info thanks, Dooby |
#16
|
||||
|
||||
First off, upgrading works just fine if your database isn't utf-8. I'm not sure who told you otherwise.
Anyway, if you go to Languages & Phrases > Language Manager and click to edit the language, what is the Language Code and HTML Character Set for both the English and the Hebrew languages? |
#17
|
|||
|
|||
hi,
regarding the upgrade no one told me. i tried to upgrade my forum at least 10 times and every time the data were corrupted. currently im using unly utf-8 for both english and hebrew thanks, Dooby |
#18
|
|||
|
|||
please help with this.
my users still getting empty emails. thanks, Dooby |
#19
|
||||
|
||||
What is the translation of the phrase, pmreceived?
|
#20
|
|||
|
|||
Hi,
copied the english version to the hebrew : DO NOT REPLY TO THIS EMAIL! *************************** Dear $touserinfo[username], You have received a new private message at $vboptions[bbtitle] from $fromusername, entitled "$plaintext_title". To read the original version, respond to, or delete this message, you must log in here: $vboptions[bburl]/private.php This is the message that was sent: *************** $plaintext_message *************** Again, please do not reply to this email. You must go to the following page to reply to this private message: $vboptions[bburl]/private.php All the best, $vboptions[bbtitle] |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|