vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   Profile Enhancements - Nicer Profile Layout (https://vborg.vbsupport.ru/showthread.php?t=174752)

SmileyR 03-31-2008 10:00 PM

Nicer Profile Layout
 
This is to make the profile look nicer and simpler while retaining all the features!

Just Replace your current MEMBERINFO template with this code!

I recommend you backup/save your previous one unless it was still default! You need to addin all the add-ons you got but enjoy :)

Enjoy!

Mark install if you use this please

Last updated: 4/27/08

tiekie 04-01-2008 08:40 AM

This is a nice clean look :)

Evolution06 04-01-2008 04:38 PM

It is missing a </if> tag somewhere I am looking for it now.

SEOvB 04-01-2008 08:24 PM

just add it at the very end :D


always works, lol

SmileyR 04-01-2008 09:06 PM

Quote:

Originally Posted by Evolution06 (Post 1480165)
It is missing a </if> tag somewhere I am looking for it now.

K, Thank you didn't relize there was a </if> missing :)

Quote:

Originally Posted by FRDS (Post 1480370)
just add it at the very end :D


always works, lol

Yep it usually does :)

Evolution06 04-01-2008 09:13 PM

In this case it did not work by adding it to the end.

Quote:

The following error occurred when attempting to evaluate this template:

The conditional on line 17 appears to be missing its beginning tag (<if>). This may cause unexpected behavior.

This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.
I do not have notepad++ at work to find this line can anyone find the line please?

dcw 04-02-2008 06:04 AM

Could it be

Code:

<if condition="$show['usernotes']">
                        <div class="fieldset">
                                <div style="padding:$stylevar[formspacer]px">
                                        $vbphrase[user_notes]:

                                        <if condition="$show['usernoteview']">
                                                <strong>$usernote[total]</strong> [<a href="usernote.php?$session[sessionurl]u=$userinfo[userid]">$vbphrase[view]</a>]
                                        </if>


asj 04-02-2008 09:03 AM

The conditional on line 167 appears to be missing its beginning tag (<if>). This may cause unexpected behavior. ?? :(

SmileyR 04-02-2008 09:23 AM

Quote:

Originally Posted by asj (Post 1480718)
The conditional on line 167 appears to be missing its beginning tag (<if>). This may cause unexpected behavior. ?? :(

Thank you for bringing this to my attention... I reviewed the code there and saw that that entire part of the code was pretty much useless. Thank you :)

SmileyR 04-27-2008 10:50 PM

I have updated the code... Now it will insert some of your mods into it when they are installed


All times are GMT. The time now is 10:46 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.01098 seconds
  • Memory Usage 1,730KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete