Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

User Info Panel

Asked Modified Viewed 3,119 times
C
Chan
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,841 posts on the community forums.
  • Started 232 threads in the forums
  • Started this discussions
  • Answered 6 questions
asked
Super Admin

One of the most important panels of all time. The User Info Panel.

Current settings includes..
a. User Profile Link,
b. Edit Profile,
c. Members
d. Logout.
e. PM Messages

Any suggestion to improvise or rewrite this.
0 replies

3 posts

C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

A Center Option
An Option for using it in Banners
An option for different Styles (Standdard Side, Upper or Lower Center Style, Banners Style for header)
An option to use a Jquery sliding down one, or a box overlay modal.

Unactivated Members For Admins if admin aproval on registration is activated...

$count_new = dbcount("(user_id)", DB_USERS, "user_status='2'");

if (iADMIN && checkrights("M") && $settings['admin_activation'] == "1" && $count_new > 0) {
   echo "         <br />\n".THEME_BULLET." <strong><a href='".ADMIN."members.php".$aidlink."&amp;status=2' class='side'>".$locale['global_015']."</a>\n";
   echo "         :</strong> ".dbcount("(user_id)", DB_USERS, "user_status='2'")."\n";
}
0 replies
C
Chan
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,841 posts on the community forums.
  • Started 232 threads in the forums
  • Started this discussions
  • Answered 6 questions
answered
Super Admin

Quote


A Center Option
An Option for using it in Banners
An option for different Styles (Standdard Side, Upper or Lower Center Style, Banners Style for header)
An option to use a Jquery sliding down one, or a box overlay modal.


Can be done. Lets not talk about Theme Engine. First - turn User Info into infusion instead of a panel. That gives it able to receive settings. In its echo out, use a regex to find where it is being loaded.


$Mode = (preg_match('#<div id='user-info-panel'>#', LEFT) ||  preg_match('#<div id='user-info-panel'>#', RIGHT))  ? 'vertical' : 'horizontal';
// something like that... can scan via position.

if ($mode == 'vertical') {
echo "<ul><li>...</li><li>...</li></ul>\n";
} elseif ($mode == 'horizontal') {
echo "<nav class='navbar-default nav-horizontal'><ul>...<li></li>...</ul>";
}


That perhaps will set it straight for 7.
----

But ---,

My experience with Nav is that it has minimal spaces to dump all necessary for horiziontal.. like Main site is, especially if we are to bloat up items count for UIP. Horizontal UIP is the least of my preference to go with even. I don't know what people will think, just my opinion here.

To me,.. UIP is more like a personalized navigational panel. Not only Admin, but users also must be able to be notified of many things - to which the design must always target link to send Admin to the relevant page - just like message did.

Analyzing, Facebook's User Info Panel - it has groups (aka pages), sub list groups page which the user joined. It also has infusions (apps), which sub lists all infusions added. See how it adds up in Facebook. (pic attached)

I'm still thinking of what else is missing on that we can increment in UIP. And yeah, every single module needs to receive an icon. News, Articles, Groups, etc. Luckily, we can have it Glyphicon'ed in 2014 as well.. so that's a need to add.

Brainstorm session is on. Everyone can join..yeah, coz this is just a Chill out.
Chan attached the following file:
old_facebook_chat_box.png [No information available / 62 Downloads]
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Mine from my [jQuery Login Model Panel].

Screenshot below is Members view of that panel.

www.phpfusionmods.co.uk/images/mine.png
0 replies

Category Forum

General Discussion

Labels

None yet

Statistics

  • Views 0 views
  • Posts 3 posts
  • Votes 0 votes
  • Topic users 2 members

2 participants

C
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
C
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,841 posts on the community forums.
  • Started 232 threads in the forums
  • Started this discussions
  • Answered 6 questions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet