 | |  | |
July 31st, 2005, 11:30 AM
|
#21 (permalink)
| | Ultimate Member Verified Customer
Join Date: Nov 2003 Location: Raleigh, NC
Posts: 1,417
| Re: (3.5) Homepage Link In Navbar
Yep, guess I missed the update.
Thanks
|
| |
August 4th, 2005, 01:56 PM
|
#22 (permalink)
| | Member Verified Customer
Join Date: Nov 2005 Location: England, UK
Posts: 32
| Re: (3.5) Homepage Link In Navbar Quote: |
Originally Posted by Brinnie Hmm...
I applied the hack, but it goes back to my hompage, not my forum.  | If you want it to go to your forum and not your homepage, replace this part of code: Code: Content visible to verified customers only.
With: Code: Content visible to verified customers only.
I believe that should work.. |
| |
August 16th, 2005, 03:44 AM
|
#23 (permalink)
| | Moderator Verified Customer
Join Date: Aug 2005
Posts: 1,231
| Re: (3.5) Homepage Link In Navbar
hmmm... I applied the fix.. and it works fine..
but.. (and I dont know if its related - probably not)
I wanted to go to the vba_admin when i cklick the admin link at the bottom.. it takes me to the vb cpanel though no matter what I set in the option.. Replace Admin CP Link
Its not a major issue.. but.. strange because before applying this fix.. I know I was in there gallery standalone admin at least once
Its really not an issue because i have all admin options in the vb adminpanel... but i was wondering what i'm doing wrong..
Luciano
|
| |
August 16th, 2005, 06:53 AM
|
#24 (permalink)
| | Member Verified Customer
Join Date: Nov 2005 Location: England, UK
Posts: 32
| Re: (3.5) Homepage Link In Navbar Quote: |
Originally Posted by Luciano hmmm... I applied the fix.. and it works fine..
but.. (and I dont know if its related - probably not)
I wanted to go to the vba_admin when i cklick the admin link at the bottom.. it takes me to the vb cpanel though no matter what I set in the option.. Replace Admin CP Link
Its not a major issue.. but.. strange because before applying this fix.. I know I was in there gallery standalone admin at least once
Its really not an issue because i have all admin options in the vb adminpanel... but i was wondering what i'm doing wrong..
Luciano | It's not related, but the problem lies in the same file..
I posted a fix to this problem here.
|
| |
August 17th, 2005, 12:14 PM
|
#25 (permalink)
| | Moderator Verified Customer
Join Date: Aug 2005
Posts: 1,231
| Re: (3.5) Homepage Link In Navbar thx found... and working again...
now there still is the problem of that vba admin panel saying...: Quote:
You are currently running vBadvanced Gallery v1.0.1 (vB 3.5).
The latest version available is 1.0.1. There is a newer version of vBadvanced Gallery available!
Please check vBadvanced.com for more info.
| I thought v1.0.1 ( vB 3.5) was the newest version?????
Luc
|
| |
August 18th, 2005, 04:07 AM
|
#26 (permalink)
| | Member Verified Customer
Join Date: Nov 2005 Location: England, UK
Posts: 32
| Re: (3.5) Homepage Link In Navbar Quote: |
Originally Posted by Luciano thx found... and working again...
no there still is the problem of that vba admin panel saying...:
I thought v1.0.1 ( vB 3.5) was the newest version?????
Luc | That's a "problem" on Brian's side i think with the version checker.
|
| |
December 27th, 2005, 05:26 PM
|
#27 (permalink)
| | Junior Member Verified Customer
Join Date: Aug 2005
Posts: 4
| NavBar issues
I have a similar problem.
My Navbar in the gallery works for the Home link. All the other links like, Memberlist, FAQ, and Calendar no dot work and just display "File not found"
Do I need to copy all the files from the forum folder into the Gallery folder?
Tell me what files or code you need to look at and I will post it.
Running:
vBulletin version 3.0.8
vBadvanced Gallery v1.0.1
If I need to upgrade to 3.5.2, I can do that. I just want to know that it will fix it.
|
| |
December 27th, 2005, 06:32 PM
|
#28 (permalink)
| | Registered User Verified Customer
Join Date: Nov 2005 Location: Canoga Park, CA
Posts: 3,243
| Quote: |
Originally Posted by Morfus I have a similar problem.
My Navbar in the gallery works for the Home link. All the other links like, Memberlist, FAQ, and Calendar no dot work and just display "File not found"
Do I need to copy all the files from the forum folder into the Gallery folder?
Tell me what files or code you need to look at and I will post it.
Running:
vBulletin version 3.0.8
vBadvanced Gallery v1.0.1
If I need to upgrade to 3.5.2, I can do that. I just want to know that it will fix it. | Link to your site ?
- I looked in your profile but no data was filled out. |
| |
December 27th, 2005, 06:36 PM
|
#29 (permalink)
| | Junior Member Verified Customer
Join Date: Aug 2005
Posts: 4
| www.digitizede.com
you can not get to the forums or gallery until you register.
Last edited by Morfus; December 27th, 2005 at 06:48 PM.
|
| |
December 27th, 2005, 07:24 PM
|
#30 (permalink)
| | Registered User Verified Customer
Join Date: Nov 2005 Location: Canoga Park, CA
Posts: 3,243
|
Looking @ the source of your page.
You need to edit the 'header' template of your custom skin(s) where your navbar was moved to.
EX: links I added dots vs. long string of text
Find: Code: Content visible to verified customers only.
add:
$vboptions[bburl]/ Code: Content visible to verified customers only.
$vboptions[bburl] = vBulletin forums URL
|
| |
December 27th, 2005, 07:36 PM
|
#31 (permalink)
| | Junior Member Verified Customer
Join Date: Aug 2005
Posts: 4
|
this is my guess before i commit to changing it. Before: Code: Content visible to verified customers only.
After: Code: Content visible to verified customers only.
the forums folders sit on the root, not inside a "forums" folder
Correct??
Last edited by Morfus; December 27th, 2005 at 07:42 PM.
|
| |
December 30th, 2005, 11:33 AM
|
#32 (permalink)
| | Registered User Verified Customer
Join Date: Nov 2005 Location: Canoga Park, CA
Posts: 3,243
|
@Morfus - Try the RED: Before: Code: Content visible to verified customers only.
After: Code: Content visible to verified customers only.
- Reason
IF for any reason you wish to change the location of the vBulletin install location all links created useing $vboptions[bburl] will change when you change the URL path vs. edit every template that you hard code the URL.
AdminCP => vBulletin Options => Forum URL
Forum URL = $vboptions[bburl] (in templates)
Last edited by Zachariah; December 30th, 2005 at 11:37 AM.
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | |
Similar Threads | | Thread | Thread Starter | Forum | Replies | Last Post | | homepage link | Snitz | How Do I? - vBulletin 3.0.X | 20 | March 10th, 2006 03:36 AM | | Link in Navbar | aberg | Photopost Pro How Do I...? | 0 | November 4th, 2005 11:52 AM | | Homepage Link in Navbar | ManagerJosh | Installs and Upgrade - vBulletin 3.5.X | 0 | October 1st, 2005 06:32 AM | All times are GMT -5. The time now is 10:54 AM. | |