Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Profile Tagboard (a tagboard in every user's profiles) Details »»
Profile Tagboard (a tagboard in every user's profiles)
Version: 1.00, by The_Wanderer The_Wanderer is offline
Developer Last Online: Oct 2009 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 04-15-2003 Last Update: Never Installs: 36
 
No support by the author.

hmm.. I dont think this has been released before.. or at least i couldn't find it.

so, here we go

sql queries to run: 1
file edits: 1
template edits: 1 and 3 new templates

the hack adds a tagboard to every user's profile. There's not much more to tell about it, really. It's made so only members of your forum can post in the tagboard, of course
uhm.. the standard version of the tagboard only shows the 10 newest messages, but you can easily change it.
just find:

Quote:
("SELECT * FROM profiletagboard WHERE touserid='$userinfo[userid]' ORDER BY id DESC LIMIT 10")
and change the LIMIT to whatever you want.. (i might add a "show all messages" in the next version)

I might add more stuff in future versions. Like edit buttons, delete buttons and whatever I can come up with..any suggestions are welcome

v1.1 Upgrade:
HTML has been disabled
You can now edit/delete messages
The tagboard owner can now delete messages in his/her board
You can now show all your messages

Total Files to edit: 1
Total Templates to edit: 1 and 9 new templates
Total sql queries to run: 1

v1.2 Upgrade:
Smilies in messages have been enabled
bbcode has been enabled
fewer queries

Total Files to edit: 1
Total Templates to edit: 1 and 9 new templates
Total sql queries to run: 1

Screenshots:
1
2
3
4
5 (before v1.2)
6 (after v1.2)

Live Demo:
Not available

oh.. and remember to click Install, if you install

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #32  
Old 04-19-2003, 11:35 PM
Chris M's Avatar
Chris M Chris M is offline
 
Join Date: Dec 2001
Location: Northampton, England
Posts: 6,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looks good

Satan
Reply With Quote
  #33  
Old 04-19-2003, 11:40 PM
kaotic's Avatar
kaotic kaotic is offline
 
Join Date: Mar 2003
Posts: 259
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I knew it'd be simple. Thanks.
Reply With Quote
  #34  
Old 04-19-2003, 11:58 PM
The_Wanderer's Avatar
The_Wanderer The_Wanderer is offline
 
Join Date: Dec 2002
Posts: 100
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok..

I finished v1.1

I'll briefly describe what you can do in v1.1
In 1.1 you can edit/delete messages in the board. The owner can delete any message posted in his/her board.
HTML has been disabled in messages.
You can now show all messages.

the upgrades are in the zip file in my first post..
oh, and here's a screenshot

EDIT: this isn't the final version btw.. i'll try to work on some of the stuff you guys requested...
Reply With Quote
  #35  
Old 04-20-2003, 01:28 AM
kaotic's Avatar
kaotic kaotic is offline
 
Join Date: Mar 2003
Posts: 259
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great! I just installed it using the upgrade instructions. Everything is running fine so far. Gj & Ty.
Reply With Quote
  #36  
Old 04-20-2003, 02:18 AM
Red Blaze's Avatar
Red Blaze Red Blaze is offline
 
Join Date: Jan 2003
Location: Texas
Posts: 493
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I ran into a problem... not a major one, but well... I can't submit anything. I can't seem to find the submit/edit buttons anywhere. Well, I just added $.profiletagboardsubmit and it appeard, but no action took place. Like the comment didn't get recoreded. Heck the page didn't even reload. Do you need more info from my mystery? ^^;
Reply With Quote
  #37  
Old 04-20-2003, 11:00 AM
The_Wanderer's Avatar
The_Wanderer The_Wanderer is offline
 
Join Date: Dec 2002
Posts: 100
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

did you create all the required templates?

uhm.. chances are that you did something wrong when you installed it.. maybe you should try to re-install?

sounds weird though..
Reply With Quote
  #38  
Old 04-20-2003, 11:34 AM
Tenpit Tenpit is offline
 
Join Date: Mar 2002
Location: UK
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Today at 03:18 AM Sonikku said this in Post #35
I ran into a problem... not a major one, but well... I can't submit anything. I can't seem to find the submit/edit buttons anywhere. Well, I just added $.profiletagboardsubmit and it appeard, but no action took place. Like the comment didn't get recoreded. Heck the page didn't even reload. Do you need more info from my mystery? ^^;
I installed v1.1 for the first time, in the instructions, it says the getinfo template edit is
PHP Code:
<a href="member2.php?s=$session[sessionhash]&action=addlist&userlist=ignore&userid=$userinfo[userid]"><font color="#EEEEFF">Add $userinfo[usernameto Your Ignore List</font></a>
    </
smallfont></td>
</
tr>
</
table>
</
td></tr></table>

add the bellowafter it:

<
br>
<
table cellpadding="0" cellspacing="0" border="0" bgcolor="#0A293E" 

 
width="95%" align="center"><tr><td>
      <
table cellpadding="4" cellspacing="1" border="0"  width="100%">
        <
tr
          <
td bgcolor="#1D6AA0" colspan="2"
            <
table width="100%" border="0" cellpadding="0" cellspacing="0">
              <
tr id="cat"
                <
td align="left" widht="50%"><normalfont color="#EEEEFF"><b>Profile 
                  Tagboard 
For $userinfo[username] </b></normalfont></td>
                <
td align="right" width="50%"><a href=?s=$session[sessionhash]&action=tball&userid=$userinfo[userid]><smallfont 

color
="#EEEEFF" class="thtcolor">Show all messages</smallfont></a></td>
              </
tr>
            </
table>
          </
td>
        </
tr>
       
$profiletagboard_nomsgs$profiletagboardmsgs</table>
</
td></tr></table
this doesn't give the submission box, looking in the v1.0 instructions it seems

PHP Code:
<br>
<
form method=post action=>
$profiletagboardsubmit
</form
is missing off the end. So just that part in and it will work.


--------------
Tenpit
Reply With Quote
  #39  
Old 04-20-2003, 12:03 PM
The_Wanderer's Avatar
The_Wanderer The_Wanderer is offline
 
Join Date: Dec 2002
Posts: 100
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

he's right... sorry about that.. how emberrasing..

i'll update the install file...
Reply With Quote
  #40  
Old 04-20-2003, 12:36 PM
The_Wanderer's Avatar
The_Wanderer The_Wanderer is offline
 
Join Date: Dec 2002
Posts: 100
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hmm.. i found a small 'bug'

it's higly recommended you replace the getinfo_profiletagboardmsgs template with the bellow..

PHP Code:
<tr
          <
td bgcolor="$backcolorwidth="160" valign="top" nowrap><normalfont><b>$tbuser</b></normalfont><br>
            <
smallfont>$tbtitle</smallfont><br>
            <
img src="$tbavatar"></td>
          <
td bgcolor="$backcolorvalign="top" width="100%"><normalfont><b>$msg</b></normalfont></td>
        </
tr>
        <
tr>
          <
td bgcolor="$backcolorwidth="160" nowrap>&nbsp;</td>
          <
td bgcolor="$backcolorwidth="100%"><div align=right><smallfont><a href=?s=$session[sessionhash]&action=tbdel&tbid=$result[id]&userid=$userinfo[userid]>Delete</a> | <a href=?s=$session[sessionhash]&action=tbedit&tbid=$result[id]&userid=$userinfo[userid]>Edit</a></smallfont></div></td>
        </
tr
You don't have to do it.. but if you don't, a user's tagboard might end up looking like the picture submitted..
i'll update the install file (again )
Reply With Quote
  #41  
Old 04-20-2003, 01:41 PM
Tenpit Tenpit is offline
 
Join Date: Mar 2002
Location: UK
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How can it be changed so that Admins can 'Edit' or 'Delete' any message?

Thanks

-----------
Tenpit
Reply With Quote
Reply


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

Forum Jump


All times are GMT. The time now is 09:01 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05151 seconds
  • Memory Usage 2,352KB
  • Queries Executed 27 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete