vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > vBa CMPS v4.0 Support > "How Do I..." Questions

Reply
 
Thread Tools Display Modes
  #21  
Old 12-02-2012, 05:51 AM
vauxmod vauxmod is offline
Junior Member
 
Join Date: Sep 2012
Posts: 15
Default

Quote:
Originally Posted by Warden-B- View Post
Same problem here. Homepage has no sub-navbar, but forums do. This is happening on my test site, not my production site. My production site uses vBa 4.2.0, not 4.2.1.

I found this in the NAVBAR: Set CMS Links plugin:

Code:
if (defined('CMS_SCRIPT') AND $tabdata[$tabid]['name'] == 'vbtab_cms')
{
	$tabdata[$tabid]['children'] = vBCms_NavBar::getLinks();
}
Can we somehow alter it so that the "children" links show for VBA CMPS?
it seems that vBadvanced dont offer hardly any help on this product maybe cuz its free i`ve had this prob for months now and got nowhere and vbulletin or vbulletin.org just say ask vBadvanced who dont help at all its a shame cuz the cmps portal is great apart from this problem
__________________
www.vauxhallmodified.com
The Vauxhall Modified Owners Club & Forum is a online community forum offering free advise & help for your Vauxhall.
We cover all Vauxhalls,Opels & Holdens & all models from the LS to the VXR
Reply With Quote
  #22  
Old 12-02-2012, 09:41 PM
Warden-B- Warden-B- is offline
Member
 
Join Date: Jul 2007
Posts: 51
Default

There may not be much they can do to fix it. It's not a problem. I can just use vB's CMS system for my test site.
__________________
Global-Gamers
Reply With Quote
  #23  
Old 12-02-2012, 11:15 PM
Fred Weiss's Avatar
Fred Weiss Fred Weiss is offline
Junior Member
 
Join Date: Sep 2009
Location: Lake Worth, Florida
Posts: 17
Default

Quote:
Originally Posted by Warden-B- View Post
There may not be much they can do to fix it. It's not a problem. I can just use vB's CMS system for my test site.
As I posted in Post #19, I followed the instructions for modifying the adv_portal_navtab template and the submenu now shows up when Home is selected. You can check it in my dev site which is running vbAdvanced 4.2.1. I just don't know enough about coding to add in others links I'd like to show.
__________________
Fred Weiss
Signs101.com
Temporary vbAdvanced Home Page
Reply With Quote
  #24  
Old 12-03-2012, 02:26 PM
vauxmod vauxmod is offline
Junior Member
 
Join Date: Sep 2012
Posts: 15
Default

Quote:
Originally Posted by Fred Weiss View Post
As I posted in Post #19, I followed the instructions for modifying the adv_portal_navtab template and the submenu now shows up when Home is selected. You can check it in my dev site which is running vbAdvanced 4.2.1. I just don't know enough about coding to add in others links I'd like to show.
well could you paste the contents of that template on your site please as i tryed and it did`nt work
__________________
www.vauxhallmodified.com
The Vauxhall Modified Owners Club & Forum is a online community forum offering free advise & help for your Vauxhall.
We cover all Vauxhalls,Opels & Holdens & all models from the LS to the VXR
Reply With Quote
  #25  
Old 12-03-2012, 04:36 PM
Fred Weiss's Avatar
Fred Weiss Fred Weiss is offline
Junior Member
 
Join Date: Sep 2009
Location: Lake Worth, Florida
Posts: 17
Default

