Page 1 of 2 1 2 LastLast
Results 1 to 15 of 25

Quick edit/reply problem

This is a discussion on Quick edit/reply problem within the Troubleshooting forums, part of the vBSEO SEO Plugin category; After upgrading vb to 3.6.4 i am having problems with Quick Edit. After Editing and Saving.The post get edited but ...

  1. #1
    Senior Member
    Real Name
    Dhillon
    Join Date
    Apr 2006
    Posts
    341
    Liked
    1 times

    Quick edit/reply problem

    After upgrading vb to 3.6.4 i am having problems with Quick Edit.
    After Editing and Saving.The post get edited but Quick Edit window remains there.

    the problem is not there when vbseo is disabled.

  2. #2
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    13 times

  3. #3
    Senior Member
    Real Name
    Dhillon
    Join Date
    Apr 2006
    Posts
    341
    Liked
    1 times
    the problem is still there after disabling "Update Services"

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Please open a support ticket with admincp/vbseocp access to check this further.

  5. #5
    Senior Member libertylounge's Avatar
    Real Name
    Ken
    Join Date
    Jul 2006
    Posts
    437
    Liked
    0 times
    Hm, glad I didn't upgrade to 3.6.4 already!
    The Liberty Lounge Political Forums - Our political forums, your two cents.

  6. #6
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    13 times
    There are no problems with 3.6.4 here on vBSEO.com, or on my personal site, so it must be something else causing the issue.

  7. #7
    Senior Member
    Real Name
    Dhillon
    Join Date
    Apr 2006
    Posts
    341
    Liked
    1 times
    its related to "Ads after first post",works fine without the Ad code.
    but the Ad code works fine when i disable vbseo. lol
    Could anyone please share their woking Ads after first post code

  8. #8
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    You should exclude this mod from processing by newreply/editpost scripts to avoid ajax conflicts.
    For instance, if you have this condition in the template mod:
    HTML Code:
    <if condition="!$GLOBALS['FIRSTPOSTID']">
    it should be changed to:
    HTML Code:
    <if condition="!$GLOBALS['FIRSTPOSTID'] AND THIS_SCRIPT!='newreply' AND THIS_SCRIPT!='editpost'" >

  9. #9
    Senior Member
    Real Name
    Dhillon
    Join Date
    Apr 2006
    Posts
    341
    Liked
    1 times
    That Worked,Thanks.

  10. #10
    Junior Member
    Real Name
    Ryan
    Join Date
    Mar 2007
    Posts
    17
    Liked
    0 times
    I'm having the same problem but I can't find where to make this change. Can someone point me in the right direction?

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

    do you have "Ads after first post" mod installed? Replied to your support ticket.

  12. #12
    Junior Member
    Real Name
    Ryan
    Join Date
    Mar 2007
    Posts
    17
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    Hello,

    do you have "Ads after first post" mod installed? Replied to your support ticket.
    After having this problem I went into the vBSEO CP and under vBSEO options where is says "Activate Plugin" I have it set to NO.

    Would this not disable all vBSEO options and put the forum back to normal?

    Sorry for my dumb questions but is "Ads after first post" a seperate mod from vBSEO or is it just a setting in vBSEO?

    I'll try what you suggested in your ticket reply as well shortly.

  13. #13
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Hello,
    Sorry for my dumb questions but is "Ads after first post" a seperate mod from vBSEO or is it just a setting in vBSEO?
    it is a separate mod, not related to vBSEO. The issue reported in this thread is related to that mod, as mentioned in Quick edit/reply problem

  14. #14
    Junior Member
    Real Name
    Dave
    Join Date
    May 2007
    Location
    UK
    Posts
    15
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    You should exclude this mod from processing by newreply/editpost scripts to avoid ajax conflicts.
    For instance, if you have this condition in the template mod:
    HTML Code:
    <if condition="!$GLOBALS['FIRSTPOSTID']">
    it should be changed to:
    HTML Code:
    <if condition="!$GLOBALS['FIRSTPOSTID'] AND THIS_SCRIPT!='newreply' AND THIS_SCRIPT!='editpost'" >

    Hi,

    I've got the first post hack installed, I've changed the above in the postbit template and received an error from VB.

    Code:
    The following error occurred when attempting to evaluate this template:
    
    Parse error:  syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/********/public_html/forum/includes/adminfunctions_template.php(3596) : eval()'d code on line 425
    
    This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.
    Any ideas, will it work okay if I proceed?

    Thanks in advance,

    Dave

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

    most likely something has been entered incorrectly, make sure that you insert the code exactly as it is specified above.

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Quick Edit/Reply Box tool bar
    By rolando in forum Troubleshooting
    Replies: 1
    Last Post: 11-30-2006, 12:58 PM
  2. Problem with print_portal_output
    By soletrader in forum Troubleshooting
    Replies: 1
    Last Post: 09-18-2006, 01:27 PM
  3. Quick Reply Problem
    By Dennis in forum Bug Reporting
    Replies: 3
    Last Post: 11-08-2005, 04:36 AM

Posting Permissions

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