The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
Quote:
i have img tag off in sigs only smilies are allowed.. but then again i have sigs off hehe |
#12
|
|||
|
|||
In light of that avatar hack...I just want to get a "feel" if this would be possible....would there be a way that a user could personally disable their avatar for a single post, without having to disable them totally?
My site uses avatars that are 130x280...so to turn them off would not be viable...I know they are long and it'd be easier to just say "redo the art.." heh...but say a poster wants to make a short post and not make all that blank space...what would the possibility be of making some check box to disable the avatar for a post / thread? Alot of my ppl (as you know since you were the one to move our threads.. Thanks!) are ex Ez Board refugees..so they got used to some creature comforts like that, and the ability to mark individual forums as read (wish that could be done too..sigh). Thanks for any help! |
#13
|
|||
|
|||
Hi,
I started on this, and then when I started to edit functions.php, my comp froze, so I had to restart. When I looked at it again, it was all blank, and my forums now say: Fatal error: Call to undefined function: getuserinfo() in /home/talkwres/public_html/forum/admin/sessions.php on line 327 Can I just upload functions.php again - or would I have to edit it? (I never installed it in the first place, so not sure what to do) thx Kam |
#14
|
|||
|
|||
I uploaded the old one, and it now said:
Parse error: parse error in /home/talkwres/public_html/forum/admin/functions.php on line 1874 Warning: Cannot add header information - headers already sent by (output started at /home/talkwres/public_html/forum/admin/functions.php:1874) in /home/talkwres/public_html/forum/admin/functions.php on line 1459 Fatal error: Call to undefined function: makelogincode() in /home/talkwres/public_html/forum/global.php on line 311 |
#15
|
|||
|
|||
I really think that these hack was made for vB 1...
and not for the 2 version.. So it's clear why it is not working .. By the way: Why do want to have this hack ? I think it's already in vB 2 , as you can chose to URL to a certain avatar. |
#16
|
|||
|
|||
Users can link to an image - but it puts that image on your server.
|
#17
|
|||
|
|||
Quote:
How do you work out what field number it is? thx Kam |
#18
|
||||
|
||||
Hover it in the Custom Profile Fields screen, and see the ID in the status bar.
|
#19
|
|||
|
|||
Thx Firefly,
So does this look right: // ###################### Start buildpostbit ####################### function getpostbit($post) { // sorts through all the stuff to return the postbit template // user global $bbuserinfo,$ignore; // showthread global $counter,$firstnew,$sigcache,$highlight,$postid,$f orum; // global options global $showdeficon,$showonline,$displayemails,$enablepms ,$allowsignatures,$wordwrap,$dateformat,$timeforma t,$logip,$replacewords,$postsperday,$avatarenabled ,$registereddateformat,$viewattachedimages; if ($userinfo[field5]) { $userinfo[field5] = "<img src='$userinfo[field5]' border='0'>"; } if ($counter%2==0) { $post[backcolor]="#F1F1F1"; $post[bgclass] = "alt1"; } else { $post[backcolor]="#DFDFDF"; $post[bgclass] = "alt2"; } |
#20
|
|||
|
|||
Hi,
I tried it, but when someone puts a url in the avatar field, it just shows the url under the username, not the image. You can see an example here (Dreamer's post): http://www.talkwrestlingonline.com/f...id=956#post956 |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|