Quote:
Originally Posted by vauxmod View Post
well could you paste the contents of that template on your site please as i tryed and it did`nt work
The following is the complete, after editing, contents of the adv_portal_navtab template. Keep in mind that you must have "Add Navbar Link" turned on in the Main Options for your vBa Home page as well.

Code:
<li<vb:if condition="$tabselected"> class="selected"</vb:if>><a href="{vb:raw vboptions.vba_portal_homeurl}<vb:if condition="$cmps_page['name'] == 'home'">{vb:raw session.sessionurl_q}<vb:else />?{vb:raw session.sessionurl}{vb:raw vboptions.vba_portal_pagevar}={vb:raw cmps_page.name}</vb:if>" class="navtab">{vb:raw cmps_page.title}</a></li>

<vb:if condition="THIS_SCRIPT == 'adv_index'">
<li class="selected">
                <ul class="floatcontainer">
                    {vb:raw template_hook.navbar_start}
                    <vb:if condition="$show['searchbuttons']">
                        <vb:if condition="$show['member']">
                        <li><a href="search.php?{vb:raw session.sessionurl}do=getnew&amp;contenttype=vBForum_Post">{vb:rawphrase new_posts_nav}</a></li>
                        <vb:else />
                        <li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&amp;contenttype=vBForum_Post">{vb:rawphrase todays_posts}</a></li>
                        </vb:if>
                    </vb:if>
                    {vb:raw template_hook.navbar_after_getnew}
                    <vb:if condition="$show['pmmainlink']">
                        <li><a href="private.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase private_messages}</a></li>
                    </vb:if>
                    {vb:raw template_hook.navbar_after_pm}
                    {vb:raw template_hook.navbar_after_getnew}
                    {vb:raw template_hook.navbar_after_pm}
                    <li><a rel="help" href="faq.php{vb:raw session.sessionurl_q}" accesskey="5">{vb:rawphrase faq}</a></li>
                    {vb:raw template_hook.navbar_after_faq}
                                              <vb:if condition="$show['canviewcalendar']">
                    <li><a href="calendar.php{vb:raw session.sessionurl_q}">{vb:rawphrase calendar}</a></li>
                                              </vb:if>
                    {vb:raw template_hook.navbar_after_calendar}
                                              
                    <vb:if condition="$show['communitylink']">
                    <li class="popupmenu">
                        <a href="javascript://" class="popupctrl" accesskey="6">{vb:rawphrase community}</a>
                        <ul class="popupbody popuphover">
                            {vb:raw template_hook.navbar_community_menu_start}
                            <vb:if condition="$show['quick_links_groups']">
                                <li><a href="{vb:link grouphome}">{vb:rawphrase social_groups}</a></li>
                            </vb:if>
                            <vb:if condition="$show['quick_links_albums']">
                                <li><a href="album.php{vb:raw session.sessionurl_q}">{vb:rawphrase pictures_and_albums}</a></li>
                            </vb:if>
                            <vb:if condition="$bbuserinfo['userid']">
                                <li><a href="profile.php?{vb:raw session.sessionurl}do=buddylist"><vb:if condition="$show['friends_and_contacts']">{vb:rawphrase contacts_and_friends}<vb:else />{vb:rawphrase contacts}</vb:if></a></li>
                            </vb:if>
                            <vb:if condition="$show['memberslist']">
                                <li><a href="memberlist.php{vb:raw session.sessionurl_q}">{vb:rawphrase members_list}</a></li>
                            </vb:if>
                            {vb:raw template_hook.navbar_community_menu_end}
                        </ul>
                    </li>
                    </vb:if>
                    {vb:raw template_hook.navbar_after_community}
                                              <vb:if condition="$show['canviewforums']">
                    <li class="popupmenu">
                        <a href="javascript://" class="popupctrl">{vb:rawphrase forum_actions}</a>
                        <ul class="popupbody popuphover">
                            <li>
                                <a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}forumdisplay.php?{vb:raw session.sessionurl}do=markread&amp;markreadhash={vb:raw bbuserinfo.securitytoken}">{vb:rawphrase mark_forums_read}</a>
                            </li>
                                                        <vb:if condition="$show['member']">
                            <li>
                                <a href="profile.php?{vb:raw session.sessionurl}do=editoptions">{vb:rawphrase edit_options}</a>
                            </li>
                            <li>
                                <a href="profile.php?{vb:raw session.sessionurl}do=editprofile">{vb:rawphrase edit_your_details}</a>
                            </li>
                            </vb:if>
                        </ul>
                    </li>
                                              </vb:if>
                    <li class="popupmenu">
                        <a href="javascript://" class="popupctrl" accesskey="3">{vb:rawphrase quick_links}</a>
                        <ul class="popupbody popuphover">
                            <vb:if condition="$show['member']">
                                <li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&amp;contenttype=vBForum_Post">{vb:rawphrase todays_posts}</a></li>
                                <li><a href="{vb:link subscription}" rel="nofollow">{vb:rawphrase subscribed_threads}</a></li>
                                <li><a href="javascript://" onclick="window.open(getBaseUrl() + 'misc.php?{vb:raw session.sessionurl}do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">{vb:rawphrase open_contacts}</a></li>
                            </vb:if>
                            <vb:if condition="$vboptions['forumleaders']">
                            <li><a href="showgroups.php{vb:raw session.sessionurl_q}" rel="nofollow">
        <vb:if condition="$vb_suite_installed">
            {vb:rawphrase view_site_leaders}
        <vb:else />
            {vb:rawphrase view_forum_leaders}
        </vb:if>
    </a></li>
                            </vb:if>
                            {vb:raw template_hook.navbar_quick_links_menu_pos1}
                            {vb:raw template_hook.navbar_quick_links_menu_pos2}
                            {vb:raw template_hook.navbar_quick_links_menu_pos3}
                            <vb:if condition="$show['wollink']">
                                <li><a href="online.php{vb:raw session.sessionurl_q}">{vb:rawphrase whos_online}</a></li>
                            </vb:if>
                            {vb:raw template_hook.navbar_quick_links_menu_pos4}
                        </ul>
                    </li>
                    {vb:raw template_hook.navbar_end}
                </ul>

            </li></vb:if>
__________________
Fred Weiss
Signs101.com
Temporary vbAdvanced Home Page
Reply With Quote
  #26  
Old 12-04-2012, 04:30 PM
vauxmod vauxmod is offline
Junior Member
 
Join Date: Sep 2012
Posts: 15
Default

Quote:
Originally Posted by Fred Weiss View Post
The following is the complete, after editing, contents of the adv_portal_navtab template. Keep in mind that you must have "Add Navbar Link" turned on in the Main Options for your vBa Home page as well.

Code:
<li<vb:if condition="$tabselected"> class="selected"</vb:if>><a href="{vb:raw vboptions.vba_portal_homeurl}<vb:if condition="$cmps_page['name'] == 'home'">{vb:raw session.sessionurl_q}<vb:else />?{vb:raw session.sessionurl}{vb:raw vboptions.vba_portal_pagevar}={vb:raw cmps_page.name}</vb:if>" class="navtab">{vb:raw cmps_page.title}</a></li>

<vb:if condition="THIS_SCRIPT == 'adv_index'">
<li class="selected">
                <ul class="floatcontainer">
                    {vb:raw template_hook.navbar_start}
                    <vb:if condition="$show['searchbuttons']">
                        <vb:if condition="$show['member']">
                        <li><a href="search.php?{vb:raw session.sessionurl}do=getnew&amp;contenttype=vBForum_Post">{vb:rawphrase new_posts_nav}</a></li>
                        <vb:else />
                        <li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&amp;contenttype=vBForum_Post">{vb:rawphrase todays_posts}</a></li>
                        </vb:if>
                    </vb:if>
                    {vb:raw template_hook.navbar_after_getnew}
                    <vb:if condition="$show['pmmainlink']">
                        <li><a href="private.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase private_messages}</a></li>
                    </vb:if>
                    {vb:raw template_hook.navbar_after_pm}
                    {vb:raw template_hook.navbar_after_getnew}
                    {vb:raw template_hook.navbar_after_pm}
                    <li><a rel="help" href="faq.php{vb:raw session.sessionurl_q}" accesskey="5">{vb:rawphrase faq}</a></li>
                    {vb:raw template_hook.navbar_after_faq}
                                              <vb:if condition="$show['canviewcalendar']">
                    <li><a href="calendar.php{vb:raw session.sessionurl_q}">{vb:rawphrase calendar}</a></li>
                                              </vb:if>
                    {vb:raw template_hook.navbar_after_calendar}
                                              
                    <vb:if condition="$show['communitylink']">
                    <li class="popupmenu">
                        <a href="javascript://" class="popupctrl" accesskey="6">{vb:rawphrase community}</a>
                        <ul class="popupbody popuphover">
                            {vb:raw template_hook.navbar_community_menu_start}
                            <vb:if condition="$show['quick_links_groups']">
                                <li><a href="{vb:link grouphome}">{vb:rawphrase social_groups}</a></li>
                            </vb:if>
                            <vb:if condition="$show['quick_links_albums']">
                                <li><a href="album.php{vb:raw session.sessionurl_q}">{vb:rawphrase pictures_and_albums}</a></li>
                            </vb:if>
                            <vb:if condition="$bbuserinfo['userid']">
                                <li><a href="profile.php?{vb:raw session.sessionurl}do=buddylist"><vb:if condition="$show['friends_and_contacts']">{vb:rawphrase contacts_and_friends}<vb:else />{vb:rawphrase contacts}</vb:if></a></li>
                            </vb:if>
                            <vb:if condition="$show['memberslist']">
                                <li><a href="memberlist.php{vb:raw session.sessionurl_q}">{vb:rawphrase members_list}</a></li>
                            </vb:if>
                            {vb:raw template_hook.navbar_community_menu_end}
                        </ul>
                    </li>
                    </vb:if>
                    {vb:raw template_hook.navbar_after_community}
                                              <vb:if condition="$show['canviewforums']">
                    <li class="popupmenu">
                        <a href="javascript://" class="popupctrl">{vb:rawphrase forum_actions}</a>
                        <ul class="popupbody popuphover">
                            <li>
                                <a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}forumdisplay.php?{vb:raw session.sessionurl}do=markread&amp;markreadhash={vb:raw bbuserinfo.securitytoken}">{vb:rawphrase mark_forums_read}</a>
                            </li>
                                                        <vb:if condition="$show['member']">
                            <li>
                                <a href="profile.php?{vb:raw session.sessionurl}do=editoptions">{vb:rawphrase edit_options}</a>
                            </li>
                            <li>
                                <a href="profile.php?{vb:raw session.sessionurl}do=editprofile">{vb:rawphrase edit_your_details}</a>
                            </li>
                            </vb:if>
                        </ul>
                    </li>
                                              </vb:if>
                    <li class="popupmenu">
                        <a href="javascript://" class="popupctrl" accesskey="3">{vb:rawphrase quick_links}</a>
                        <ul class="popupbody popuphover">
                            <vb:if condition="$show['member']">
                                <li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&amp;contenttype=vBForum_Post">{vb:rawphrase todays_posts}</a></li>
                                <li><a href="{vb:link subscription}" rel="nofollow">{vb:rawphrase subscribed_threads}</a></li>
                                <li><a href="javascript://" onclick="window.open(getBaseUrl() + 'misc.php?{vb:raw session.sessionurl}do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">{vb:rawphrase open_contacts}</a></li>
                            </vb:if>
                            <vb:if condition="$vboptions['forumleaders']">
                            <li><a href="showgroups.php{vb:raw session.sessionurl_q}" rel="nofollow">
        <vb:if condition="$vb_suite_installed">
            {vb:rawphrase view_site_leaders}
        <vb:else />
            {vb:rawphrase view_forum_leaders}
        </vb:if>
    </a></li>
                            </vb:if>
                            {vb:raw template_hook.navbar_quick_links_menu_pos1}
                            {vb:raw template_hook.navbar_quick_links_menu_pos2}
                            {vb:raw template_hook.navbar_quick_links_menu_pos3}
                            <vb:if condition="$show['wollink']">
                                <li><a href="online.php{vb:raw session.sessionurl_q}">{vb:rawphrase whos_online}</a></li>
                            </vb:if>
                            {vb:raw template_hook.navbar_quick_links_menu_pos4}
                        </ul>
                    </li>
                    {vb:raw template_hook.navbar_end}
                </ul>

            </li></vb:if>
that does nothing on my site just tried
__________________
www.vauxhallmodified.com
The Vauxhall Modified Owners Club & Forum is a online community forum offering free advise & help for your Vauxhall.
We cover all Vauxhalls,Opels & Holdens & all models from the LS to the VXR
Reply With Quote
  #27  
Old 12-04-2012, 04:46 PM
Fred Weiss's Avatar
Fred Weiss Fred Weiss is offline
Junior Member
 
Join Date: Sep 2009
Location: Lake Worth, Florida
Posts: 17
Default

Quote:
Originally Posted by vauxmod View Post
that does nothing on my site just tried
Might have something to do with you having the vb4 CMS turned on and my site doesn't. As you can see, it is working on my dev site.
__________________
Fred Weiss
Signs101.com
Temporary vbAdvanced Home Page
Reply With Quote
  #28  
Old 12-04-2012, 04:48 PM
vauxmod vauxmod is offline
Junior Member
 
Join Date: Sep 2012
Posts: 15
Default

Quote:
Originally Posted by Fred Weiss View Post
Might have something to do with you having the vb4 CMS turned on and my site doesn't. As you can see, it is working on my dev site.
i`ve not got vbulletin cms installed
__________________
www.vauxhallmodified.com
The Vauxhall Modified Owners Club & Forum is a online community forum offering free advise & help for your Vauxhall.
We cover all Vauxhalls,Opels & Holdens & all models from the LS to the VXR
Reply With Quote
  #29  
