The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#1992
|
|||
|
|||
I have a little problem, it seems that the symbol "€" don't want to appear in the shoutbox, have you the same problem too ? Is there a way to fix that ?
Thanks |
#1993
|
|||
|
|||
Hello, my members suggested me to put somewhere a link to the smilies.
So, i think there is somethink that we do not use, the word "emotions" when smlies button is clicked. http://img85.imageshack.us/my.php?image=picture4ag0.png You can edit the template forumhome_vbshout and find the word Emoticons, it is in the 13th line in the default template You can replace that with: Code:
<a href='http://www.MYSITE.com/forum/misc.php?do=showsmilies'>Emoticons</a> |
#1994
|
||||
|
||||
version 5.0 of shout?
|
#1995
|
|||
|
|||
Great modification!
|
#1996
|
|||
|
|||
Hi guys,
It's seem that I intalled it perfectly except that the smiles don't appear on the shoutbox panel. What maybe the cause why smilies don't appear? Thanks |
#1997
|
|||
|
|||
My host made me take this out because they said the server load was to high. Now we are all depressed. Anyone know of any good host that will let me run this?
|
#1998
|
|||
|
|||
Quote:
|
#1999
|
|||
|
|||
Quote:
Yeah, after checking with several other hosts this morning. I realize this. No one seems to want this or any other real time chat applications. Oh well. Reluctantly clicking uninstall. :cry: |
#2000
|
|||
|
|||
This post replaces my previous post on this subject, which I have (or will very shortly) edit to include a pointer direct to this post. Please see the bottom of this post for a bug fix to the original post.
BEGIN PREVIOUS POST: Not seen this fix mentioned in the past 30 or so pages, nor does it come up on a thread search, so hopefully this is useful to some of you. The Apostrophe Bug The problem is that when you type a shout with one or more apostrophes in it when you go to edit that shout only the text up to but not including the first apostrophe appears. This is because, behind the scenes, the shouts are held in blocks delimited by apostrophes... so an apostrophe in the text truncates the result returned. I've been running this hack-fix for around a week on a live board that receives 1000 or so shouts per week and I've not had any trouble. In vbshout.php, on approx line 223, find: PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
Please note that I've used the various fixes (and fixes of those fixes) to remove the injection issues highlighted by staffers here. If you're getting " instead of " in your shoutbox then you've probably not applied the fixes described in this thread on the posted "fixed" vbShout code and you probably should not use this hack-fix until you have. Please let me know if you have any problems with this fix. (ZT seems to be on indefinite leave so I've bypassed the bug reporting / waiting for response cycle so that people can try this out. I hope I don't offend anyone by this!) END PREVIOUS POST. BUG FIX (24 July 2006) I discovered that there is an issue. Roughly, the issue occurs when you post a shout that has apostrophes, then go to edit it, submit that edit (which also has apostrophes in it) and then edit it again. The second edit retains the original apostrophe bug. This is because the AJAX edit was not also protected in the same way as the original shout. The changes below should resolve this issue. In vbshout.php, on approx line 518. find: PHP Code:
PHP Code:
PHP Code:
PHP Code:
Let me know if you have any issues with it! |
#2001
|
|||
|
|||
Thanks for the bugfix.
The only thing I've done differently is to change the ' symbol to " &_#39;" (added an underscore cuz the post converts it to an apostrophe) because I read somewhere that ' may not work in IE. I've also come across an issue (not related to the Apostrophe fix) where normal users can't edit or delete their own shouts. It appears to work, but nothing happens. If this is happening to you, here's the fix: Edit vbshout.php: In the function: Code:
// --------------------------------------------------- // AJAX Edit Shout // --------------------------------------------------- PHP Code:
PHP Code:
Code:
// --------------------------------------------------- // AJAX Delete Shout // --------------------------------------------------- PHP Code:
PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|