The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#222
|
||||
|
||||
umm seeing as how it is almost a split now - 50/50 IE to firefox users - don't you think you should at least TRY to be multi browser compliant?
|
#223
|
|||
|
|||
Any update on version 2 superfly ?
|
#224
|
|||
|
|||
nice! didn't look thru all 15 pages, but you placed a wrong code in for "View My Page". I believe you put "[username]" and its supposed to be
Quote:
******************* also, your "View My Buddy's" was wrongfully linked. I have the forum friends thing installed so i modified it to goto that hack using this Quote:
|
#225
|
|||
|
|||
Any word on a version 2 ?
|
#226
|
|||
|
|||
any1 know how i would write a hook to the user cp for the "profile views" hack and "last login" hack?
|
#227
|
|||
|
|||
looks promising, i'd like to see version 2 when it comes out.
does anyone know of any other usercp rewrite hacks? |
#228
|
|||
|
|||
just want you show my interest in a fixed version where the following problems will be fixed:
- newest profile pic / avatar showing up - a working buddylist with online/offline status - a working PM preview That product you released here is to great to continue letting it be so buggy. I really like your work especially this product. When the issues mentioned above are solved I think it can become far more popular. Lot of ppl are scared by the reported bugs/malfunctions. Thanks for your time! Keep up the good work! :up: bye Vic |
#229
|
|||
|
|||
regarding a bugfix for that timestamp/avatar/profilepic issue I just found that thread on vb.com. perhabs that might be helpful:
http://www.vbulletin.com/forum/showthread.php?t=224697 |
#230
|
||||
|
||||
Ok all. Thank me later... I solved it.. Good ol by hand jury rigging.
Ok here is what I have. I am a 3.5.x VB user. I do NOT store Avatars and Profile pics in the database, I have them in the Filesystem (Aka to those who dont know, its in admincp - Attachments - Storage type. Taking the files from the SQL database to a ftp type server basically. Now then if your having the issue of you cant find a variable, command etc to get the profile pics to show up or avatar pics to show up in the UserCP "Myspace" looking template. Here you go. Code:
<td style="border-style:solid;border-width:1px;" class="vbmenu_control"> <div>Profile Picture:</div><img src="customprofilepics/profilepic$bbuserinfo[userid]_1.gif" alt="$vbphrase[your_profile_picture]" border="0" /><br /><div>Avatar:</div><img src="customavatars/avatar$bbuserinfo[userid]_1.gif" alt="<phrase 1="$bbuserinfo[username]">$vbphrase[xs_avatar]</phrase>" border="0" /><br /></a></td></td> Explination: Code:
Now then, since we filesystem users cant seem to use image.php that means we are stuck.. well I learned how VB was working this. In the FTP for the folder "customavatars or customprofilepics" You will notice the file names, the file name MATCH the userid #. So added the extra chars it needed, and vola, when the forums load it up, as you can see it loads the path, avatar(that I wrote in manually in the template), the user ID number, then -1.gif and vola! It works! Now mind you I will mention this as I can see a issue already. This is pre defined for Custom Avatars and Profile pics ONLY. Meaning if you have "Set" avatars to select in your forum.. you would need to code it differently. I can only guide you part way here. But least I have a REAL answer for you on how to code it if your a filesystem user. Btw.. mine is tad tricker.. as im giving users the option to choose which type of usercp they want to use.. not to mention I have them able to change avatar types from normal avatar to xbox live gamertag as a avatar, controlled within usercp. =) Anyways does this help out anyone? |
#231
|
||||
|
||||
it works, but the picture doesn't update in the usercp.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|