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)

y2krazy 08-17-2007 10:08 PM

Very nice mod I must say! I do have one question, though...

Is there anything like this available for the MEMBERINFO page? I would like to allow my members to add their own personal 'tabs' specifically for, let's say, and individual character they play in a role-playing game (up to X amount of tabs). It would be really nice to have a feature like you have made for CMPS made available for use on the main forums. Thanks for your time!

bobster65 08-17-2007 10:36 PM

Quote:

Originally Posted by y2krazy (Post 1319912)
Very nice mod I must say! I do have one question, though...

Is there anything like this available for the MEMBERINFO page? I would like to allow my members to add their own personal 'tabs' specifically for, let's say, and individual character they play in a role-playing game (up to X amount of tabs). It would be really nice to have a feature like you have made for CMPS made available for use on the main forums. Thanks for your time!

Actually, the Tabs technology can be used within the forums as well.... its not just limited to CMPS.. I think you could accomplish what you are after fairly easy by using additional profile fields and a few template edits.... (don't hold me to do it for ya tho ;) ) I'll do a little playing around and see if I can come up with something that might work for ya.

y2krazy 08-17-2007 11:02 PM

Quote:

Originally Posted by bobster65 (Post 1319923)
Actually, the Tabs technology can be used within the forums as well.... its not just limited to CMPS.. I think you could accomplish what you are after fairly easy by using additional profile fields and a few template edits.... (don't hold me to do it for ya tho ;) ) I'll do a little playing around and see if I can come up with something that might work for ya.

That would be sooo good to see. If you decide to release it, it will surely help more than just me out. ;)

jasculs 08-27-2007 05:44 AM

I keep trying to figure it out, but I can't seem to get my recent posts in the tabs to look like how you have it or how it would like in a vbadvanced center module

bobster65 08-27-2007 01:49 PM

Quote:

Originally Posted by jasculs (Post 1326504)
I keep trying to figure it out, but I can't seem to get my recent posts in the tabs to look like how you have it or how it would like in a vbadvanced center module

PM me when you get a chance and I will try and help you out to get the result you are looking for.

ahmednadir 11-03-2007 03:26 PM

WOOOW
This is EXACTLY!!! what I was looking for
it just come to my mind 2 minutes ago so I logged in to check if its here and there it is.
alot of editing but hope I don't mess up anywhere down the line.lol

thanks alot mate
"installed"

class101 11-14-2007 05:49 AM

wow I was about to miss this awesome hack, thanks again bobster

class101 11-14-2007 08:21 AM

I'm also getting the same error some users mentionned also

Code:

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /includes/vba_cmps_include_template.php on line 47

class101 11-14-2007 09:20 AM

ok I have found how to fix this error ,

you should include cmps files before the vb global one

that way:
PHP Code:

chdir('../');

$phrasegroups = array();
$globaltemplates = array();
$actiontemplates = array();
$specialtemplates = array();

require_once(
getcwd().'/includes/vba_cmps_include_template.php');
require_once(
getcwd().'/includes/vba_cmps_global.php');
require_once(
getcwd().'/global.php'); 


Gaetan 11-14-2007 09:39 AM

wooooooooow i love it Oo

thanks a lot !!


All times are GMT. The time now is 11:57 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
  • Page Generation 0.01534 seconds
  • Memory Usage 1,741KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (3)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