vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - Module CMPS: AJAX Tabbed Content (https://vborg.vbsupport.ru/showthread.php?t=154653)

radarhunter 08-15-2007 05:02 PM

the one u`ve updated now i`ve been using this script for a very long time.....

Anyways nice to see it here too :D


But what i`m not able to figure out is how to embeb latest posts module codes into this ...........

bobster65 08-15-2007 05:23 PM

Quote:

Originally Posted by radarhunter (Post 1318258)
the one u`ve updated now i`ve been using this script for a very long time.....

Anyways nice to see it here too :D


But what i`m not able to figure out is how to embeb latest posts module codes into this ...........

download the zip file and check out the sample php files (read the instructions.txt file as well) .. this should get you what you are after ;)

efil 08-16-2007 04:43 AM

Hi,
Thank you for the useful mod.:up:

I have some problems with version 2.

1. The tabexterna does not fit the screen. (see attach pic).

2. My site is in hebrew, i need the tabs from right to left.

It's not working good with rtl? (see attach pic in explorer and in firefox).

2. How can i force open a specific tab as default?

bobster65 08-16-2007 12:53 PM

Quote:

Originally Posted by efil (Post 1318656)
Hi,
Thank you for the useful mod.:up:

I have some problems with version 2.

1. The tabexterna does not fit the screen. (see attach pic).

2. My site is in hebrew, i need the tabs from right to left.

It's not working good with rtl? (see attach pic in explorer and in firefox).

2. How can i force open a specific tab as default?

That is a CSS issue. Looks like you need to right justify. Just play around with the CSS file a little. I'll try and simulate it and see if I can come up with a solution for ya..

rainyleaves 08-17-2007 03:55 AM

You didn't upload 'AJAX Tabs - Version 2.0' zip file.
Please upload...

bobster65 08-17-2007 02:21 PM

Quote:

Originally Posted by rainyleaves (Post 1319408)
You didn't upload 'AJAX Tabs - Version 2.0' zip file.
Please upload...

:eek: weird.. I uploaded it, then took it off to upload a new one with a few more examples and uploaded it again.. it was on before I left last night lol.... anywho, its there now :up:

rainyleaves 08-17-2007 05:09 PM

Quote:

Originally Posted by bobster65 (Post 1319667)
:eek: weird.. I uploaded it, then took it off to upload a new one with a few more examples and uploaded it again.. it was on before I left last night lol.... anywho, its there now :up:

Thanks :)

bobster65 08-17-2007 05:35 PM

I fixed a small problem in the .js file that was causing the "selected" tab not to preload with session persistance on (worked with it off).. it now preloads correctly... attached is the new .js file (which I will add to the zip file as well)..

Thanks... Bobster

bobster65 08-17-2007 05:47 PM

Quote:

Originally Posted by efil (Post 1318656)
2. How can i force open a specific tab as default?

add class="selected" to the li tag of the Tab you wish to force open.

Code:

<li class="selected"><a href="http://www.domain.com/forums/tabexternal.php" rel="ajaxcontentarea">Tab 1</a></li>
THEN

either edit the .js file from this

Code:

var enabletabpersistence=1
to this

Code:

var enabletabpersistence=0
OR

download the new .js file that I attached in the above post or grab it from the attached zip file from the main post of this thread....

The issue was a bug with persistence which has been fixed now. They both work together as long as you use the new .js file.

Thanks.. Bobster

bobster65 08-17-2007 06:51 PM

Quote:

Originally Posted by efil (Post 1318656)
Hi,
Thank you for the useful mod.:up:

I have some problems with version 2.

1. The tabexterna does not fit the screen. (see attach pic).

2. My site is in hebrew, i need the tabs from right to left.

It's not working good with rtl? (see attach pic in explorer and in firefox).

To right align the tabs, just find this line in the CSS file:

Code:

text-align: right; /*set to left, center, or right to align the menu as desired*/
A value of "right" like above should do it.


All times are GMT. The time now is 02:37 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01203 seconds
  • Memory Usage 1,744KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete