![]() |
|
#21
|
|||
|
|||
|
With some help from a friend I have been able to add the forum names to the tabrecentthreadsexp.php
(The file attached got Forum names and thread marking). My only problem now is that I am using fancy URL's from vbseo so the links from the forum names gives me a 404 error. The script gives forumnames like this: Code:
www.my_site.com/forums/forumdisplay.php?f=18 Code:
www.my_site.com/forum/ogler/ |
|
#22
|
|||
|
|||
|
I just found the error with the URL's
my forum are installed in /forum/ folder not /forums/ as in the file.. when i changed that everything works perfectly ![]() So if you got any problem with the url change forums to forum or visa versa in this line (marked red): Code:
<a href= "/forums/forumdisplay.php?f=' . $thread[forumid] . '">' . $thread[forumtitle] . '</a></td>'; |
|
#23
|
|||
|
|||
|
Quote:
this is a TD that will do that for you.. Code:
echo '<td align="center" class="alt2 smallfont" width="20%"><a href="/forum/forumdisplay.php?f=' . $thread[forumid] . '">' . $thread[forumtitle] . '</a></td>';
__________________
Bob Custom vBa & vB Mods, Installs, Configuration, DBA etc...If you need professional assistance, please feel free to PM me ![]() My Mods: [AJAX] Tabs - v3.0 (YUI) | [AJAX] Tabs - v2.0 Enhanced | [AJAX] Tabs - v2.0 | [AJAX] Tabs - v1.0 |
|
#24
|
|||
|
|||
|
Would it be possible to have vertical tabs along a side as below?
___ | |N | | |E | | |W| | |S | | |-- | |U | | |S | | |E | | |R | | |-- | | | | | | | | | | | | | | | | | | | | --- |
|
#25
|
|||
|
|||
|
Yes, that is something I am working on next...
__________________
Bob Custom vBa & vB Mods, Installs, Configuration, DBA etc...If you need professional assistance, please feel free to PM me ![]() My Mods: [AJAX] Tabs - v3.0 (YUI) | [AJAX] Tabs - v2.0 Enhanced | [AJAX] Tabs - v2.0 | [AJAX] Tabs - v1.0 |
|
#26
|
||||
|
||||
|
So Bob, this looks great. Why should I convert from AJAX Tabs. That has worked so well for me and I don't know if I should mess with an update if there is little need.
|
|
#27
|
|||
|
|||
|
Sweeeet, luv ya work Bob
|
|
#28
|
||||
|
||||
|
Bob can (and hopefully will) correct me if I'm wrong, but I think the *big* change is the JavaScript library has been changed to the YUI library instead of the one from DynamicDrive.
|
|
#29
|
|||
|
|||
|
Quote:
You don't need to convert, but its a simple conversion. Quote:
__________________
Bob Custom vBa & vB Mods, Installs, Configuration, DBA etc...If you need professional assistance, please feel free to PM me ![]() My Mods: [AJAX] Tabs - v3.0 (YUI) | [AJAX] Tabs - v2.0 Enhanced | [AJAX] Tabs - v2.0 | [AJAX] Tabs - v1.0 |
|
#30
|
|||
|
|||
|
hmm My tabs fails in Internet Explorer.. Nothing shows up
http://www.reptilfreaks.no Anyone got any suggestions hoe I can make it work for IE users? |
|
#31
|
|||
|
|||
|
looks like you made some modifications to the CSS (the rounded corners for example are gone).. what exact changes did you make? That could effect the output by IE..
__________________
Bob Custom vBa & vB Mods, Installs, Configuration, DBA etc...If you need professional assistance, please feel free to PM me ![]() My Mods: [AJAX] Tabs - v3.0 (YUI) | [AJAX] Tabs - v2.0 Enhanced | [AJAX] Tabs - v2.0 | [AJAX] Tabs - v1.0 |
|
#32
|
|||
|
|||
|
Quote:
in the data source elements of each tab.. ie dataSrc: 'tab-reptilfreaks.php' try the full URL to the file to see if that fixes the IE issue.... dataSrc: 'http://www.reptilfreaks.no/forum/tab-reptilfreaks.php'
__________________
Bob Custom vBa & vB Mods, Installs, Configuration, DBA etc...If you need professional assistance, please feel free to PM me ![]() My Mods: [AJAX] Tabs - v3.0 (YUI) | [AJAX] Tabs - v2.0 Enhanced | [AJAX] Tabs - v2.0 | [AJAX] Tabs - v1.0 |
|
#33
|
|||
|
|||
|
Quote:
Quote:
I have also tried to changing my modified tab file with the one in the package - tabrecentthreadsexp2.php without any luck.. |
|
#34
|
|||
|
|||
|
Quote:
I hate IE! I have it running on multiple sites and they all work fine with IE... my next "guess" would be that something on your page is conflicting with it, but its not producing any errors.... the source looks fine and its printing the tabs, just not the content.. can you try a simple HTML content file and see if it pulls up?
__________________
Bob Custom vBa & vB Mods, Installs, Configuration, DBA etc...If you need professional assistance, please feel free to PM me ![]() My Mods: [AJAX] Tabs - v3.0 (YUI) | [AJAX] Tabs - v2.0 Enhanced | [AJAX] Tabs - v2.0 | [AJAX] Tabs - v1.0 |
|
#35
|
||||
|
||||
|
Bob-o.
I am this close to upgrading, but it would take me doing two sets of tabs. Two questions. First, can I use the same css as the Ajax Tabs mod? Second, I am working on some integration of a Digg clone into vbadvanced and wondered if the YUI tabs would load the iframes faster. Check the page here. |
|
#36
|
|||
|
|||
|
Quote:
YUI is faster loading and doesn't require IFRAMEing (since I am using DISPATCHER, it can handle external JS)
__________________
Bob Custom vBa & vB Mods, Installs, Configuration, DBA etc...If you need professional assistance, please feel free to PM me ![]() My Mods: [AJAX] Tabs - v3.0 (YUI) | [AJAX] Tabs - v2.0 Enhanced | [AJAX] Tabs - v2.0 | [AJAX] Tabs - v1.0 |
|
#37
|
|||
|
|||
|
This works great, however I am curious if there is a way to make it slideshow between the tabs like in 2.0. Sorry if I am missing some obvious, but I didn't see where that would go in 3.0.
|
|
#38
|
|||
|
|||
|
Unfortunately, default YUI TabView doesn't have the slideshow capabilities (YET).. Im told that it will be supported in YUI version 3.0 .. there IS however a way to do it, but its not supported by YUI, so I have not released it public.
__________________
Bob Custom vBa & vB Mods, Installs, Configuration, DBA etc...If you need professional assistance, please feel free to PM me ![]() My Mods: [AJAX] Tabs - v3.0 (YUI) | [AJAX] Tabs - v2.0 Enhanced | [AJAX] Tabs - v2.0 | [AJAX] Tabs - v1.0 |
|
#39
|
|||
|
|||
|
*** 3 New Content files added to post #3 ***
__________________
Bob Custom vBa & vB Mods, Installs, Configuration, DBA etc...If you need professional assistance, please feel free to PM me ![]() My Mods: [AJAX] Tabs - v3.0 (YUI) | [AJAX] Tabs - v2.0 Enhanced | [AJAX] Tabs - v2.0 | [AJAX] Tabs - v1.0 |
|
#40
|
|||
|
|||
|
Quote:
Thanks
__________________
Arcade Games, Jokes, Topical Debates, Humour & Fun |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| AJAX Tabs Content Script v2.0 enhanced | bobster65 | Add-On Modules (version 3.x & 2.x) | 568 | 07-01-2010 12:05 PM |
| Slideshow and AJAX Tabs | glorify | Show off your vBadvanced! | 5 | 04-27-2009 07:07 PM |
| AJAX Tabs not rendering correct on Opera browser | glennybee | Module & Modification Discussion & Requests | 5 | 03-13-2008 04:26 PM |
| AJAX Tabbed Content Module | bobster65 | Add-On Modules (version 3.x & 2.x) | 39 | 09-11-2007 12:47 PM |
| Online Users Module (AJAX version)? | ERuiz | Module & Modification Discussion & Requests | 1 | 07-05-2007 12:54 AM |