vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Administrative and Maintenance Tools - Adv. Editing Options for Mods and Admins (https://vborg.vbsupport.ru/showthread.php?t=132291)

Mudvayne 05-17-2007 05:37 AM

Psionic this hack doesn't work with vB 3.6.7 :(.

dcpaq2xx 05-17-2007 08:26 AM

Anyone know if this hack works with VB 3.6.6 ?

Thanks

Doug

rjmjr69 05-17-2007 09:04 PM

WOW READ PEOPLE DAMN one post above your question answers your question. PAS are you updating this?

thincom2000 05-22-2007 03:51 AM

I am using 3.6.7 and am having no problems with Admins using Quick Reply. Are there other necessary conditions?

Also in 3.6.7, storing attachments in the file system, attachments are being stored in the correct folders for me.

Only bug I saw mentioned that I experience is only being able to add attachments in editpost. I think this is because there is no value for postid at the time attachments are stored. I'll try to find a fix when I finish switching EVERY SINGLE ONE of my template edits to plugin edits.

:up: PV

rjmjr69 05-22-2007 05:47 AM

After updating to 3.6.7 mine is no longer working redid everything reverted uninstalled reinstalled blah blah blah get nothing everything seems to be installed but nothing is appearing in threads.

thincom2000 05-22-2007 03:51 PM

There are different template edits.

In template editpost, find:
HTML Code:

<form name="vbform" action="editpost.php?do=updatepost&amp;p=$postid" method="post"<if condition="!is_browser('webtv')"> onsubmit="return vB_Editor['$editorid'].prepare_submit(0, $vboptions[postminchars])"</if>>
In template newreply, find:
HTML Code:

<form action="newreply.php?do=postreply&amp;t=$threadid" name="vbform" method="post"<if condition="!is_browser('webtv')"> onsubmit="return vB_Editor['$editorid'].prepare_submit(0, $vboptions[postminchars])"</if>>
In template newthread, find:
HTML Code:

<form action="newthread.php?do=postthread&amp;f=$forumid" method="post" name="vbform"<if condition="!is_browser('webtv')"> onsubmit="return vB_Editor['$editorid'].prepare_submit(this.subject.value, $vboptions[postminchars])"</if>>
Add underneath each:
HTML Code:

$adv_editform

rjmjr69 05-22-2007 08:12 PM

Quote:

Originally Posted by thincom2000 (Post 1252740)
There are different template edits.

In template editpost, find:
HTML Code:

<form name="vbform" action="editpost.php?do=updatepost&amp;p=$postid" method="post"<if condition="!is_browser('webtv')"> onsubmit="return vB_Editor['$editorid'].prepare_submit(0, $vboptions[postminchars])"</if>>
In template newreply, find:
HTML Code:

<form action="newreply.php?do=postreply&amp;t=$threadid" name="vbform" method="post"<if condition="!is_browser('webtv')"> onsubmit="return vB_Editor['$editorid'].prepare_submit(0, $vboptions[postminchars])"</if>>
In template newthread, find:
HTML Code:

<form action="newthread.php?do=postthread&amp;f=$forumid" method="post" name="vbform"<if condition="!is_browser('webtv')"> onsubmit="return vB_Editor['$editorid'].prepare_submit(this.subject.value, $vboptions[postminchars])"</if>>
Add underneath each:
HTML Code:

$adv_editform

thanks I will try this right away:D

David Lama 06-13-2007 07:33 AM

update? :)

rjmjr69 06-15-2007 12:53 AM

Yeah any updates this is quite old now some new features would be great

SBlueman 07-18-2007 05:01 AM

This sounds like it's something I need for my site....but I am worried about the attachment issue. Has there been a fix found for this issue?

ragtek 07-18-2007 01:05 PM

Quote:

Originally Posted by rjmjr69 (Post 1268721)
Yeah any updates this is quite old now some new features would be great

what new features?

thincom2000 07-31-2007 05:12 AM

New features? Hm... I have updated this mod to work with vBulletin Project Tools on my site. I will contact Psionic about releasing it.

I released the Expansion here: CES Adv. Editing Options for Mods and Admins (Project Tools Expansion)

Bro_Joey_Gowdy 07-31-2007 07:06 PM

Any updates?

brvheart 08-09-2007 12:34 PM

2 things:

Can I get this by the quick reply box by adding the template edit by it as well?

Is there a way to set a default level for the admins so that no one but a admin or above can edit so that it does not have to be set every time?

hantak 08-09-2007 06:55 PM

Is this mod still non-functional for 3.6.4 and above?

I could really use something like this.

brvheart 08-10-2007 01:11 AM

works for me on 3.6.8....


strike that.....found a few issues....I will wait for the update if there is one coming ;)

thincom2000 08-10-2007 03:45 AM

Hi,

What issues have you found? I haven't come across any myself, but since I have developed another mod that requires this one, it would be helpful to know.

