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)

Shazz 01-09-2007 08:59 PM

Comment system working well with 3.6 :)

Chicago_VLNU_4s 01-10-2007 06:53 AM

does anyone know how I could make it display the time a comment was posted when someone post's a comment? I'm trying to use this line of code, but it isn't working.

Chicago_VLNU_4s 01-10-2007 03:51 PM

Quote:

Originally Posted by Shazz (Post 1154939)
Comment system working well with 3.6 :)

some of mine are vanishing. ANyone else having this problem?

Shazz 01-10-2007 05:10 PM

Quote:

Originally Posted by Chicago_VLNU_4s (Post 1155565)
some of mine are vanishing. ANyone else having this problem?

Add me on a instant messenger, and tell me your problems since this isen't the thread to be talking about it in...

Wordplay 01-10-2007 10:20 PM

is there any "add request" mod? that lets buddy adds function the way they do on myspace? so that people will have to accept first?

Shazz 01-10-2007 10:27 PM

Quote:

Originally Posted by Wordplay (Post 1155821)
is there any "add request" mod? that lets buddy adds function the way they do on myspace? so that people will have to accept first?

Should be built in 3.6

Shazz 01-11-2007 12:34 AM

Page not displaying for me

criscokid 01-11-2007 03:48 PM

What code would I add to this bit of code so that a profile field would not show up on the 'member info template' if the field has been left blank?

Code:

<tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Orientation:</strong></span></div></td>
        <td style="">$userinfo[field14]</td>
        </tr>


Wordplay 01-11-2007 05:12 PM

people have really stopped being helpful around here...

just a simple:

if condition="$userinfo[fieldX]"

/if

with the < >

Code:

<if condition="$userinfo[field14]">
<tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Orientation:</strong></span></div></td>
        <td style="">$userinfo[field14]</td>
        </tr>
</if>


criscokid 01-12-2007 05:04 PM

Quote:

Originally Posted by Wordplay (Post 1156375)
just a simple:

if condition="$userinfo[fieldX]"
/if

Thanks Wordplay :) basically the 'if condition' you wrote is checking to see if the fields is empty or not - I've seen that so many times before but it's never really 'clicked'. Cheers mate!

What would my condition be if I also wanted to not have the field show if the content of the field is 'rather not say'?


All times are GMT. The time now is 09:24 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.02683 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
  • (2)bbcode_code_printable
  • (4)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