![]() |
Great work, bobster65. A quick question: is it possible to integrate this with something like the Dismiss/Hide Notices mod so that the tabs display for guests and members but can be "switched off" by members if they wish? At the moment I have an older version of the tabs that uses an if condition to show it only to guests but it would be nice to give members the choice of whether to view the tab content or not.
|
Quote:
|
Quote:
Quote:
|
bobster65 ... alls working fine, but can you tell me, where I can fixx the "loading.gif" image out?
Because the loading.gif doesnt seem to load/appear. I couldnt get that in last posts. ;=) cheers dewd |
Quote:
Code:
.yui-navset div.loading div { |
1 Attachment(s)
Hi bob! It works fine, but there is 1 prob. When I klick a second time on a Tab, it will load again with a little optical error. ;) (Check attached image)
|
Quote:
|
great hack .... installed and nomination
can't wait post #2 and #3 :-) |
Thanks for your help bobster! It was my fault, I didn't set the date to an old enough date and it was on my test server.
|
Just one slight issue at the moment, and im sure its something ive overlooked.
This displays fine on my vbadvanced home page, however, all links are missing the root/forum element, thus resulting in page not found message. What do i need to change here ? Thanks |
Quote:
HREFs for example Code:
<a href="showthread.php?t= change to Code:
<a href="/forum/showthread.php?t= IMGs for example Code:
<img border="0" src="images/buttons/lastpost.gif" title="Go To Last Post" /> Code:
<img border="0" src="/forum/images/buttons/lastpost.gif" title="Go To Last Post" /> |
As easy as that, thank you bobster
|
Mr. Bobster... could you give some guidance on how someone may implement their own code to the tabs?
I realise they can adjusted - but I don't mean the tabs themselves... I mean, instead of forum listings under tab 1, perhaps put x- images, under tab 2 a forum and under tab 3 some videos... |
I added the code to show a new thread button for each page, but is there any way to be able to show multiple pages, I mean it maxes out at 30 posts per page, but can't I have like page 1 page 2 etc... ?
|
Quote:
I am working on a recent thread and a News with ajax pagenation.. |
Bob,
Regarding all your custom work, I'd love to see the VBA Gallery (Photopost VBG), VB Blogs, and VBA Links if you don't mind sharing them. Also, I'd like to get tabthumbs updated with ajax for real time updates if you want to take on a new custom job. PM me. Thanks. |
Hi, thanks for sharing this great modification!
I´ve a question: Is it possible to display the most recent Album-Pictures in a tab? There some modifications to show them on Forumhome, but there must be a way to show them in a seperate tab, i think. Could you help me? Greetings, Peter |
1 Attachment(s)
Quote:
Feel free to modify it to your needs... Everything is commented in the file for advanced Customization .. |
Thank you! Thank you! Thank you!!
Abolutely what i was looking for! Works fine. Greetings, Peter |
[s]I got this error:
Warning: require_once(./includes/vba_cmps_global.php) [function.require-once]: failed to open stream: No such file or directory in [path]/tabsample1.php on line 28 Fatal error: require_once() [function.require]: Failed opening required './includes/vba_cmps_global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/******/public_html/***/forums/tabsample1.php on line 28 [/s] Fixed: I deleted line 28 and now it is working after clearing my cache. Any recommendation on where a good place to show this on the forums is? which template and spot? Also, I think I would like to show this up as if it was an extra forums on the site. how would I go about doing that? code would be needed, as I am not that experienced just yet. Many thanks for such a wondering mod. |
Quote:
As far as where? Anywhere that you want to have tabbed content.. FORUMHOME, Specific Forums, Custom Pages, vBa CMPS etc... If you want it to appear on the Forum Home page, then you can edit the FORUMHOME Template and add the template code right after or before the <! -- MAIN areas (that will make it appear above or below the forums listings) .. |
btw, if anyone was having issues with IE, the culprit was 2 unvalidated tags in the header (forgot the / to close the links to the CSS)...
simple fix.. (IN RED BELOW) Step 3. Add the below code to the end of your HEADINCLUDE TEMPLATE. Code:
<!-- YUI CSS for TabView --> |
Hi
I installed this on http://www.uk-betting-tips.co.uk and it is working great. This is a very good mod. But... I then installed in on http://www.cashloopholes.co.uk and the tabs are showing up but no content. I have re-installed and it is still the same. Cant think what i am doing wrong. Anyone got any ideas? If you look on the site it is right at the bottom of the homepage. |
Quote:
Code:
<link rel="stylesheet" type="text/css" href="http://uk-betting-tips.co.uk/clientscript/yui/tabview/assets/tabview.css" /> |
sorry for bein thick but where do i check that above please
|
Quote:
|
thank you very much. i will check it now.
|
Its still not working
any more ideas |
Quote:
|
I have a dedicated server and both of the sites are on there.
I have set them up exactly the same way. I will try copying the content files from one to the other and see if that works. |
I want this to display content in the same page, not an external page. Any help?
|
Quote:
|
I noticed it fetches content from external pages. I want it to fetch content from the same page.. something like this: http://www.dynamicdrive.com/dynamicindex17/tabcontent/
|
Quote:
As I mentioned in the First post, there is A TON that YUI Tab view CAN do.. if you just want non ajax tabbed content, You can read up on YUI Tab View here.. http://developer.yahoo.com/yui/tabview/ Try this and see if its more in tune of what you want to do.. Use the same two CSS Files, but there is no need for the Dispatcher.js, so you can use a different connection method.. (Replace the rest of the HEADINCLUDE from step 3 with the below: Code:
<!-- JavaScript Dependencies for Tabview: --> Then you can use one of the following two content methods..... TabViews can be created from existing HTML markup or entirely through JavaScript. Each Tab in the TabView is a list item (<li>). The root element of the TabView is a <div> element. The TabView control is defined by YAHOO.widget.TabView. To create a TabView from existing markup you can simply pass the id (or object reference) for the HTMLElement that will become the TabView. If you follow the default markup pattern outlined below, the tabs will be constructed automatically. The list item with class="selected" becomes the active tab. Code:
<script type="text/javascript"> In the this example, the TabView is generated entirely through JavaScript. Here the TabView's DOM structure will be assembled in a new element and appended to the existing document.body. Code:
<script type="text/javascript"> |
Anyone solved the problem with the loading.gif?
Check first post on page 4 in this thread. ^^ peaze ;) |
Quote:
|
Hi Bobster and thank you again for the "Album-Pics"-Feature.
Is it possible to show latest comments for Album-Pics in a seperate Tab. This would be helpful. Another thing is this. I´m showing up the latest events from calendar on my forumhome. Now, i like to put it in a seperate tab, to clean up my forumhome. I tried a few things but that didn´t work. maybe you got an idea how to solve it? Sorry for my questions, i know, you must be very busy. Thanks for your support and for this very useful addon! Greetings, Peter |
Quote:
I do have a couple different calendar/event content files.. however, they were written over a year ago, so I will have to update those before I release them.. if you want to PM me a mock up of what you are looking for, go ahead and do that and I'll try and get something out soon.. As far as latest comments for album pics, I'll look into it.. shouldn't be to tough. |
Is it possible to use this Tabs Content Script to replace the forumhome?
Like your other one can: https://vborg.vbsupport.ru/showthread.php?t=175687 ? Cuz i was thinking of getting rid of the vBAdvanced portal :D |
Hi
Again thanks for a great mod I have this installed on my site as a vba module but would there be any way to have a second module with different tabs. Thank you in advance Ben Jones |
All times are GMT. The time now is 12:54 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:
|