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)

FleaBag 06-19-2007 10:45 AM

Thanks PV - you are the kind of coder I love! I am all for paid for mods, because you sometimes get a superior product - it is very community minded for you to release it here - I know many would rather sit on it. Thanks and well done.

fleccy 06-19-2007 10:49 AM

Thanks for the mod, works great!

http://www.fleccy.com/forum/member.php?u=2

OziloZ 06-19-2007 10:53 AM

Quote:

Originally Posted by soletrader (Post 1271433)
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

Its cause of Zodiac Sign.
I fixed it like this.

I removed it under

Code:

<if condition="$show['age']">
and added this

Code:

<tr valign="top">
        <td class="panelsurround" align="center">
        <div class="panel">
                <div align="$stylevar[left]">
<if condition="$userinfo['zodiac_sign']">
<strong>$vbphrase[iprof_zodiac_sign]</strong>: $userinfo[zodiac_sign]
</if>
</div>
        </div>
        </td>
        </tr>

under

Code:

</dl>
</div>
        </div>
        </td>
        </tr>

It looks better than previous one
http://mygeyiq.com/forum/member.php?u=2

wizardan 06-19-2007 11:00 AM

Quote:

Originally Posted by Quantnet.org (Post 1271491)
This is where the instruction breaks my memberinfo template

I went through one by one, make changes and see what breaks to naildown to this

Find
Code:

<if condition="$show['age']">
Add beneath

Code:

<if condition="$userinfo['zodiac_sign']">
                                <tr>
                                        <td>
                                                <strong>$vbphrase[iprof_zodiac_sign]</strong>:<br />
                                                $userinfo[zodiac_sign]
                                        </td>
                                </tr>
                                </if>


I had the same issue.
I moved the added code a few lines lower to right below this:
Code:

<dd class="smallfont">$userinfo[age]</dd>
                                </if>


rainyleaves 06-19-2007 11:04 AM

Great mod!!!

I got this error when I installing.
How can I fix?

Thanks.. :)


Quote:

Importing Product, Please Wait...

[:]

* Creating profilecomment table
* Creating memberview table
* Creating friendrequest table
* Creating iprof_css table
* Altering user table


Warning: mysql_real_escape_string() expects parameter 1 to be string, array given in /includes/class_core.php on line 665

karlm 06-19-2007 11:16 AM

Same here, luckily on my test board only.

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.

Is there way to enabled images as backgrounds (aside from purely localized ones)... so far, you cannot even put them in a seperate folder because of the /need/for/directory/reference.

Cheers for anyone with an idea on this issue.

Karl

ETA: Sorry, my bad - it's under the adminCP options area... :)

fleccy 06-19-2007 11:21 AM

Quote:

Originally Posted by rainyleaves (Post 1271687)
Great mod!!!

I got this error when I installing.
How can I fix?

Thanks.. :)

Just import it again with overwrite.

akanevsky 06-19-2007 11:39 AM

Quote:

Originally Posted by soletrader (Post 1271433)
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 (Post 1271456)
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 (Post 1271456)
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 (Post 1271503)
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 (Post 1271602)
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.

karlm 06-19-2007 11:54 AM

Quote:

Originally Posted by Psionic Vision (Post 1271695)
You can fix that in vBulletin Options.
It's strict by default, for security purposes, but you can disable that.

I edited the options in admincp to allow url's in CSS, but so far I can still not seem to add images. This is the code I'm using:

Code:

{
 background-image:url('http://www.my/image/file.jpg');
 background-attachment:fixed;
 background-repeat:repeat;
  }

Any assistance, greatfully received.

karlm 06-19-2007 12:03 PM

Quote:

Originally Posted by fleccy (Post 1271689)
Just import it again with overwrite.

It just repeats the same error when I do this.
Using 3.6.7PL1


All times are GMT. The time now is 08:51 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.02215 seconds
  • Memory Usage 1,769KB
  • 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
  • (7)bbcode_code_printable
  • (2)bbcode_html_printable
  • (12)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