brvheart 08-10-2007 09:32 AM

upon posting and editing, the icons for edit, quote etc will get lost and text will be displayed....this is the only one so far...this is on a 3.6.8 install

hantak 08-10-2007 05:39 PM

I just tried this out on my 3.6.4 install and it works fine, no issues.

lil7rocket 08-16-2007 10:26 AM

he's quit coding..... maybe I'll take the time to make an unofficial bugfix

TrIn@dOr 08-16-2007 11:49 AM

Works great on 3.6.8.

If you want i can translate to Spanish, but can u post or send me a separated lang file?

Thanks.

Mikecp421 08-23-2007 02:59 AM

does this also prevent editing the title by the alternative method of double-clicking on the title box in the forumdisplay view? I notice the titles can still be edited that way

Edit: I'm still able to bypass the thread editing disallow feature by clicking on it in the forumdisplay, andy idea how to make that work in this?

mhackl 08-28-2007 02:53 AM

I'm looking for something similar to this except I want to grant these privileges only to the thread starter. This would allow users to take some responsibility for the management of their own threads.

cellarius 10-07-2007 08:28 AM

Sorry to see that this mod is outdated. Worked for me quite well, even on 3.6.8, but it seems not to be compatible with Abe's Form Hack. As soon as this hack is active, the forms cannot be posted to new threads anymore. Error: "no thread specified".

MaXeL3G3ND 12-12-2007 07:46 PM

I would like it to be updated sometime :) It would be cool if it could be made working with 3.6.8 or untill the real addon comes out ;) Of course i can't just "demand" it, but this is a quite good addon ^^

UManiac 12-23-2007 12:55 AM

Quote:

Originally Posted by TrIn@dOr (Post 1318860)
Works great on 3.6.8.

If you want i can translate to Spanish, but can u post or send me a separated lang file?

Thanks.

It didn't work for me on 3.6.8 level 2

I have pretty much a clean install with only vba cmps.

Although form shows up when I go to edit a post none of the advanced changes take place and original user name is removed.

If someone can make this work it would be greatly appreciated.

alluidh 12-27-2007 09:47 PM

Does someone test this powerfull hack in 3.7?

Kurisu 12-27-2007 11:36 PM

Quote:

Originally Posted by UManiac (Post 1407215)
If someone can make this work it would be greatly appreciated.

Yeah. $10 for that person that fixes this hack.

Zaiaku 12-28-2007 12:48 AM

Just tested this on a heavily modded 3.7 board. Works wih no problem.

alluidh 12-28-2007 12:06 PM

Quote:

Originally Posted by Zaiaku (Post 1410454)
Just tested this on a heavily modded 3.7 board. Works wih no problem.

Thanks for this info

Bro_Joey_Gowdy 01-07-2008 08:34 AM

Any updated version for 3.7.0 ??

UManiac 01-14-2008 12:19 AM

Quote:

Originally Posted by Kurisu (Post 1410418)
Yeah. $10 for that person that fixes this hack.

Add $10 from me as well...

UManiac 01-19-2008 01:44 AM

Quote:

Originally Posted by UManiac (Post 1407215)
It didn't work for me on 3.6.8 level 2

I have pretty much a clean install with only vba cmps.

Although form shows up when I go to edit a post none of the advanced changes take place and original user name is removed.

If someone can make this work it would be greatly appreciated.

Must have been user error :o

I removed - reinstalled and it's working fine on two separate boards running 3.68...

yaskevic 02-07-2008 06:14 PM

Nice hack :)

David_R 05-02-2008 02:13 PM

is there any other alternative to this hack.
We use this hack on vbulletin 3.6.4 and now we have upgraded to vbulletin 3.7.0 gold

edytwinky 05-02-2008 03:43 PM

I'm guessing this doesn't work with 3.6.8? I've read some people can and others cannot

mikkitine 05-03-2008 05:55 PM

Quote:

Originally Posted by edytwinky (Post 1505867)
I'm guessing this doesn't work with 3.6.8? I've read some people can and others cannot

It worked perfectly fine for me. I installed it on 3.6.8 PL 2. Upgraded to 3.6.9 - Still worked. Upgraded to 3.6.10 - Still worked. Upgraded to 3.7.0 - Still works.

It's a great hack and works fine.

David_R 05-05-2008 07:45 AM

Quote:

Upgraded to 3.7.0 - Still works
I tried this on 3.7.0 wont work. :(

hohleweg 05-09-2008 09:13 PM

Hi
In Germany it dont work with 3.7 !
Jo

entertain 05-09-2008 09:27 PM

Quote:

In Germany it dont work with 3.7 !
it's working. ;)


All times are GMT. The time now is 12:57 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.01384 seconds
  • Memory Usage 1,818KB
  • 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
  • (8)bbcode_html_printable
  • (10)bbcode_quote_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
  • (40)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