Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #11  
Old 07-06-2013, 01:46 AM
Revenga Revenga is offline
 
Join Date: Mar 2012
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for fixing that. I did find another little part though: When you click on a user's profile and find all posts made by that user, you can see what's in the [restricted] tags. Also when you go to Today's Posts and hover over the thread title, you can see what's in the [restricted] tags as well when that little bubble pops up. How do I fix this?

I'll look around some more to see if there's anything else I might be missing too, but if you could help me with that little bit too that would be very helpful.

Thank you for all you've done already.

- Revenga
Reply With Quote
  #12  
Old 07-06-2013, 01:56 AM
nerbert nerbert is offline
 
Join Date: May 2008
Posts: 784
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, I don't think I have even this much working. I had tested it just before I posted that corrected plugin but apparently I had accidentally double clicked the reply button and had gone to the advanced page. It works for the advanced page but not for the quick reply that's put into the thread list under the post. So it's leaking out there. There's just no way to intercept the AJAX to fix that and if it leaks out once the whole purpose is defeated. This just doesn't seem to work at all. I'll tinker around a little and if I can find a better way of doing this I'll PM you. Thanks for helping test this.
Reply With Quote
  #13  
Old 07-06-2013, 02:06 AM
Max Taxable's Avatar
Max Taxable Max Taxable is offline
 
Join Date: Feb 2011
Posts: 3,134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There's a Mod that does what you're asking for, I've seen it.
Reply With Quote
  #14  
Old 07-06-2013, 02:12 AM
nerbert nerbert is offline
 
Join Date: May 2008
Posts: 784
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Max Taxable View Post
There's a Mod that does what you're asking for, I've seen it.
I've been looking around for anything to do with conditionals in bbcodes and I found a thread where someone pointed out that posts are parsed and then cached. So everyone will see the last cached version. If it happens the last edit was by an admin the cached version is what admins see. This sounds impossible, but if you can find that mod I would be interested in looking it over.
Reply With Quote
  #15  
Old 07-06-2013, 02:23 AM
Max Taxable's Avatar
Max Taxable Max Taxable is offline
 
Join Date: Feb 2011
Posts: 3,134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nerbert View Post
I've been looking around for anything to do with conditionals in bbcodes and I found a thread where someone pointed out that posts are parsed and then cached. So everyone will see the last cached version. If it happens the last edit was by an admin the cached version is what admins see. This sounds impossible, but if you can find that mod I would be interested in looking it over.
There IS a mod that allows staff comments on posts in threads, it works similar to the "thanks" system, they are messages under posts like the "thanks" bit. These are not quotable and visible only to those permissioned to view.

I have been looking for it, I KNOW it is there, if I find it I will post a link.

BUT, this also gives the coders here some idea of the real, actual way to do this.

EDIT: Granted this is not a BB code, but why do you need one to accomplish the task? Seems like a gross overcomplication of a simple deal.
Reply With Quote
  #16  
Old 07-06-2013, 03:22 AM
nerbert nerbert is offline
 
Join Date: May 2008
Posts: 784
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Max Taxable View Post
There IS a mod that allows staff comments on posts in threads, it works similar to the "thanks" system, they are messages under posts like the "thanks" bit. These are not quotable and visible only to those permissioned to view.

I have been looking for it, I KNOW it is there, if I find it I will post a link.

BUT, this also gives the coders here some idea of the real, actual way to do this.

EDIT: Granted this is not a BB code, but why do you need one to accomplish the task? Seems like a gross overcomplication of a simple deal.
A mod like what you described sounds like a lot of work to build as it would surely require a new database table or at least a new field in the post table. But I think that's the only way to go for what Revenga wants.
Reply With Quote
Благодарность от:
Max Taxable
  #17  
Old 07-06-2013, 03:25 AM
Max Taxable's Avatar
Max Taxable Max Taxable is offline
 
Join Date: Feb 2011
Posts: 3,134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nerbert View Post
A mod like what you described sounds like a lot of work to build as it would surely require a new database table or at least a new field in the post table. But I think that's the only way to go for what Revenga wants.
I agree, I don't think it can be done with BB code so you're left with other alternatives and ideas.

I wonder though, what would you be writing that you can't just use User Notes for, and train your staff to be checking them regularly, or even start a thread in the admin/mod area with anything you want to say about a post you don't want reg. members to see? Shoot, the flag feature even, would start a thread in admin and you can comment there.

Having a hard time understanding why this is even necessary.
Reply With Quote
  #18  
Old 07-06-2013, 03:00 PM
Revenga Revenga is offline
 
Join Date: Mar 2012
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nerbert View Post
A mod like what you described sounds like a lot of work to build as it would surely require a new database table or at least a new field in the post table. But I think that's the only way to go for what Revenga wants.
So be it then, no big deal. I'll search around a little bit and see if I can find something. Thanks again for all your help.

Quote:
Originally Posted by Max Taxable View Post
I agree, I don't think it can be done with BB code so you're left with other alternatives and ideas.

I wonder though, what would you be writing that you can't just use User Notes for, and train your staff to be checking them regularly, or even start a thread in the admin/mod area with anything you want to say about a post you don't want reg. members to see? Shoot, the flag feature even, would start a thread in admin and you can comment there.

Having a hard time understanding why this is even necessary.
I help run a gaming community and when people get banned from our game servers, they are given a message telling them to appeal at our forum. They create an appeal thread in effort to get unbanned and tbh most of them get rejected. However there are times when it would be nice to make a comment to only our admins/super mods to help move things along quicker within a post that no one else can see rather than creating new topics in our admin section. That's why I was hoping I could do it using BB Code.

But it's no big deal, I'll look around for other mods that can accomplish a similar task. I'm sure I've seen them before, but it's been a while.

- Revenga
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 04:17 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.05402 seconds
  • Memory Usage 2,245KB
  • Queries Executed 11 (?)
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)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (8)post_thanks_box
  • (1)post_thanks_box_bit
  • (8)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (8)post_thanks_postbit_info
  • (8)postbit
  • (8)postbit_onlinestatus
  • (8)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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete