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 Page (https://vborg.vbsupport.ru/showthread.php?t=179989)

neologan 05-21-2008 06:39 PM

i don't have a screen shot as i added the code to the post template so it looks the same now.

but if you go here: https://vborg.vbsupport.ru/profile.php?do=editoptions you see the light gradient blue bar saying: Edit Options: username, this is the bar that is totally missing in the mod. not a big deal really :)

Wired1 05-21-2008 06:49 PM

What's the code? I'll add it tonight.

KHALIK 05-21-2008 08:12 PM

How do I manage to get it displayed on postbit?

Example - like this or smiliar (prefer - just one line and the rest under popup)

This is from neologan forum
http://forums.pureoverclock.com/showthread.php?t=479


I have installed this and can see the extra options under my UserCP, but it does not display under postbit.

any ideas why?

Jase2 05-21-2008 08:21 PM

Anything changed from the 3.6 version Wired ?

Big Boss 05-21-2008 08:31 PM

Thanks for the update! I've been waiting for this and it's finally here.

neologan 05-21-2008 08:36 PM

Quote:

Originally Posted by KHALIK (Post 1527263)
How do I manage to get it displayed on postbit?

Example - like this or smiliar (prefer - just one line and the rest under popup)

This is from neologan forum
http://forums.pureoverclock.com/showthread.php?t=479


I have installed this and can see the extra options under my UserCP, but it does not display under postbit.

any ideas why?

that is a different mod: https://vborg.vbsupport.ru/showthread.php?t=97702

Wired1 05-21-2008 08:39 PM

Quote:

Originally Posted by KHALIK (Post 1527263)
How do I manage to get it displayed on postbit?

Example - like this or smiliar (prefer - just one line and the rest under popup)

This is from neologan forum
http://forums.pureoverclock.com/showthread.php?t=479


I have installed this and can see the extra options under my UserCP, but it does not display under postbit.

any ideas why?

Because this mod has nothing to do with the dropdown in the postbit :) That's a different mod of mine, although that site you linked to either made their own or uses someone else's. They do indeed use my profile page mod though.


Quote:

Originally Posted by Jase2 (Post 1527270)
Anything changed from the 3.6 version Wired ?

Functionality, nope. easier install though (less manual edits). Still working on something new for it, but it would hardly be a noticable change.


Quote:

Originally Posted by Big Boss (Post 1527277)
Thanks for the update! I've been waiting for this and it's finally here.

Hit INSTALL then! :)

neologan 05-21-2008 09:10 PM

Quote:

Originally Posted by Wired1 (Post 1527187)
What's the code? I'll add it tonight.

the actual table is

Code:

<tr>
<td class="tcat">[new phrase?]</td>
</tr>

in the page template above:

Code:

<tr>
        <td class="thead">$vbphrase[extra_options]</td>
</tr>
<tr>

but i think a new phrase for naming this would be best, too?

odeezie 05-21-2008 09:30 PM

I installed this, but im not seeing anything...Am I supposed to see an "Extra Options" link show up in my UserCP? :confused:

Wired1 05-21-2008 09:37 PM

Code:

<tr>
        <td class="tcat">$vbphrase[edit_extra_options]</td>
</tr>

just before
Code:

<tr>
        <td class="thead">$vbphrase[extra_options]</td>
</tr>

is sufficient I think. Now that I see the change, I'll probably wait till the next product version update to add that, as no one's mentioned it in years :)


All times are GMT. The time now is 02:53 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.01210 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
  • (4)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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