Posts: 181
Threads: 19
Joined: Nov 2008
Reputation:
0
is there any way to make more than one userbar?
I want to make 5 userbar with different style. So user can choose which one they like
Posts: 1,069
Threads: 37
Joined: May 2009
Reputation:
48
Hang tight everyone, I'll be rewriting this from scratch in the coming week or so. The code is a bit unordered. Sorry for everyone having issues!
Posts: 9,905
Threads: 399
Joined: Jan 2010
Reputation:
548
2010-01-10, 12:14 AM
(This post was last modified: 2010-01-10, 12:15 AM by Omar G..)
Excellent, thank you very much for this plugin
The new version from the scratch when will be out/
Soporte en Español
Discord at omar.gonzalez ( Omar G.#6117 ); Telegram at @omarugc ;
Posts: 1,069
Threads: 37
Joined: May 2009
Reputation:
48
(2010-01-10, 12:14 AM)Sama34 Wrote: The new version from the scratch when will be out/
I just started work on it today and didn't get much done. I'm still pondering possible code structures and styles; I want to be able to easily update and manage the code.
Posts: 357
Threads: 52
Joined: Oct 2008
Reputation:
0
@Zash (and others),
The problem is file/dir permissions in both './afsignatures' and './cache/afsignatures' paths. Change both to 755 (make sure that the font files get the same permissions).
Of two equivalent theories or explanations, all other things being equal, the simpler one is to be preferred.
simplified translation of Occam's razor
Posts: 2,494
Threads: 251
Joined: Jun 2008
Reputation:
20
2010-01-16, 12:46 AM
(This post was last modified: 2010-01-18, 04:07 PM by Zash.)
OK, it works now (I changed it to 777 not 755) I'm curious, how does it know which user is using it? Like if I logged out and logged in with another user, wouldn't it change the signature?
Posts: 1,069
Threads: 37
Joined: May 2009
Reputation:
48
(2010-01-16, 12:46 AM)Zash Wrote: OK, it works now I'm curious, how does it know which user is using it? Like if I logged out and logged in with another user, wouldn't it change the signature?
Users have to use the id URL parameter to set what user's stats are displayed. I'm assuming you're user 1; the default, if no id is supplied, is 1. This is changeable in the settings.
Posts: 1,069
Threads: 37
Joined: May 2009
Reputation:
48
Quick update guys: I reinstalled Windows a little bit ago and accidentally lost all my dev files. I'm starting to rewrite this again, so before I get in too far, now is the time to request/suggest features. Right now I've got one suggestion, which is to add the user's avatar to the signature.
Posts: 2,494
Threads: 251
Joined: Jun 2008
Reputation:
20
(2010-01-26, 04:07 AM)Steven Wrote: Quick update guys: I reinstalled Windows a little bit ago and accidentally lost all my dev files. I'm starting to rewrite this again, so before I get in too far, now is the time to request/suggest features. Right now I've got one suggestion, which is to add the user's avatar to the signature.
Another suggestion: Don't know how hard this would be, but maybe by using a specific variable you could specify any custom fields?
Posts: 1,069
Threads: 37
Joined: May 2009
Reputation:
48
I had a revelation while daydreaming in class the past week to use a template system. Custom files with the structure of an INI file (easily parsed in PHP) that allows custom dimensions, placement, lines, colors, etc. So far I have a bare-bone class, but haven't "hooked it up" to MyBB yet.
Let me know what you think of this.
|