vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   Myspace Profile Re-Write PRO! 1.0.0 (https://vborg.vbsupport.ru/showthread.php?t=109094)

criscokid 04-17-2006 05:27 PM

Quote:

Originally Posted by Stangsta
It wont work on Windows, sorry.

It does work if you're running ISAPI Rewrite.

Quote:

Originally Posted by Stangsta
If you dont want to read all 37 pages....use the "search this thread" button.

It's not a case of me using the "search this thread" button... you missed the point I was trying to make - you'll have more happy users of this mod if there was a sepearate thread for them to boast / show off their hard work. Just my 2p worth.

criscokid 04-17-2006 09:19 PM

When I created all the extra profile fields - for the ones that are drop down boxes I also included the option of choosing 'Rather not say'. What would be great is if the content for a field is 'Rather not say' then that entire line (including the subject title) is not displayed when viewing that person's profile.

criscokid 04-17-2006 10:39 PM

I'd really appreciate it if someone could give me some help... I want to put the section into two columns so that each user's personal information is nicely aligned.

I guess to do this I need to create a table - my problem is I 'm not hot on tables and can't get it right. Here's the code from my template that creates the "user's information" block:
Code:

<table width="100%" class="tborder" cellspacing="1" cellpadding="6">
<tr>
<td class="thead"><b>$userinfo[username]'s information:</b></td>
</tr>
<tr>
<td class="alt1">
<div class="smallfont">
<b>Profession:</b> $userinfo[field4]<br />
<b>$vbphrase[age]:</b> $userinfo[age]<br />
<b>Sex:</b> $userinfo[field16]<br />
<b>Body type:</b> $userinfo[field20]<br />
<b>Ethnic origins:</b> $userinfo[field21]<br />
</div>
</td>


criscokid 04-18-2006 11:31 AM

I've created a field allowing my users to include URLs to all of their online profiles. The input field is a multi-line free text block. My users are entering each URL on a new line. When viewing this field on their profile it appears as one hyperlink which is made up of all the URLs strung together.

Is there any way to make this a different URL for each line?

criscokid 04-18-2006 05:36 PM

Quote:

Originally Posted by CodeRed
The one thing that still doesnt work in the profile page is the Total User Images: portion. It's suppose to display the total number of images the user has in the PhotoPost Gallery. I have not been able to figure that one out yet so if anyone can find the fix I'd greatly appreciate it!

I'm no coder but I've been thinking about this... this value is held in the PhotoPost database isn't it? Have you 'told your code' that it needs to be looking in another database?

ReviewPost (made by the same people who make PhotoPost) has it's own showmember page at /reviews/member.php?uid=x which shows the following info:
Number of products uploaded
Number of reviews posted
Last product uploaded
Last review posted

I'd like to be able to also include this information in the 'forum information' block of a person's profile (at the moment it only shows links relating to the forum section of a site).

imported_infitech 04-18-2006 06:45 PM

Quote:

Originally Posted by criscokid
I really like CodeRed's layout as shown in post 524 - it's clean and logical and uses both the avatar and the photo. It unfortunately doesn't show a person's friends / buddies and vbJournal entries. imported_infitech's layout is also really cool!

How about starting off a new thread so that people can show off their implimentations of this mod and maybe even share their MEMBERINFO template edits with others.

Thanks. Too bad it doesnt inspire people to join my forums and post something for a change. I've seen people run a forum for 2 months and get more members and posts than i've had in 3 years.

imported_infitech 04-18-2006 06:50 PM

Quote:

Originally Posted by criscokid
I'd really appreciate it if someone could give me some help... I want to put the section into two columns so that each user's personal information is nicely aligned.

I guess to do this I need to create a table - my problem is I 'm not hot on tables and can't get it right. Here's the code from my template that creates the "user's information" block:
Code:

<table width="100%" class="tborder" cellspacing="1" cellpadding="6">
<tr>
<td class="thead"><b>$userinfo[username]'s information:</b></td>
</tr>
<tr>
<td class="alt1">
<div class="smallfont">
<b>Profession:</b> $userinfo[field4]<br />
<b>$vbphrase[age]:</b> $userinfo[age]<br />
<b>Sex:</b> $userinfo[field16]<br />
<b>Body type:</b> $userinfo[field20]<br />
<b>Ethnic origins:</b> $userinfo[field21]<br />
</div>
</td>



Code:

<table width="100%" class="tborder" cellspacing="1" cellpadding="6">
<tr>
<td class="thead"><b>$userinfo[username]'s information:</b></td>
</tr>
<tr>
<td class="alt1">
<div class="smallfont">
<b>Profession:</b> $userinfo[field4]<br />
<b>$vbphrase[age]:</b> $userinfo[age]<br />
<b>Sex:</b> $userinfo[field16]<br />
<b>Body type:</b> $userinfo[field20]<br />
<b>Ethnic origins:</b> $userinfo[field21]<br />
</div>
</td>
</tr>


CodeRed 04-18-2006 07:01 PM

Quote:

Originally Posted by imported_infitech
Thanks. Too bad it doesnt inspire people to join my forums and post something for a change. I've seen people run a forum for 2 months and get more members and posts than i've had in 3 years.

if it makes ya feel better... i just signed up... ill post a few things in the photog section... :D

EDIT:
one thing i noticed is that you member gallery links listed in the profile pagelead to:
Code:

http://www.infitechdesign.com/gallery/showgallery.php?cat=500&ppuser=107
should be something like...
Code:

http://www.infitechdesign.com/forums/gallery/browseimages.php?do=member&imageuser=107
i guess the "107" will be "?" or something like that... im no coder... i just plug n play until it works... hehe

criscokid 04-18-2006 08:26 PM

imported_infitech: Your post #557 in this thread... I had the </tr> at the end of the code - I probably didn't 'grab it' when I did a copy and paste of the code. It's kind of hard to describe what I'm trying to achieve so I'll do it this way... Imagine this is my text block in a browser:

(Column 1) (Column 2)
Profession: Techie
Age: 37
Sex: Male

(Except in my example above I can't get the '37' and 'Male' to line up underneath each other)

imported_infitech 04-18-2006 09:16 PM

Code:

<tr>
    <td colspan="2"><strong>$userinfo[username]'s information:</strong></td>
  </tr>
  <tr>
    <td> Profession:</td>
    <td>Techie</td>
  </tr>
  <tr>
    <td> Age:</td>
    <td>37</td>
  </tr>
  <tr>
    <td> Sex:</td>
    <td>Male</td>
  </tr>



All times are GMT. The time now is 02:55 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.01972 seconds
  • Memory Usage 1,757KB
  • 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
  • (6)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
  • (3)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