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)

Mutt 02-10-2007 08:53 PM

I only want to to appear on the edit page. how can I disable it for new reply & new thread?

akanevsky 02-10-2007 11:38 PM

Quote:

Originally Posted by Mutt (Post 1179418)
I only want to to appear on the edit page. how can I disable it for new reply & new thread?

You can't.

Mutt 02-11-2007 01:50 PM

ok, I moved it to the bottom of the page so it's not such a big deal. thanks

dizzy100 02-13-2007 06:10 PM

Think i've found quite a serious bug here.

Any posts with attachments in them will get their attachments deleted.

I had mine all deleted over the last day, couldn't place why and then realised it was because of using this hack (which i found handy instead of logging in and out). But looking at the posts with no attachments (where there should have been) proves it was whilst using this hack the attachments went astray.

Anyone have the same findings ?

dizzy100 02-13-2007 06:14 PM

Yes confirmed. The attachment is deleted but i hadn't noticed as the page was cached.

Needs addressing.

dcpaq2xx 02-13-2007 09:47 PM

Im trying to install this on Vb 3.6.4 and while trying to edit the templates it is not finding any of the text that your telling me to look for. What gives? I cant get by the template editing steps because of this.

Any help would be greatly appreciated.

Thanks

Doug

akanevsky 02-13-2007 10:19 PM

Quote:

Originally Posted by dcpaq2 (Post 1181860)
Im trying to install this on Vb 3.6.4 and while trying to edit the templates it is not finding any of the text that your telling me to look for. What gives? I cant get by the template editing steps because of this.

Any help would be greatly appreciated.

Thanks

Doug

It's there in standard vBulletin templates and compatibles. If your skin has templates that do not contain the code, then something is seriously wrong with that skin, and I cannot help you.

dcpaq2xx 02-14-2007 12:28 AM

To make sure that I am looking in the correct location, what is the exact path to the templates I need to edit? Maybe I am just not looking in the correct ones.

Thanks

Doug

Update... Actually I found it in the "editpost" template, I had to look for it manually among all the text, the search/find feature in the admin cp is not finding what im putting in there.
PHP Code:

<form name="vbform" action="editpost.php" method="post"<if condition="!is_browser('webtv')"onsubmit="return vB_Editor 


Tulsa 02-14-2007 04:25 AM

Your directions call for this in the "edit post" template.
Code:

<form name="vbform" action="editpost.php" method="post"<if condition="!is_browser('webtv')"> onsubmit="return vB_Editor['$editorid'].prepare_submit(0, $vboptions[postminchars])"</if>>

The actual code is:
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>>
It's missing the blue text in a stock 3.6.4 template

Everyone can just look for
Code:

<form name=
and they find it just fine. It's the only instance of this in the "edit post" template.

Just like
Code:

<form action=
is the only instance of this in the "new post" template.

Excellent mod though! :up:

dcpaq2xx 02-14-2007 04:37 AM

Tulsa,

Thank you so much for the information. I was not aware of that. Usually in most cases I can copy and paste the first line and the find feature with find it. But for some reason it wouldnt work this time so immediately assumed the code wasnt there.

Thanks

Doug


All times are GMT. The time now is 09:56 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.01308 seconds
  • Memory Usage 1,745KB
  • 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
  • (4)bbcode_code_printable
  • (1)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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