vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   enable additional user info (https://vborg.vbsupport.ru/showthread.php?t=223229)

saji09 09-15-2009 04:49 PM

lynne i have figured out, the info is coming up but on mozilla but the profile blog tabs are not coming up on the IE, as i changed the default theme/style.

Now i want you to see this link on both IE 8 and FF
http://www.sudaneseclub.com/forum/member.php?u=2
default username/pass is : saji/123123

Kindly check it on both IE and FF you'll see profile tabs on FF are available whereas on IE they are invisible, how can i adjust this??

Lynne 09-15-2009 05:07 PM

See this info in the page source:

HTML Code:

<script type="text/javascript">
<!--
    // Main vBulletin Javascript Initialization
    vBulletin_init();
//-->

</script>

I am pretty sure it MUST not be in a table, which is what you have done. Get it out of the table.

saji09 09-15-2009 05:14 PM

sorry couldn't get you??? it is there in the source of the page...

Lynne 09-15-2009 05:17 PM

I'm not sure what you mean. That script is at the bottom of your page source. You need to modify your style to get it out of the table that you have it in.

saji09 09-15-2009 05:24 PM

you mean to say, i have to remove this from the page where i need to show the tabs ?

Lynne 09-15-2009 05:27 PM

No, you don't want to remove it.

Currently, you have it inside a table:
HTML Code:

<script type="text/javascript">
<!--
        // Main vBulletin Javascript Initialization
        vBulletin_init();
//-->

</script>


</td>
      </tr>
    </table>
      </td>
  </tr>
</table>

Take it outside the table:
HTML Code:

</td>
      </tr>
    </table>
      </td>
  </tr>
</table>
<script type="text/javascript">
<!--
        // Main vBulletin Javascript Initialization
        vBulletin_init();
//-->

</script>


saji09 09-15-2009 05:46 PM

lynneee You Are A Geniusss And A Greeeeeeeeatttttttttt Moderator.....it Worked :)

Lynne 09-15-2009 06:04 PM

I'm glad you got it working right. :)

saji09 09-15-2009 06:43 PM

:), how did you figure out that it could be the reason??

Lynne 09-15-2009 07:14 PM

Cuz I've seen it happen many times before. :)


All times are GMT. The time now is 07:44 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.01226 seconds
  • Memory Usage 1,733KB
  • 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
  • (3)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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