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
Direct Link to User's ACP Profile in Postbit for Admins Details »»
Direct Link to User's ACP Profile in Postbit for Admins
Version: 1.00, by N9ne N9ne is offline
Developer Last Online: Jul 2019 Show Printable Version Email this Page

Version: 2.3.x Rating:
Released: 03-17-2003 Last Update: Never Installs: 15
 
No support by the author.

------------------------------------------------------------------------------>
Direct Link to User's ACP Profile in Postbit for Admins
~ A hack by N9ne // March 18th 2003
~ Copyright N9ne 2003+
------------------------------------------------------------------------------>

------------------------------------------------------------------------------>
What does this hack do?
~ It adds a link in the postbit to only administrators.
~ Upon clicking the link, you are taken directly to the
user's profile, in the adminCP.
~ This hack was created for convenience.
------------------------------------------------------------------------------>

------------------------------------------------------------------------------>
What do i need to do to install this hack?
~ 3 file modifications [admin/functions.php and showthread.php]
~ One template modification [postbit]
~ Add one template [postbit_useradmin]
------------------------------------------------------------------------------>
Screenshot in next post!

Show Your Support

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

Comments
  #12  
Old 03-18-2003, 07:08 PM
N9ne N9ne is offline
 
Join Date: Feb 2002
Posts: 1,495
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Today at 08:57 PM filburt1 said this in Post #10



No, it just makes messy HTML.

I'm not sure what you mean by when using phpinclude, it will create messy html, what do you mean by 'messy' html?
Reply With Quote
  #13  
Old 03-18-2003, 07:16 PM
filburt1 filburt1 is offline
 
Join Date: Feb 2002
Location: Maryland, US
Posts: 6,144
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

My way would be to create variables that contain HTML comments and put them to the left and right of the HTML for the link, but the variables will be empty for usergroupids 5, 6, and 7 (smods, admins, and mods).
Reply With Quote
  #14  
Old 03-18-2003, 07:17 PM
N9ne N9ne is offline
 
Join Date: Feb 2002
Posts: 1,495
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh I see now, quite messy...
Reply With Quote
  #15  
Old 03-18-2003, 09:13 PM
Erwin's Avatar
Erwin Erwin is offline
 
Join Date: Jan 2002
Posts: 7,604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Today at 08:16 AM filburt1 said this in Post #12
My way would be to create variables that contain HTML comments and put them to the left and right of the HTML for the link, but the variables will be empty for usergroupids 5, 6, and 7 (smods, admins, and mods).
How would you get the $post[userid] variable using phpinclude? You can't do it. You need to use functions.php in any case.
Reply With Quote
  #16  
Old 03-18-2003, 09:27 PM
filburt1 filburt1 is offline
 
Join Date: Feb 2002
Location: Maryland, US
Posts: 6,144
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No, something like this (using PAPI because I'm lazy):
PHP Code:
if (thisis("showthread.php"))
{
    if (!
userisingroup("5,6,7"))
    {
        
$prelink "<!--";
        
$postlink "-->";
    }
    else unset(
$prelink$postlink);

Then in the postbit:
Code:
$prelink <a href="...">...</a> $postlink
Like I said, messy but it works.
Reply With Quote
  #17  
Old 03-18-2003, 09:32 PM
N9ne N9ne is offline
 
Join Date: Feb 2002
Posts: 1,495
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Bah, stick with modifying files here, that's too unclean for my liking, + phpinclude modifying just isn't my thing
Reply With Quote
  #18  
Old 03-19-2003, 03:07 AM
Overgrow's Avatar
Overgrow Overgrow is offline
 
Join Date: Nov 2001
Posts: 320
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

All this complaining

It's a good hack. I've had it on my site for a long time and it is a big time saver.
Reply With Quote
  #19  
Old 03-19-2003, 05:24 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just a thought. I noticed you don't have

target="_blank"

at the end of the link. I put that in mine when I did this a while back so all I had to do was close the window after an edit to get back to the post I came from instead of having to go through about 4 or 5 screens to get back to the post.
Reply With Quote
  #20  
Old 03-19-2003, 03:27 PM
N9ne N9ne is offline
 
Join Date: Feb 2002
Posts: 1,495
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Today at 07:24 AM Boofo said this in Post #18
Just a thought. I noticed you don't have

target="_blank"

at the end of the link. I put that in mine when I did this a while back so all I had to do was close the window after an edit to get back to the post I came from instead of having to go through about 4 or 5 screens to get back to the post.
Yup, that can be done, a lot of things can be done with the link, which is why I put it in its own template .
Reply With Quote
  #21  
Old 06-04-2003, 02:04 PM
cYbercOsmOnauT's Avatar
cYbercOsmOnauT cYbercOsmOnauT is offline
 
Join Date: May 2003
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice Idea.. don't have to click on the Profile anymore to see the administration link! I will install this!
/me clicks on install
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:28 PM.


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.05798 seconds
  • Memory Usage 2,310KB
  • 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
  • (1)bbcode_code
  • (1)bbcode_php
  • (3)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
  • (1)pagenav_pagelink
  • (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