Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases

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
  #112  
Old 06-12-2003, 11:34 AM
The_Wanderer's Avatar
The_Wanderer The_Wanderer is offline
 
Join Date: Dec 2002
Posts: 100
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok, uhm, d3f.. I took the time to help you out.. this should work

FIND (2 times):
PHP Code:
SELECT 
  user
.avatarid AS a_id
REPLACE with (2 times):
PHP Code:
SELECT 
  user
.signature AS signature,
  
user.avatarid AS a_id
then add $result[signature] in getinfo_profiletagboardmsgs wherever you want the signature to be shown. I suggest you add it near $msg

I haven't tested this, but it should work. Let me know if it doesn't work, and i'll take a look at the code again
Reply With Quote
  #113  
Old 06-12-2003, 04:17 PM
MGM MGM is offline
 
Join Date: Jan 2003
Location: Michigan
Posts: 245
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

queries!? no, screw that, isn't there a way to get 1.2 to work for vB2.3.0???? damn, this looked so promising too

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

I don't know... some of the others seemed to have a similar problem... I have no idea why it doesn't work though

EDIT: ooooh 2.3... i thought you said 2.2.3.. it should work on 2.3.. some of the others got it working at least. But then again, some of them didn't
Reply With Quote
  #115  
Old 06-12-2003, 11:56 PM
MGM MGM is offline
 
Join Date: Jan 2003
Location: Michigan
Posts: 245
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

damn! this looked so good too! argh

ohh well, thanks for the support.... now could u include an uninstall file?

MGM out
Reply With Quote
  #116  
Old 06-13-2003, 12:10 AM
kaotic's Avatar
kaotic kaotic is offline
 
Join Date: Mar 2003
Posts: 259
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

He already has. Just use the installation file and go backword.
Reply With Quote
  #117  
Old 06-14-2003, 09:41 PM
The_Wanderer's Avatar
The_Wanderer The_Wanderer is offline
 
Join Date: Dec 2002
Posts: 100
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

heheh yeah... kaotic's right

another time, back up your original file before you install any hacks.. you'll find it much easier to uninstall the hack if it doesn't work or you dont want it anyway
Reply With Quote
  #118  
Old 06-17-2003, 01:34 PM
MGM MGM is offline
 
Join Date: Jan 2003
Location: Michigan
Posts: 245
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I always backup, but I don't back up before I install EVERY hack

I installed most of the hacks at once though, so if I go back, I'll have to reinstall everything

MGM out
Reply With Quote
  #119  
Old 06-17-2003, 09:54 PM
Kaelon's Avatar
Kaelon Kaelon is offline
 
Join Date: Jan 2002
Posts: 405
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Out of curiosity -- I have read that a lot of people are having problems with this hack on 2.3.0. Has anyone managed to get this to work with 2.3.0?

Thanks.
Reply With Quote
  #120  
Old 06-17-2003, 10:14 PM
kaotic's Avatar
kaotic kaotic is offline
 
Join Date: Mar 2003
Posts: 259
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Several of us have. Ofcourse, I didn't like the long loading time, so I set it up as a stand alone page.
Reply With Quote
  #121  
Old 06-17-2003, 10:16 PM
Kaelon's Avatar
Kaelon Kaelon is offline
 
Join Date: Jan 2002
Posts: 405
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Erwin reported that he was able to improve performance by removing the avatar join routines. Would anyone have any idea what he removed to expedite his load times?

Thanks,
Kaelon
Reply With Quote
Reply

Thread Tools

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:49 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08327 seconds
  • Memory Usage 2,308KB
  • Queries Executed 25 (?)
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
  • (2)bbcode_php
  • (1)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_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