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)
-   -   Major Additions - vS-Interactive Profiles (https://vborg.vbsupport.ru/showthread.php?t=150028)

skariko 01-21-2008 07:44 AM

I think i make an error, all the profile is goog but when i try to view the "other infraction" of a user.. the link is to view the other profile comments.

If you view the attachment, when i click on "2" to view the second page of infraction of that user the link below is: http://www.***.it/forum/profilecomment.php?u=1&page=2

How can i change it?

Thanks.
Ska

rbrashear68 01-21-2008 02:00 PM

Okay Christi, I think I have a small clue what you mean. In the ACP, I go to edit templates, then User Profile Fields, then what sub category do I choose? Is it 'userfield_textbox'?

christi78 01-21-2008 04:43 PM

Quote:

Originally Posted by rbrashear68 (Post 1425858)
Okay Christi, I think I have a small clue what you mean. In the ACP, I go to edit templates, then User Profile Fields, then what sub category do I choose? Is it 'userfield_textbox'?

Yes depending on which field you are creating you will either make a single line text field or a mutiline text field. Here is a list of the ones I created. Just replace the field numbers that are generated when you create your fields in the code I sent you. So if you make an about me field and it is listed as field 13 then change the field1 in the code to refect field 13 which is yours. To create a field just go in to Admin CP click on "User Profile Fields" then click on "User Profile Field Manager" .

About Me
Multiple-Line Text Box Editable, Searchable field1
Location
Single-Line Text Box Editable, Searchable, Members List field2
Quote:
Single-Line Text Box Editable, Searchable field17
Interest General
Multiple-Line Text Box Editable, Searchable field3
Gender:
Single-Line Text Box Editable, Searchable field18
Occupation
Single-Line Text Box Editable, Searchable field4
Hobbies:
Multiple-Line Text Box Editable, Searchable field21
Music:
Multiple-Line Text Box Editable, Searchable field22
Movies
Multiple-Line Text Box Editable, Searchable field23
TV Shows
Multiple-Line Text Box Editable, Searchable field24
Books
Multiple-Line Text Box Editable, Searchable field25
Marital Status:
Single-Line Text Box Editable, Searchable field26
Children
Single-Line Text Box Editable, Searchable field27
Religion
Single-Line Text Box Editable, Searchable field28
Home Town
Single-Line Text Box Editable, Searchable field29
Ethnicity
Single-Line Text Box Editable, Searchable field30
Who I would like to meet:
Multiple-Line Text Box Editable, Searchable field31
Myspace URL
Single-Line Text Box Editable, Searchable, Members List field19
Yuwie Profile Address
Single-Line Text Box Editable, Searchable, Members List field12
Youtube Video v=
Single-Line Text Box Editable, Searchable field20

rbrashear68 01-25-2008 05:47 PM

Thanks again Christi, but I still don't understand 100%. You said the above text is input into the code of the userfield_textbox, but I don't see how it could translate that. Let me confirm that I'm supposed to add lines exactly as you typed them into here:

Code:

<fieldset class="fieldset">
        <legend><label for="ctb_$profilefieldname">$profilefield[title]</label></legend>
        <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
        <tr>
                <td>$profilefield[description]</td>
        </tr>
        <tr>
                <td><input type="text" class="bginput" name="userfield[$profilefieldname]" id="ctb_$profilefieldname" value="$bbuserinfo[$profilefieldname]" size="$profilefield[size]" maxlength="$profilefield[maxlength]" /></td>
        </tr>
        </table>
</fieldset>
<input type="hidden" name="userfield[{$profilefieldname}_set]" value="1" />

Please forgive my ignorance :o Is it possible you mean to use an html editor to add this to the above code?

I don't see the exact name "User Profile Field Manager":
https://vborg.vbsupport.ru/external/2008/01/10.jpg

christi78 01-26-2008 01:42 AM

Ok first it is not in the edit templates to begin with you must frist create the fields. I have created or the ones you want to see on the profile. This is done in the AdminCP on the left hand side you will see

HTML Code:

User Profile Fields 

User Profile Field Manager
Add New User Profile Field
User Profile Field Categories
User Ranks 

Select the Add New User Profile Field and create the fields. Each Field created is associated with a number that vbulletin assigns to it once created.

Then in the MEMBERINFO code where you want to see the field displyed use the following code.
HTML Code:

<tr valign="top" >
        <td align="left" valign="top" width="33%"> <div align="left"><span ><strong>(Name of the field):</strong></span></div></td>
        <td style="">$userinfo[field#]</td>
        </tr>

If you want send me a PM and we can get together on this and if you want I can get on chat or something and walk you though it.

rbrashear68 01-26-2008 02:39 PM

LOL! Silly me! :( Sorry, I was looking in the wrong place the whole time! Thanks for being patient with me! I'll give that a try! You're the best! :)

Rick

edit: Christi, I got it worked out. It helps a great deal for me to look in the right spot LOL! Thanks so much for your help.

I do still have one minor problem when viewing user profiles. This occurred after installing the mod. There are two things on the navbar that no longer link to anything when you click on it. One is "Search" and the other is the "Quicklinks"
https://vborg.vbsupport.ru/external/2008/01/5.jpg

I think if I find the code on another page that pertains to that, I can fix it, but if you know off hand, please post. -Thanks again!

edit again!: Now looking at it again, I think it's the code that is affecting it somehow. It has the proper hook (I believe), but something is disabling those links.

christi78 01-27-2008 01:08 AM

I would think then you are not pulling $navbar but I would need to look at the page can you send me the link.

rbrashear68 01-28-2008 02:27 PM

Christi, (queue the Twilight zone them song) it is now working. It was like this for days, but for some reason decided to start working. When it was acting up, it did it in Firefox and IE, but strangely it works now.

Again, thank you so much for sticking with me and helping me! I learned a lot about this on this mod and your help alone. Great stuff!

christi78 01-29-2008 02:50 AM

Glad it started working :) If I can get this to match up with Myspace layouts I will post the code here fo all to use.

Shazz 01-29-2008 03:32 AM

When upgrading to 3.7 I recommending uninstalling this.


All times are GMT. The time now is 10:01 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.01784 seconds
  • Memory Usage 1,753KB
  • 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
  • (2)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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