Thread: Major Additions - vS-Interactive Profiles
View Single Post
  #79  
Old 06-19-2007, 11:39 AM
akanevsky akanevsky is offline
 
Join Date: Apr 2005
Posts: 3,972
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by soletrader View Post
Im interested in fixing a weird template error. My own personal profile layout is different from other members.

Mine: http://www.traderslaboratory.com/forums/1-soultrader/
Others: http://www.traderslaboratory.com/forums/442-tingull/

How can I fix mine up? Thanks
Please download the package again and use the new memberinfo modification for zodiac sign... There was a little fix. To summarize, the fix is as follows:

REPLACE A VBULLETIN 3.6.5-AND-BELOW VERSION...

HTML Code:
				<if condition="$userinfo['zodiac_sign']">
				<tr>
					<td>
						<strong>$vbphrase[iprof_zodiac_sign]</strong>:<br />
						$userinfo[zodiac_sign]
					</td>
				</tr>
				</if>
WITH A VB 3.6.6+ VERSION...

HTML Code:
				<if condition="$userinfo['zodiac_sign']">
					<dt class="smallfont"><strong>$vbphrase[iprof_zodiac_sign]</strong>:</dt>
					<dd class="smallfont">$userinfo[zodiac_sign]</dd>
				</if>
Quote:
Originally Posted by iogames View Post
funny thing! I prefer to buy it without th Copyright notice, where I donate?
Please see the right hand side of the first post in this thread. It has a Support Developer button...

Quote:
Originally Posted by iogames View Post
Question: does it works, or doesn't interfere with Zoints?
Sorry, I am not sure whether or not it interferes with Zoints. Most likely, it's one or the other...

Quantnet.org,

See above.

Quote:
Originally Posted by Illustrious View Post
I made all the plugin and file edits that are listed in the readme, but when it came time to import the product, it wouldn't import.

It's stuck at the importing screen and doesn't create the tables or anything. Very strange.
See if importing it again helps.

Quote:
Originally Posted by PoetJA-1975 View Post
INSTALLED and Nominated for Mod of the Month
Thanx for making this modification available on vB.org Anthony.
I've just $10 donation... ALSO one question/issue
I've customized the modification to JPiC specifications...
In the navbar template:



I added blinking text html to the edits.
But for some reason the "New Comments" is not showing.
Any ideas? Again = Thanx - Brilliant mod

Jacquii.
Are you, by any chance, commenting your own profile? It does not create notifications when you do things to yourself...

Quote:
Additionally, one thing I'm not too keen on atm is that because the CSS declines a lot of characters, it will not allow '/' thus making it impossible (as far as I can tell) to add images as backgrounds for your profile pages.
You can fix that in vBulletin Options.
It's strict by default, for security purposes, but you can disable that.
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02152 seconds
  • Memory Usage 1,784KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_html
  • (6)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete