Quote:
Originally Posted by soletrader
|
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
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
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
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
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.