Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
CustomSideBarLink
CustomSideBarLink
0
Comments
I took a look at the default.php file in a word editor, but how do I make the link open in the same window as opposed to a new window?
And also, how do I add more than one link?
target=\"_blank
to
target=\"_self
Be careful with the quotes.
As for your other question, it's answered inside the PHP file...
/* Type the page name in quotes. For multiple pages seperate them with a comma as shown. To have your side bar on all pages delete this entire section (Everything between the top and bottom lines of ~~) (leave the ~~) */
Notice in default.php there are tags "BEGIN LINK" and "END LINK" both of which in case code.
Just copy from "BEGIN LINK" with all the code to "END LINK"
For instance, you would be copying:
/* BEGIN LINK */
CODES
/* END LINK */
Once you select all that go down after END LINK a few spaces and paste it, then edit it like you would the first link. You will also add a 2 following both of the "TITLE" and "LINK" texts in the body of your 2nd link. And do the same for your 3rd and 4th links.
This is all explained in the 1.0.2 update
Hope this help, if there are any other q's or issues let me know
And Again, sorry for the confusing editing
For other rookies who install this, keep in mind that there is two of "LINK#" that you have to change for each link.
Notice: Undefined variable: Panel in /mnt/w0308/d17/s41/b0277ee6/www/bhangratune/extensions/CustomSideBarLink/default.php on line 20 Fatal error: Call to a member function AddList() on a non-object in /mnt/w0308/d17/s41/b0277ee6/www/bhangratune/extensions/CustomSideBarLink/default.php on line 20
Step One: Open your FTP program and load your forum.
Step Two: Open the folder "conf"
Step Three: Download the file "extensions.php"
Step Four: Open that file in NotePad or WordPad
Step Five: Search for and find this line of code:
include($Configuration['EXTENSIONS_PATH']."CustomSideBarLink/default.php");
Step Six: Delete that line entirely, leaving no space.
Step Seven: Delete the "CustomSideBarLink" folder from your extensions folder
After all this the extensions has been completely erased and you should now be able to log in.
I will have a fix for this issue in version 1.5.1 coming out shortly.
I'm glad the guide worked for you and im sorry about this minor inconvenience.
I can login and logout...Ernesto, uninstall the extension and try doing a fresh install by using the newest version.