Old 12-04-2012, 05:00 PM
Fred Weiss's Avatar
Fred Weiss Fred Weiss is offline
Junior Member
 
Join Date: Sep 2009
Location: Lake Worth, Florida
Posts: 17
Default

Quote:
Originally Posted by vauxmod View Post
i`ve not got vbulletin cms installed
Insomuch as the right column on your Forums index is part of the vb CMS and a page source view of your Forums index shows a number of CMS Widgets being called that do not appear in my dev site, I would beg to differ with you on that. I suspect that you are one CMS template short of getting the code I posted to work. Where that is I cannot tell you.
__________________
Fred Weiss
Signs101.com
Temporary vbAdvanced Home Page
Reply With Quote
  #30  
Old 12-10-2012, 05:28 PM
Dragonsys Dragonsys is offline
Senior Member
 
Join Date: Jan 2008
Location: Atlanta, GA
Posts: 444
Default

this is not a problem, it is working as intended. The SubNav Menu only shows Subpages, in CMPS. If you want it to display the Forums SubMenu, then yo must edit the templates, or create your own menu using the vB4.2 Nav Manager.
Reply With Quote
  #31  
Old 12-11-2012, 12:40 PM
vauxmod vauxmod is offline
Junior Member
 
Join Date: Sep 2012
Posts: 15
Default

Quote:
Originally Posted by dragonsys View Post
this is not a problem, it is working as intended. The subnav menu only shows subpages, in cmps. If you want it to display the forums submenu, then yo must edit the templates, or create your own menu using the vb4.2 nav manager.
how is it not a problem its not showing sub nav`s so in my eyes its not right
__________________
www.vauxhallmodified.com
The Vauxhall Modified Owners Club & Forum is a online community forum offering free advise & help for your Vauxhall.
We cover all Vauxhalls,Opels & Holdens & all models from the LS to the VXR
Reply With Quote
  #32  
