Results 1 to 5 of 5

Quick reply on PM doesn't show smilies

This is a discussion on Quick reply on PM doesn't show smilies within the Bug Reporting forums, part of the vBSEO SEO Plugin category; Hi, quick reply on Private Messages doesn't show my custom smilies. This is caused by vBSEO because i rewrite URL ...

  1. #1
    Member
    Real Name
    Fabio
    Join Date
    Oct 2007
    Posts
    68
    Liked
    4 times

    Quick reply on PM doesn't show smilies

    Hi, quick reply on Private Messages doesn't show my custom smilies.
    This is caused by vBSEO because i rewrite URL of PM's and so it gives a different path to relative urls of smilies.

    I have this trouble in vBulletin 3.8.0 and 3.8.1.

    I post a screenshot of that.
    Attached Thumbnails Attached Thumbnails pm.jpg  

  2. #2
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,100
    Liked
    622 times
    Blog Entries
    4
    Does it work correctly when you have vBSEO disabled from vBSEO CP
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  3. #3
    Member
    Real Name
    Fabio
    Join Date
    Oct 2007
    Posts
    68
    Liked
    4 times
    Yes it works correctly disabling vBSEO from vBSEO CP.

    Path of smilie is not absolute (images/smilies/smile.gif) and URL of the page is rewrited by vBSEO (this is the url http://forum.mysite.com/pm/message-358622/).

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    Hello,

    what is the CRR you use? Try to use not "folder-like" CRR instead.

  5. #5
    Member
    Real Name
    Fabio
    Join Date
    Oct 2007
    Posts
    68
    Liked
    4 times
    Okay with not "folder-like" CRR it works

    Now i'll use this one:

    Code:
    '^private\.php$' => 'mp/'
    '^private\.php\?do=trackpm' => 'mp/traccia.html'
    '^private\.php\?do=editfolders' => 'mp/cartelle.html'
    '^private\.php\?do=newpm$' => 'mp/nuovo.html'
    '^private\.php\?do=newpm&u=(\d+)' => 'mp/nuovo-a-$1.html'
    '^private\.php\?do=showpm&pmid=(\d+)$' => 'mp-messaggio-$1.html'
    '^private\.php\?folderid=(.+?)$' => 'mp/cartella-$1.html'

Similar Threads

  1. Replies: 1
    Last Post: 06-21-2008, 05:05 PM
  2. Quick Reply Hang/Advanced Reply = 404
    By Rogue in forum Troubleshooting
    Replies: 4
    Last Post: 01-08-2008, 01:34 PM
  3. Bug with quick reply/reply
    By shakes in forum Bug Reporting
    Replies: 6
    Last Post: 07-19-2006, 05:13 PM
  4. quick reply
    By croportal in forum Troubleshooting
    Replies: 6
    Last Post: 03-02-2006, 08:33 PM
  5. Bug... Smilies not showing on Ajax Quick Edit
    By rob in forum Bug Reporting
    Replies: 9
    Last Post: 11-12-2005, 04:36 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •