![]() |
thanks for the reply bobster65... now i have another problems.. and i'm sure it's an easy fix... the left side where you have the new or old icons.... now that is missing the gif pic.. and has words in it...
thanks for the help |
Quote:
|
Quote:
Code:
|
Quote:
|
bobster65, Got everything working now... went back and redid it.... and pics are showing up... maybe did something wrong the 1st time the pic's are showing up... however; tried the hide the staff with your code and it still shows up.... correction: it worked...placed it at the bottom and it worked for me.. thanks
also have another one..... i have two skins... if i made a new dir under the 2 skin and copy all the files to it and direct/change the file path to the sn2d skin this should also work... or do i just need to make a dir for the tabs/ Thanks. |
Thanks for the mod! works a treat... Just a feature request, Would there be a way to have Sub-Tabs? Same as Sub-forums really, but as tabs. Would be excellent for my games forums.
|
Quote:
Quote:
|
Thanks for the prompt reply.
One other question; The current system 'Acquires Content' each time when visiting the forum homepage, regardless of whether you've visited another tab or not, which in turn takes some time to load. Is there a way to make it so the Home Page loads as it normally would, (when the hack isn't installed) and just acquire the content on the categories which aren't on the home page? That's the best way I could word my problem. Anyone make heads or tales of it? Help appreciated :) |
1 Attachment(s)
I searched this entire thread for any issues with javascript being used inside of the ajax tab view. Couldn't find what I was looking for.
First, let me give props to the author of this mod, it is wonderful! Secondly, I have it installed on my forum and decided that I could use it on my home page as well. It works. My problem though, is that if the tab makes a call to a page that has data generated from javascript, the data won't display(while in the tab view). However, if you go directly to the page, outside of the ajax tab, then the data will display. Obviously, the problem is javascript is being suppressed by the ajax tab view. Is there a way to work around this? I have added two images, 1 shows the contents of the ajax tab view for my test file, the second image is the actual display when going directly to the test page. |
1 Attachment(s)
Great feature, however I am having one slight problem.
I have the tabs up for the forums & what not. But there is one that doesn't show up. I have the proper ID for it, but still no luck. Out of 6 different tabs, this is the only one that's not working. Thank you for your help. |
1 Attachment(s)
I like your [AJAX] tabbed approach very much, but unfortunately it is incompatible with custom arranged subforums (vertically aligned) using this mod.
|
Quote:
Try changing the seperator from a comma to a line break. |
RobbieZ clicks install :D
|
Quote:
"an external page can also be fetched and displayed via the IFRAME element instead. This is useful for external pages that either contain JavaScript/ CSS code that doesn't run properly when fetched via Ajax" This is what to do... rel="#default|containerid|#iframe": For each tab link that should reveal content when clicked on, add a "rel" attribute inside its link tag with one of three possible values: "#default", id_of_container_div, or "#iframe". This in combination with the link's href attribute determines what external file to fetch, and how to display it. Most commonly you'll be using containerid, which corresponds to the ID of the container DIV on the page in which to load the Ajax fetched content (see Step 2 below). "#default" and "#iframe" on the other hand are both special keywords. "#default" causes the tab to show no external content but instead what's embedded directly inside the container DIV, while #iframe causes the tab to show its content inside an IFRAME tag instead of via Ajax. Quote:
|
Quote:
With that said, the new version uses YUI Tab View which drastically speeds up the AJAX process.. night and day difference.. |
1 Attachment(s)
Quote:
|
Quote:
|
Quote:
Quote:
|
Quote:
btw, tts easy... in the LI tag for the specific tab, there is a REL attribute.. replace the attribute with #iframe (see below) Code:
<li><a href="mycustomfile.php" rel="#iframe">TAB NAME</a></li> |
|
bobster65: awesome mod bro. just changes the whole look of a forum with many catagories. i mean it looks so sleek. i have a prob though. small prob. when i click the 2nd or 3rd tab the status color of the tab doesnt switch. i mean clicking 2nd tab changes the content of the page but the tab1 still shows active. its a bit confusing u know. so cud u plz shed some light on this issue?? cheerz
|
Quote:
|
Quote:
|
Nice, but now, my admin zone shows to guests - though the contents don't - but they shouldn't be able to see that.
|
Quote:
So for example if you wanted to hide one for Staff Only it would look like this (See the code in RED) Code:
<div id="ajaxTFH" class="TFHmenu2"> |
Quote:
For In Line Javascript, The script tag will be executed when the tab is activated. For Remote Javascript, you can load components dynamically during the tab loading process. You can dynamically load CSS for your component and have it injected into the current page style set. You'll then be able to create content on the fly using the script inline. This actually solved a few of the major "bugs" that have been reported which means Version 2 took a major leap towards being released soon for beta testing... |
any eta when 2.0 will get released?
|
Quote:
|
Quote:
Quote:
And yes, thank you :up: |
Quote:
Great news, waiting on 2.0 also, thanks for the update. _V |
Quote:
|
Quote:
|
Quote:
|
OK we have one major major thing to do that will alleviate tons of work and make it more 'seamlessly' integrated into vBulletin, but it's something that I haven't seen done before through modifications. It may have but I haven't found it. So we most likely have to 'reinvent' the wheel on this one.
|
Quote:
|
Quote:
|
just so i know but will this mod when the 2.0 version comes will it be able to mimick what vbulletin.org has with its tabs in the header next to the logo. because thats how i was planning on using it. also as i understand it currently it only will work with forum categories (is that correct)? if so will it be possible to link to other sections using this in the 2.0 version? (specifically i would like to link to some of our addons... arcade, pickem contest we coded, etc)
|
Quote:
In addition to the standard use of these tabs, I have implemented them on my website (not used on the forum) to pull external content. So essentially, you could use the tabs in other places besides on your forum. I will say this though, as I have found so far, the pages you plan to include these tabs on, will have to be tied into the vBulletin forum. My website consists of custom pages that use the vBulletin API, which allow me to tie into the vBulletin forum. This is how I am able to use the tabs externally from the forum. As for your addons, arcade, etc. as long as the tabs are tied into your forum, you will be able to link to mostly anything. The only problem so far is pulling javascript into the ajax tab view...ajax and javascript don't play well with each other....to my understanding, v2 fixes that issue. I can tell you this, this mod is wonderful now. When v2 is released, it will be better without a doubt. Again, I have found uses for this mod external from the forum and only 1 limitation thus far. |
Quote:
|
Quote:
No, ver2 will work with more than just categories, there is a "modules" plug in that you enter the URI to the external file and it will be included as content for that tab.. (you can use any of the "content" files that I have released with my CMPS AJAX Tabs Mod as well .. recent threads, blogs, news, links, photos etc.. custom content will be pretty easy to add to this. Hell, you could knock out a simple static HTML file, upload it to your server and then with the Module part in the ACP, just enter the file name, give it a tab name and you have a custom tab with your content.. or you can write a complex php file and do the same thing... |
All times are GMT. The time now is 09:16 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|