vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   [v1.2] Edit / Report Button Hack (https://vborg.vbsupport.ru/showthread.php?t=45344)

Dean C 12-11-2002 06:30 PM

I'm just waiting on a question

It should be done by the weekend :)
- miSt

Boofo 01-28-2003 08:59 PM

Ok, I finally found a way to have the edit button only show up for the user who wrote the post and the moderator of that forum. If you are not a moderator of the forum, you will not see the edit button unless it is your post. First of all, you need to install Logician's Dynamic Template hack. Once that is installed, go to your "postbit" template and enter the code like this and viola!

Code:

[[((ismoderator($thread['forumid'])) or $post[userid]==$bbuserinfo[userid])]]
                                                $post[editpost]
[[/((ismoderator($thread['forumid'])) or $post[userid]==$bbuserinfo[userid])]]

[high]NOTE:[/high] Admins and Supermoderators will see the edit button at all times, since they are usually allowed to edit all posts.

Dean C 01-29-2003 03:42 PM

Hehe i gave up on this project - i know so much more. I'll try and get this done without using dynamic templates :)

- miSt

Boofo 01-29-2003 03:48 PM

I gave you the answer. Shouldn't be too hard.

Dean C 01-29-2003 03:49 PM

The point of this was for the report button as well - that's the problem. I wanted to get it all in one code statement but i have an idea how to do it when i get some time.

- miSt

Dan_UPC 02-18-2003 12:34 PM

Mist,

Great hack but there are a couple of problems in the current version:

1) you are running ismoderator() for each post on the page. This is serious because if you have 40 posts on the page, it would add 40 queries to the page and that's just plain murder for the server.

2) if you have a max edit time, the button should change from edit to report once the user is no longer able to edit the post.

I've attached your hack in this post with the above problems fixed.

Dean C 02-18-2003 12:39 PM

Thanks buddy for that fix. I've updated the first post and added credits in the textfile to you too.

Regards

- miSt

Natch 02-18-2003 01:03 PM

Can you advise on which changes need to be made if just upgrading from 1.2 to 1.3 ?

Dean C 02-18-2003 01:06 PM

If you have the instructions from v2 then simply undo the changes to the php files and then re-apply the new changes in v3.

If you haven't then i'll write a textfile on how to upgrade

- miSt

Natch 02-18-2003 01:11 PM

LOL - I just looked at the instructions and I understand how this things works ...

I'll nut it out - thanks to you both :) :)

[high]* Natch is a bit lazy eh ?[/high]


All times are GMT. The time now is 09:43 AM.

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.02096 seconds
  • Memory Usage 1,727KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete