Follow vBSEO on Twitter
vBulletin Modifications
  • Forums
  • Add-Ons
  • Template Modifications
  • Styles
  • Graphics
  • Tutorials
  • Support Center
  • Register
  • vBulletin SEO

Member Log In

Site Navigation

  • Register
  • Members List
  • Social Groups
  • Search
  • Today's Posts
  • Mark Forums Read

Latest Modifications

  • [vB 3.8.4] THX - Hack for VB. 3.8.4
    By: bluedog
  • [vB 3.8.4] Cyb - Chatbox V.2.3
    By: bluedog
  • [vB 4.0.x] PHPKD - Advanced Quick...
    By: PHPKD
  • [vB 3.6.x] StopSpam
    By: flappi282
  • [vB 3.8.x] vBulletin Chat Addon for...
    By: 123flashchat

Latest Template Mods

  • [vB 4.0.x] Remove My Profile Link...
    By: Ak Worm
  • [vB 3.8.x] Images DownloadBox...
    By: cRs!MP
  • [vB 3.8.x] Adviertise Mod On Forum...
    By: MG4
  • [vB 3.8.4] Images PassWordBox...
    By: cRs!MP
  • [vB 3.8.4] Footer Follow Ups
    By: Ak Worm

Latest Styles

  • [vB 4.0.x] 4.0.3 - VB4STYLE-TWEETA...
    By: Belon
  • [vB 4.0.x] [4.0.3] vbdesigns.de...
    By: Belon
  • [vB 3.8.4] CompletevB - Skylight
    By: DreadKnight
  • [vB 3.8.3] [vB 3.8.4] Barcelona...
    By: hoiquantinhoc.com
  • [vB 3.8.3] Natures Walk by vBSkin...
    By: Chri5

Latest Graphics

  • [vB ] [anim.]Team Ranks
    By: cRs!MP
  • [vB ] Abstract Circles (3...
    By: cRs!MP
  • [vB ] PlayStation Rank Images
    By: cRs!MP
  • [vB 3.6.12] Heavy Stroked Button...
    By: Shelley
  • [vB ] Minature Ranks.
    By: Shelley
vBulletin Modifications » vBulletin Modifications » vBulletin 3.5 / 3.6 Hack Releases » User Status
Reply
Page 1 of 2 1 2 >

 

  • Thread Tools
Download Options
You Must Register First
To Download This Modification

Report A Bug
Bugs
No bugs found in the system. If you have found a bug, please report a bug here
Submit A Bug | View All Bugs
  
Not Supported
[vB 3.6.7 PL1] User Status (75)
Released: 11-03-2007, 02:59 PM
Modification Information:
zx-zone's Avatar Author: zx-zone
Last Online: 08-20-2008
Installer Included: 0 Additional queries added to database: 0 Template Edits:
File Edits: New Files: New Phrases:

Plugin
same as YM status ^^

Update: other way

Install

1.Add new user field
Go to AdminCP >
User Profile Fields > Add New User Profile Field
Code:
Profile Field Type: Single-Line Text Box
Title: User Status
Description: Type Your status
Max length of allowed user input: <it's up to you>
Field Length: <it's up to you>
Field Required: No
Field Editable by User: Yes
Private Field: No
Field Searchable on Members List: No
Show on Members List: No
Display Page: Edit Profiles


Note the field ID (shown in the User Profile field manager)

2.Edit template navbar


Add at top
Code:
<if condition="$show['member']">
<form action="profile.php?do=updateprofile" method="post" id="profileform">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="updateprofile" />
<div class="smallfont"><strong>Your Status</strong></div>
<input type="text" class="bginput" name="fieldX" value="$bbuserinfo[fieldX]" size="25" maxlength="200" dir="ltr" />
<input type="submit" class="button" value="$vbphrase[save_changes]" accesskey="s" />
</form>
</if>
2.Edit template postbit (or postbit_legacy)
add this code at place you want to show user status
Code:
<div class="smallfont"><strong>Status: $post[fieldX]</strong></div>
Note: CHANGE X TO THE FIELD ID NOTED

Done!



Screenshots
Screenshots
File Type: jpg status1.jpg (17.8 KB, 575 views)
File Type: jpg status2.jpg (22.1 KB, 506 views)
File Type: jpg status3.jpg (9.1 KB, 635 views)



Old 11-03-2007, 08:16 PM   #2
Brandon Sheley
Coder

Brandon Sheley's Avatar

Activity Longevity
0/20 15/20
Today Posts
0/3 sssss1369
Location: Kansas
Age: 32
Brandon Sheley is on a distinguished road
Send a message via MSN to Brandon Sheley Send a message via Yahoo to Brandon Sheley
Status: Offline Default
Nice hack

Thanks for sharing with us.
Reply With Quote
Old 11-03-2007, 09:18 PM   #3
the-v
Banned

the-v's Avatar

Activity Longevity
0/20 9/20
Today Posts
0/3 sssssss12
the-v is on a distinguished road
Send a message via MSN to the-v Send a message via Yahoo to the-v
Status: Offline Default
nice one , but i prefer the mood that contain emotion
Reply With Quote Installed
Old 11-04-2007, 05:51 AM   #4
zx-zone
Advanced Coder

zx-zone's Avatar

Activity Longevity
0/20 10/20
Today Posts
0/3 sssssss21
zx-zone is on a distinguished road
Status: Offline Default
sorry, my instruction has one incorrect
-fixed
Reply With Quote Author of thread
Old 12-16-2007, 10:26 PM   #5
alexgeek
Coder

Activity Longevity
0/20 9/20
Today Posts
0/3 sssssss71
alexgeek is on a distinguished road
Status: Offline Default
Didn't take long.
Thanks
Reply With Quote Installed
Old 12-16-2007, 10:27 PM   #6
alexgeek
Coder

Activity Longevity
0/20 9/20
Today Posts
0/3 sssssss71
alexgeek is on a distinguished road
Status: Offline Default
Shouldn't there be an "if" to see if the user is logged in for the form?
Reply With Quote Installed
Old 12-16-2007, 10:31 PM   #7
alexgeek
Coder

Activity Longevity
0/20 9/20
Today Posts
0/3 sssssss71
alexgeek is on a distinguished road
Status: Offline Default
Try using this code guys:
PHP Code:
<if condition="$show['member']">
<
form action="profile.php?do=updateprofile" method="post" id="profileform">
<
input type="hidden" name="s" value="$session[sessionhash]" />
<
input type="hidden" name="do" value="updateprofile" />
<
div class="smallfont"><strong>Your Status</strong></div>
<
input type="text" class="bginput" name="icq" value="$bbuserinfo[icq]" size="25" maxlength="30" dir="ltr" />
<
input type="submit" class="button" value="$vbphrase[save_changes]" accesskey="s" />
</
form>  
<
br />
</if> 
Reply With Quote Installed
Old 12-17-2007, 11:16 AM   #8
zx-zone
Advanced Coder

zx-zone's Avatar

Activity Longevity
0/20 10/20
Today Posts
0/3 sssssss21
zx-zone is on a distinguished road
Status: Offline Default
Quote:
Shouldn't there be an "if" to see if the user is logged in for the form?
Quote:
Try using this code guys:
oh, yes, i forgot
Reply With Quote Author of thread
Old 12-18-2007, 10:46 PM   #9
alexgeek
Coder

Activity Longevity
0/20 9/20
Today Posts
0/3 sssssss71
alexgeek is on a distinguished road
Status: Offline Default
Have you updated it with that code? I will if you want me to..
Reply With Quote Installed
Old 12-22-2007, 11:40 PM   #10
Igorow
vB Newbie

Activity Longevity
0/20 10/20
Today Posts
0/3 ssssssss3
Igorow is on a distinguished road
Status: Offline Default
How to Make the Status longer??
Reply With Quote

Reply
Page 1 of 2 1 2 >

« Scr - Signature Line Image | vbDonator by Mary »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Show Printable Version Show Printable Version
Email this Page Email this Page

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Rules

Similar Threads
Thread Thread Starter Forum Replies Last Post
User Notes xfile vBulletin Modification Requests 5 05-28-2006 09:02 PM



All times are GMT. The time now is 06:35 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.
Transverse Styles
  • Top
  • Archive
  • vBSEO
  • Contact Us
LinkBack
LinkBack URL LinkBack URL
About LinkBacks About LinkBacks
Bookmark & Share
Digg this Thread! Digg this Thread!
Add Thread to del.icio.us Add Thread to del.icio.us
Bookmark in Technorati Bookmark in Technorati
Furl this Thread! Furl this Thread!