vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   Help with New Profile Tab (https://vborg.vbsupport.ru/showthread.php?t=228120)

Omegatron 11-17-2009 12:01 AM

The issue is this my block has this being inserted by vbulletin

Code:

<div id="view-ppProfile" class="block">
Thats surrounding my memberinfo_block_ppProfile template

It is suppose to be

Code:

<div id="view-ppProfile" class="view_section">
That way its hidden until click. Now once I click a tab everything is fine so this is something minor

Lynne 11-17-2009 01:50 AM

I just did a quick test on my beta 3 using the plugin I wrote and it works just fine. I go to my profile and the new tab is there. I click on the tab and I get the correct output and the tab is not highlighted when I first get there.

Omegatron 11-17-2009 09:29 AM

Yeah I found out you need to add this into the memberinfo template so unlike 3.8 you need to hook into two locations. profile left last for the button and profile left for the content box.

<div id="view-myVariable-content" class="<vb:if condition="$selected_tab == 'myVariable'">selected_view_section<vb:else />view_section</vb:if>">
{vb:raw blocks.myVariable}
</div>

Lynne 11-17-2009 02:55 PM

Actually, I tested mine on my beta 3 suite and I only needed one plugin. I no longer needed the one for the tab since it was added automatically now (it wasn't in alpha1 through beta 2).

But, if you've got it working now, great!

Omegatron 11-17-2009 04:41 PM

Yeah the tab was never an issue ;)

The issue was as posted in post 11 vb wraps it with a block thing but if its a tab it needs a specific wrap in profile left as posted. I still need to try and code up the call to load that block I posted in 13 automatically. I just hard coded that one part for now to make sure it fixed the issue of it displaying outside of the cell and it did. Basically it needs that special class as posted with selected_view_section or view_section not block which it was doing before.

--------------- Added [DATE]1258491127[/DATE] at [TIME]1258491127[/TIME] ---------------

Sometimes Lynne you just need to step back grab a coffee and relax. Issue was real simple. Just had to define wrap to false in the block setup and then in the template place the div tags I noted in post 13. LOL Since vb is for the most part tableless the div id class tags are very important I have found. Since wrap is by default set to true and I had omitted the surrounding div tag it surrounded it with one that is for the sideblock instead of the proper one I needed.

The fruits of my labor can be seen here

http://www.reeftalk.com/forums/members/1-Chuck-S

The random gallery photo and gallery tab stats ;)

ageurtse 12-29-2009 05:11 PM

Omegatron, could you tell me what exactly you did, i followed the manual posted here,
https://vborg.vbsupport.ru/showthrea...ght=profile%2A

but when i get to the members profile page, on the default page my content is showing.

when i hit a tab button al is ok.

do i need to alter the members.php page? or whatever.

Omegatron 12-31-2009 02:03 PM

Can you post what you did? I might be able to give a few pointers.

I simply made a new profile table how its defined. Pretty much the way it was in 3.8 series except the template calls are a little different.

I cant really post what I did because it contains copyrighted code from another company I work for. ;) Unless you own the program the tab was written for you cant access the code.

ageurtse 12-31-2009 04:00 PM

See this link for what i did so far. https://vborg.vbsupport.ru/showthread.php?t=231539


All times are GMT. The time now is 04:50 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.01051 seconds
  • Memory Usage 1,730KB
  • 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
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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