vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Profile Enhancements - Extra Profile Fields Tab (https://vborg.vbsupport.ru/showthread.php?t=180329)

Wired1 06-09-2008 07:39 PM

Alphabetical in order maybe? Either way, it's a question more for the modding community and/or Jelsoft, so you may want to start a new thread concerning the order of tabs via plugins.

ssslippy 06-10-2008 03:10 AM

here is your cache code for your tab

Code:


<plugin active="1" executionorder="5">
<title>Caches Extra Profile Field Tab</title>
<hookname>cache_templates</hookname>
<phpcode><![CDATA[if (THIS_SCRIPT == 'member')
{
$globaltemplates = array_merge($globaltemplates, array('memberinfo_block_EPFP_tab'));
}]]></phpcode>
</plugin>


vanbao 06-11-2008 08:35 PM

Okay,

I must be missing something here. I am trying to find a way to change the text from on the link and tab from "extra options" to "Favorite Listings".

Please help. Much appreciated.

Wired1 06-11-2008 09:38 PM

Quote:

Originally Posted by vanbao (Post 1547016)
Okay,

I must be missing something here. I am trying to find a way to change the text from on the link and tab from "extra options" to "Favorite Listings".

Please help. Much appreciated.

Check out the example image. It shows what phrase to edit. The EPFP mod uses the same phrase for some things as well.

vanbao 06-11-2008 10:53 PM

Quote:

Originally Posted by Wired1 (Post 1547065)
Check out the example image. It shows what phrase to edit. The EPFP mod uses the same phrase for some things as well.

I noticed that the text "extra_options" shows up in both the admincp/profilefield.php

at
Quote:

"$vbphrase[options]: $vbphrase[other]",
"$vbphrase[options]: $vbphrase[extra_options]"
and in the .xml at:
Quote:

'class' => 'EPFP_tab',
'title' => $vbphrase['extra_options'],
So do I change the text in both places? I tried opening the .xml file but it does not open.

Wired1 06-11-2008 11:31 PM

No, you are not supposed to edit random code. Read the vB manual on how to edit phrases. It is part of the AdminCP.

http://www.vbulletin.com/docs/html/

ThreeD 06-13-2008 10:37 AM

How would I tweak this to make two extra profile field tabs? :)

kether1 06-19-2008 05:13 AM

Quote:

Originally Posted by Wired1 (Post 1542738)
Ah, I typed in a ? before it instad of an &.

I think I know how to fix it, I'll do some testing.

Any luck with the linking to the tab? I still have not been able to accomplish it.

Thanks,
Kether

Wired1 06-19-2008 07:28 AM

Nada. Can't get it to work at all. Looked into the code a bit. Because they're AJAX tools, I think there needs to be java references to the individual tabs somewhere within their scripts.

kether1 06-21-2008 07:19 PM

Quote:

Originally Posted by Wired1 (Post 1553348)
Nada. Can't get it to work at all. Looked into the code a bit. Because they're AJAX tools, I think there needs to be java references to the individual tabs somewhere within their scripts.

Thanks for looking!

Regards,
Kether


All times are GMT. The time now is 03:27 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.01434 seconds
  • Memory Usage 1,739KB
  • 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
  • (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