Old 12-11-2012, 02:40 PM
Dragonsys Dragonsys is offline
Senior Member
 
Join Date: Jan 2008
Location: Atlanta, GA
Posts: 444
Default

Quote:
Originally Posted by vauxmod View Post
how is it not a problem its not showing sub nav`s so in my eyes its not right
You didn't read everything I said, the SubNav for CMPS is Subpages, not the Forum Sub Menu.

If your CMPS Page has a SubPage, that subpage will display in the SubNav Menu, this is how those menus work for every plugin. So, no, this is not an issue, it is working as intended. You can even see it here - http://forums.texas-fbody.org/portal.php?pageid=tfba
Reply With Quote
  #33  
Old 12-11-2012, 04:27 PM
vauxmod vauxmod is offline
Junior Member
 
Join Date: Sep 2012
Posts: 15
Default

Quote:
Originally Posted by Dragonsys View Post
You didn't read everything I said, the SubNav for CMPS is Subpages, not the Forum Sub Menu.

If your CMPS Page has a SubPage, that subpage will display in the SubNav Menu, this is how those menus work for every plugin. So, no, this is not an issue, it is working as intended. You can even see it here - http://forums.texas-fbody.org/portal.php?pageid=tfba
yeah so how can i get mine like that is what i need to know
__________________
www.vauxhallmodified.com
The Vauxhall Modified Owners Club & Forum is a online community forum offering free advise & help for your Vauxhall.
We cover all Vauxhalls,Opels & Holdens & all models from the LS to the VXR
Reply With Quote
  #34  
Old 12-11-2012, 10:01 PM
Dragonsys Dragonsys is offline
Senior Member
 
Join Date: Jan 2008
Location: Atlanta, GA
Posts: 444
Default

Quote:
Originally Posted by vauxmod View Post
yeah so how can i get mine like that is what i need to know
The links listed on that page, are to Child Pages of the page being displayed. If the page does not have any Child Pages, then no links are displayed.

So, are you saying that you have Child Pages and they are not showing in the SubMenu, of their Parent Page?
Make sure you have Display Child Pages In Sub-Menu set to Yes, on the Parent Page
Reply With Quote
  #35  
Old 12-12-2012, 03:40 PM
vauxmod vauxmod is offline
Junior Member
 
Join Date: Sep 2012
Posts: 15
Default

Quote:
Originally Posted by Dragonsys View Post
The links listed on that page, are to Child Pages of the page being displayed. If the page does not have any Child Pages, then no links are displayed.

So, are you saying that you have Child Pages and they are not showing in the SubMenu, of their Parent Page?
Make sure you have Display Child Pages In Sub-Menu set to Yes, on the Parent Page
here`s some screen shots
homepage(vba portal page)


