#Item_1
Hi,
I have recently installed the following plugins:
1. ImageUpload & Enabled
2. BulkInvite but Disabled
Probably after the installation of these two plugins, I see #Item_1 after each dicussion -> site.com/discussion/1236/thread#Item_1
How can I disable the #Item_1 from viewing after the permalink?!
Thank you in advance
Best Answer
-
hgtonight MVP
@ahmedaladdin said:
http://forum.website.com/discussion/548/porst-discussion#Item_5The above is exactly what i see in every discussion
So... setting
$Configuration['Vanilla']['Comments']['AutoOffset'] = FALSE;
didn't work at all?You made this seem like and intermittent issue.
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
1
Answers
@vrijvlinder please help
Please Disable all of the plugins and enable one by one to find the real culprit. Delete the cache items . A link to see it would help too.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
What version of Vanilla are you using?
Add Pages to Vanilla with the Basic Pages app
Version 2.0.18.4
Please update to 2.0.18.8 make sure you back up first.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
I have made some deep integration with wordpress in terms of user registration, sync, etc. Will the update effect that?
Like @vrijvlinder said, please upgrade to 2.0.18.8. It's important for many reasons, including better security. If you haven't modified the core files, the upgrade from 2.0.18.4 to 2.0.18.8 should not affect your deep integration with WordPress. Here is a tutorial on upgrading: http://vanillawiki.homebrewforums.net/index.php/Upgrading
Vanilla 2.0 uses
#Item_ID
to bring you to the latest comment of a discussion that you've read.You can disable this functionality by doing the following.
Open
/conf/config.php
and search for the following line. If the setting exists, then changeTRUE
toFALSE
.If the setting doesn't exist, then you can add the setting like so:
Add Pages to Vanilla with the Basic Pages app
Thank you very much @Shadowdare and @vrijvlinder.
Sometimes, the #Item_1 appears and sometime it disappear!!!
Plugins may construct links with the assumption auto offset is enabled.
To help debug this issue, please note on what pages you are getting the offset and where that link is located.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
In every discussion I get that
i want to disable the auto scroll down to the comment @hgtonight
Emphasis added.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
http://forum.website.com/discussion/548/porst-discussion#Item_5
The above is exactly what i see in every discussion
So... setting
$Configuration['Vanilla']['Comments']['AutoOffset'] = FALSE;
didn't work at all?You made this seem like and intermittent issue.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
@hgtonight Thank you very much. This has potentially solved this issue