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
Thanks for the clarification Dayne. Wouldn't this create a new title AND a new link? I'm trying to have one "title" with multiple "links" under that one title, kind of like a menu.
Hallelujah! It's a lot simpler to use now Dayne, thanks for taking the time to make the extension AND the how to guide. I didn't even realize how much I needed this until I installed it lol
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
Ok, I understand what's going on. I will try to fix it all in a new update. In the mean time I will show you how to manually turn off the extension.
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.
Thanks a lot Dayne, I didn't bother disabling the extension because I knew you'd be on top of it.
I'll test 1.5.1 in just a moment, I have a feeling it'll work like a breeze.
And Thanks for all the help! You don't need to apologize for anything, this is generally how the open source development process works :)
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.