forum


see what i mean all i want is the nav bar the same on both
__________________
www.vauxhallmodified.com
The Vauxhall Modified Owners Club & Forum is a online community forum offering free advise & help for your Vauxhall.
We cover all Vauxhalls,Opels & Holdens & all models from the LS to the VXR
Reply With Quote
  #36  
Old 12-12-2012, 04:35 PM
Dragonsys Dragonsys is offline
Senior Member
 
Join Date: Jan 2008
Location: Atlanta, GA
Posts: 444
Default

Right, so what you want is the Forums submenu to display when viewing CMPS; however, the NavBar is not designed to work this way (this is a vB setting, not a CMPS setting), and so it is working as intended and is not an issue. Look at any of your plugin's tabs, none of them will display the Forum submenu, they will have their own, which CMPS does, you are just not using it because you either do not have Child (sub) Pages, or you have the option I mentioned earlier turned off.

If you want the Forums submenu to display under CMPS, yo will have to either edit the templates or create a custom Tab using the Navigation Manager within vB itself.
Reply With Quote
  #37  
Old 12-12-2012, 04:37 PM
Dragonsys Dragonsys is offline
Senior Member
 
Join Date: Jan 2008
Location: Atlanta, GA
Posts: 444
Default

Quote:
Originally Posted by Fred Weiss View Post
Insomuch as the right column on your Forums index is part of the vb CMS and a page source view of your Forums index shows a number of CMS Widgets being called that do not appear in my dev site, I would beg to differ with you on that. I suspect that you are one CMS template short of getting the code I posted to work. Where that is I cannot tell you.
incorrect, the right column on his Forums page, is the Sidebar, which has nothing to do with vbCMS. His site is not running vbCMS
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
NavBar Problems abvolt Troubleshooting & Problems 3 07-09-2008 11:22 PM
Problems with navbar Greek76 Troubleshooting & Problems 7 05-29-2008 07:33 AM
Navbar problems chatura Troubleshooting & Problems 4 02-12-2008 01:13 PM
Navbar problems CompletevB.com Troubleshooting & Problems 1 10-20-2007 12:44 PM
Navbar problems russbo Chit Chat 1 12-03-2004 03:06 AM


All times are GMT -4. The time now is 06:53 PM.

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.