Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 userbar mod
rthurn Offline
Junior Member
**
Posts: 6
Joined: Feb 2008
Post: #1
userbar mod
I am looking for userbars mod.
It's required 'cause of problem of huge userbars and low speed of image hosters.
Required features
1. Userbars should be hosted only on forum hosting  in uploads/userbars/xxxx.jpg where xxxx is user id.
2. Users can upload their userbars in UserCP with overwriting old ones on upload, and there shold be option in UserCP to turn off (disable) userbar.
3. Userbars should have restrictions by size and by file type (jpg,gif,png,etc).
4. It should be displayed after signature only for registered users.

that's all
thx
(This post was last modified: 02-10-2008 05:52 AM by rthurn.)
02-10-2008 05:51 AM
Find all posts by this user
rthurn Offline
Junior Member
**
Posts: 6
Joined: Feb 2008
Post: #2
RE: userbar mod
Did someone saw something like this?
Cause i'm sure it's impossible for me to write it myself.
02-13-2008 02:51 AM
Find all posts by this user
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #3
RE: userbar mod
This isn't the easiest thing to make.
You could just use the avatar system instead?

My Blog
02-13-2008 01:41 PM
Find all posts by this user
rthurn Offline
Junior Member
**
Posts: 6
Joined: Feb 2008
Post: #4
RE: userbar mod
ZiNgA BuRgA Wrote:This isn't the easiest thing to make.
You could just use the avatar system instead?

Userbars are required by forum specifics Frown
02-13-2008 09:27 PM
Find all posts by this user
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #5
RE: userbar mod
If you don't need avatars, you can easily turn the avatar system into a userbar system.
Just move the avatar from it's position in the side, to under (or above) a user's signature.  Then you can also change the language variables from "avatar" to "userbar".

Dunno if that helps.

My Blog
02-13-2008 09:37 PM
Find all posts by this user
rthurn Offline
Junior Member
**
Posts: 6
Joined: Feb 2008
Post: #6
RE: userbar mod
i think Profile Picture mod from Lex is smth i was looking for
is it possible to make a hook for postbit in this plugin?
02-25-2008 03:08 AM
Find all posts by this user
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #7
RE: userbar mod
I haven't seen the mod, but I'm going to guess all you'll need to do is insert something like this in the postbit template

Code:
{$post['picture']}

(replace picture with the appropriate name)


My Blog
02-25-2008 10:46 AM
Find all posts by this user
rthurn Offline
Junior Member
**
Posts: 6
Joined: Feb 2008
Post: #8
RE: userbar mod
ZiNgA BuRgA Wrote:I haven't seen the mod, but I'm going to guess all you'll need to do is insert something like this in the postbit template

Code:
{$post['picture']}

(replace picture with the appropriate name)


That's Profile Picture plugin


Attached File(s)
.rar  MYBB_PROFILEPICTURE.rar (Size: 6.97 KB / Downloads: 372)
02-25-2008 03:06 PM
Find all posts by this user
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #9
RE: userbar mod
Try adding something like:

HTML Code
<img src="{$post['pp']}" alt="" />

Note that it's a little dimension unsafe, but meh - signatures have the same problem anyway...


My Blog
02-25-2008 06:13 PM
Find all posts by this user
rthurn Offline
Junior Member
**
Posts: 6
Joined: Feb 2008
Post: #10
RE: userbar mod
thanx a lot
it just required to create new template and editing functions_post.php for checking on absent userbar (stupid IE shows errors)
02-26-2008 01:14 AM
Find all posts by this user

« Next Oldest | Next Newest »

 Standard Tools
Forum Jump: