Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases

Reply
 
Thread Tools
Quick Edit! -Edit posts directly from within the thread itself Details »»
Quick Edit! -Edit posts directly from within the thread itself
Version: 2.00, by EvilLS1 EvilLS1 is offline
Developer Last Online: May 2021 Show Printable Version Email this Page

Version: 3.0.6 Rating:
Released: 01-03-2004 Last Update: 01-24-2005 Installs: 145
 
No support by the author.

This hack will allow your users to edit their posts without having to load the editpost page..

How it works: In the bottom right-hand corner of all your posts will be a small Quick Edit icon (users will only see it in posts which belong to them).. When you click it a text box will drop down below your post allowing you to edit it instantly in the thread itself.

This will save you a lot of time when fixing those spelling mistakes, typos, or broken links. It should also help save on bandwidth since your users will no longer need to load the editpost page.

Very easy to install.. 2 file edits, 2 template edits, and 1 template to add.

Known bug: Quick Edit will NOT work with Opera web browsers. Those who use Opera simply won't see the option to quick edit (icon will be invisible when viewed in that browser). It'll work fine in other browsers such as IE or firefox.

Support: Due to work my time is limited as of late so this hack is released AS IS with no support. However, several questions have already been answered in this thread.

Update (7-25-04): Fixed a minor bug with the QE window moving further to the left with each click in mozilla/firefox browsers. To update simply replace your showthread_quickedit template with the new one. Thanks to sv1cec for this bug fix.

Add Ons:
*Show the "delete post" option for those who have permission in the Quick Edit form (also adds edit reason). (by sv1cec)
*Show the "edit reason" field in the Quick Edit form. (Requested by Convergys)
*Alternate Quickedit icon image (by ryancooper)
*Another alternate Quickedit icon (by sv1cec)
*Another alternate Quickedit icon (by charlesk)
*Yet another alternate Quickedit icon (by iguanairs)
*Give users the option to disable quick edit in the usercp (by pco)



If you find this hack useful please click the install button.

Screenshot attached:

Show Your Support

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

Comments
  #182  
Old 07-21-2004, 06:00 PM
TTG's Avatar
TTG TTG is offline
 
Join Date: May 2004
Location: Sth London
Posts: 1,042
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Clicked install .. works well .. very useful hack
Reply With Quote
  #183  
Old 07-23-2004, 01:00 PM
sv1cec sv1cec is offline
 
Join Date: May 2004
Location: Athens, Greece
Posts: 2,091
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Clicking install, although in the first post I tried to edit (mine, I am the admin, and I have not installed any additional code) it erased the signature. After that it works OK, go figure.

No, the problem is still there. I just tried to edit another old post of mine, and it erased the signature. Can you PLEASE help?

Conditions: I am the admin of the forums, I've added no other code except the one of the file in Post #1, I tried to edit an old post of mine and it erased the signature (the Show Singature box was checked but greyed). Then I entered a new post, edit it and it didn't erase the signature (the Show Signature box was checked but not greyed). The I tried to edit another old post of mine, and it erased the signature (again Singature Box checked but grey).

I'll do some more investigation and I'll report back if I find something different.

It looks consistent, if I try to edit an old post, the Show Signature box comes out checked and greyed. In this case, the signature is deleted. The same thing happends (Show Signature greyed and checked), if the poster didn't have a signature when he entered the post. In this case, it does not enter the signature that the user now has.

I'll remove the "Quick Edit" icon from the postbit and postbit_legacy, until we can find a solution.

Rgds and Tnx
Reply With Quote
  #184  
Old 07-23-2004, 07:57 PM
EvilLS1's Avatar
EvilLS1 EvilLS1 is offline
 
Join Date: Apr 2002
Location: Georgia, USA
Posts: 987
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sv1cec,
Very strange. It doesn't seem to be happening on my site. Not sure what could be causing it.

Try this and let me know if it still happens:

In the QE template find:
Code:
	 <if condition="$bbuserinfo['signature'] != ''"> <label for="cb_signature"><input type="checkbox" name="signature" value="1" id="cb_signature" tabindex="1" checked /><span class="smallfont">Signature</span></label></if>
Replace it with:
Code:
	 <if condition="$bbuserinfo['signature'] != ''">
	<input type="checkbox" name="signature" value="1" checked /><span class="smallfont">Signature</span></if>
Reply With Quote
  #185  
Old 07-24-2004, 06:20 AM
sv1cec sv1cec is offline
 
Join Date: May 2004
Location: Athens, Greece
Posts: 2,091
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by EvilLS1
sv1cec,
Very strange. It doesn't seem to be happening on my site. Not sure what could be causing it.

Try this and let me know if it still happens:

In the QE template find:
Code:
	 <if condition="$bbuserinfo['signature'] != ''"> <label for="cb_signature"><input type="checkbox" name="signature" value="1" id="cb_signature" tabindex="1" checked /><span class="smallfont">Signature</span></label></if>
Replace it with:
Code:
	 <if condition="$bbuserinfo['signature'] != ''">
	<input type="checkbox" name="signature" value="1" checked /><span class="smallfont">Signature</span></if>
THANK YOU SIR!

This seems to fix the problem. The admins post do not loose their signature now, and a user who had a post when he had no signature, can now edit, and the QE hack respects the new condition and adds the signature.

The final issue I have, has to do with the location of the window, which opens up for QE. Suppose I have a post and I hit the QE button. Then I cancel it. Then I hit QE again, and the window open a bit further to the left, than the first time. Cancel it again and hit QE again, and the window is almost 50% out of the screen. Something works incrementaly in the location of the window, as far as its horizontal positioning is concerned.

On the same issue, if the post's QE button, is too low on your screen, the QE window opens up below the button, so sometimes it hardly appears on the screen. I assume that if this is the case (QE button too far down), the window should open above it, instead of below it.

On another issue, could you please update the instructions on the following two issues:

- If one wants to give the user the ability to delete his post, what should one add to the showthread_quickedit template?
- If one wants to show the QE to people who can moderate and administrate, as well as the poster, what are the changes that need to be made? The ones descrined in post #9, seem to be outdated now. I also do not want to go with the method described in the early stages of this thread, using $bbuserinfo['usergroupid'] ==6 , I'd rather have can_moderate($forum[forumid]). In this case thought, there should be some changes in the signature handling, where $postinfo['signature'] should be used. I am not sure however, where these changes should occur. Any help?

Another issue, would it be possible to have a working "Cancel" button. The method of clicking outside the QE box is logical for programmers etc. but not so intuitive for end-users. Plus, sometimes clicking outside the box does not close it (if you click right next to the box, to its left or to its right) and you have to click again, above it or below it, to make it go.

Finally, if I may add my 2 Eurocents, I think that the QE button should be just before the Edit button. I think this is a more logical position than between the Quote and the Quick Reply buttons. I also took some time to make a QE button to match the other buttons in the standard vB installation. If you like it you may use it.



Have I clicked install? I think I have.

Thank you for a nice addition to my forum.
Reply With Quote
  #186  
Old 07-24-2004, 04:17 PM
EvilLS1's Avatar
EvilLS1 EvilLS1 is offline
 
Join Date: Apr 2002
Location: Georgia, USA
Posts: 987
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sv1cec,
Thank you for your suggestions. I will address a few of them now but others will have to wait until the next version as I don't have much time to work on hacks these days.

Quote:
Originally Posted by sv1cec
The final issue I have, has to do with the location of the window, which opens up for QE. Suppose I have a post and I hit the QE button. Then I cancel it. Then I hit QE again, and the window open a bit further to the left, than the first time. Cancel it again and hit QE again, and the window is almost 50% out of the screen. Something works incrementaly in the location of the window, as far as its horizontal positioning is concerned.
Yes I've noticed that too. It seems to be a browser specific problem (mozilla/firefox) and I can't figure out the solution for the life of me. I will figure it out before the next version is released.

Quote:
On the same issue, if the post's QE button, is too low on your screen, the QE window opens up below the button, so sometimes it hardly appears on the screen. I assume that if this is the case (QE button too far down), the window should open above it, instead of below it.
This is by design. I wanted the window to open below the post so that the user can still see the original post while editing. Should be fairly easy to change though.

Quote:
- If one wants to give the user the ability to delete his post, what should one add to the showthread_quickedit template?
Thats a good idea. Quick delete would be handy for those who have that privilege. I'll add that to the next version.

Quote:
- If one wants to show the QE to people who can moderate and administrate, as well as the poster, what are the changes that need to be made? The ones descrined in post #9, seem to be outdated now. I also do not want to go with the method described in the early stages of this thread, using $bbuserinfo['usergroupid'] ==6 , I'd rather have can_moderate($forum[forumid]). In this case thought, there should be some changes in the signature handling, where $postinfo['signature'] should be used. I am not sure however, where these changes should occur. Any help?
IMO its not a good idea to allow mods/admins to quickedit all posts and here's why: With the way this hack works it must load the post text two times in posts where the viewer has the ability to quick edit. So if you set it so that admins can quickedit all posts the post text for every post within a thread will be loaded twice in his browser (once viewable and once hidden) which could slow down the load time a bit. Theres also a problem with the moderater log not showing some info for posts that were quick edited by mods & admins. This is why I didn't include that feature with the hack in the first place. If you still want to allow staff to edit all posts let me know and I'll post the code changes.

Quote:
Another issue, would it be possible to have a working "Cancel" button. The method of clicking outside the QE box is logical for programmers etc. but not so intuitive for end-users. Plus, sometimes clicking outside the box does not close it (if you click right next to the box, to its left or to its right) and you have to click again, above it or below it, to make it go.
In the first version of QE there was a cancel button which closed the window. The newest version uses vB's standard vbmenu_popup to show the Quick Edit box. This is the same function that shows the little drop down box of links when you click on someones username within a post. It also works the same way so when you want to exit the box you just click somewhere on the page and it will disappear. If you'd rather use the first version it can be found here:
https://vborg.vbsupport.ru/showpost....3&postcount=95
(also, the first version doesn't seem to have the problem with mozilla where the window opens further to the left every time its clicked, so you may like it better)

Quote:
I also took some time to make a QE button to match the other buttons in the standard vB installation. If you like it you may use it.

Thank you. I've added a link to your post in the first post of this thread so that people may use your image.

Cool site BTW. The 1911 is my favorite handgun of all time. I have a Colt Gold Cup Trophy and a Combat Commander.
Reply With Quote
  #187  
Old 07-24-2004, 06:45 PM
sv1cec sv1cec is offline
 
Join Date: May 2004
Location: Athens, Greece
Posts: 2,091
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

EvilLS1, thanks for coming back to me, I wish all developers here were as prompt as you are. Also, thanks for the nice words on M1911.ORG, appreciated.

As far as the hack is concerned, please read my comments below:

Quote:
Originally Posted by EvilLS1
sv1cec,
Thank you for your suggestions. I will address a few of them now but others will have to wait until the next version as I don't have much time to work on hacks these days.
Thank YOU, for taking the time to help us all.


Quote:
Yes I've noticed that too. It seems to be a browser specific problem (mozilla/firefox) and I can't figure out the solution for the life of me. I will figure it out before the next version is released.
I guess I can live with it for the time being, I do not think anyone will be crazy enough to press QE and then cancel it so many times to have the window move out of the screen. What's wierd is that this does not happen if you "Save" the edited post. In this case, the window gets opened in the same position, every time. It shifts to the left, only if you cancel and re-edit.


Quote:
This is by design. I wanted the window to open below the post so that the user can still see the original post while editing. Should be fairly easy to change though.
That, I would appreciate it. The way it works now, it's sometimes possible to not notice that the window has opened. It happened to me once, so I guess it can happen to others, who are used to leaving the buttons down on their screen while reading the posts, and hit one of them to edit or quickreply. If you can show me the code, I can ... test it. And since the new window shows the existing post text, it is not necessary to be able to see the post in the background. What I would suggest is to have the window open, right next to the button, with the button being about the middle of the windows height. In that way, the window will be apparent, no matter where the QE button was when it was pressed.

Quote:
Thats a good idea. Quick delete would be handy for those who have that privilege. I'll add that to the next version.
I guess it shouldn't be too difficult, maybe we can copy the code from the standard Edit form. I'll give it a try tomorrow morning (late night for you) and I'll update you on my results.

Quote:
IMO its not a good idea to allow mods/admins to quickedit all posts and here's why: With the way this hack works it must load the post text two times in posts where the viewer has the ability to quick edit. So if you set it so that admins can quickedit all posts the post text for every post within a thread will be loaded twice in his browser (once viewable and once hidden) which could slow down the load time a bit. Theres also a problem with the moderater log not showing some info for posts that were quick edited by mods & admins. This is why I didn't include that feature with the hack in the first place. If you still want to allow staff to edit all posts let me know and I'll post the code changes.
Oh no, I do not want that. I was not aware that the contents of the posts which are QE-table are loaded twice. If you do what I suggested, it will take twice as much time to load a page than before, so cancel that ... request Sir.


Quote:
In the first version of QE there was a cancel button which closed the window. The newest version uses vB's standard vbmenu_popup to show the Quick Edit box. This is the same function that shows the little drop down box of links when you click on someones username within a post. It also works the same way so when you want to exit the box you just click somewhere on the page and it will disappear. If you'd rather use the first version it can be found here:
https://vborg.vbsupport.ru/showpost....3&postcount=95
(also, the first version doesn't seem to have the problem with mozilla where the window opens further to the left every time its clicked, so you may like it better)
I tried that version and it's not as good as yours. When you click on the Edit Post text (or the button, that's irrelevant), the screen skips to the top of the page and you have to scroll down to find the new window. From the way this vB feature works, in the menu on the user name, and the window of QE, I assume you have missed something. I mean, in QE it seems as if the window is somehow occupying the whole width of the screen. If you click to the left or to the right of the window, the program thinks you are clicking in the window and it does not close. You have to click either above or below that screen area, to close the window. I'll try and figure out how the code for the little menu works and see if I can find anyway to solve that problem, and keep you posted. But, please, if you come up with something let me know. It's quite confusing for the end user. Also, that Gold version does not handle the signatures properly, while yours works fine for me.

Quote:
Thank you. I've added a link to your post in the first post of this thread so that people may use your image.
I am honored, I haven't done anything worthwhile to be included there. If you want, I can give you the code I have come up for my pop-up window, which I think is more ... beautiful than yours (no pan intended), and does away with the preview button. If someone wants to have the full editing features, he can use the normal Edit button. The QE is just for quick work, so I decided that the Preview is not necessary.

Well, enough said, I'll work on this tomorrow early in the morning and post accordingly.

Again, many thanks for a great hack, appreciated.
Reply With Quote
  #188  
Old 07-25-2004, 06:10 AM
sv1cec sv1cec is offline
 
Join Date: May 2004
Location: Athens, Greece
Posts: 2,091
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

EvilLS1,

After some experimentation, I have found the following solution for the shifting window problem.

In the showthread_quickedit template, find this:

HTML Code:
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
Replace it with:

HTML Code:
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="left">
This seems to solve the problem in Netscape and works OK (as it worked) in IE. The only issue is that the background fill in the top bar of the window, does not completely cover whatever is behind it, so as a temporary fix (or permanent, I like it that way), I also did the following changes:

In the template, find this:

HTML Code:
<td class="tcat" align="left">
<strong>$vbphrase[edit_post]</strong>
Replaced it with:

HTML Code:
<td bgcolor="#3A5383" align="left">
<strong><font color="#ffffff">$vbphrase[edit_post]</FONT></strong>
With this change, the window does not shift to the left, and also, it closes if you click anywhere around it, not only above or below it, as it used to do before. Something with the width of the table is mixing things up, I guess.

Now, if only we could include the "Delete this post" option, that would be great.

Rgds
Reply With Quote
  #189  
Old 07-26-2004, 03:38 AM
EvilLS1's Avatar
EvilLS1 EvilLS1 is offline
 
Join Date: Apr 2002
Location: Georgia, USA
Posts: 987
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sv1cec,
Nice job! I added your browser fix to the first post (with credit to you, of coarse).

As for the "delete this post" option, try this:

In functions_showthread.php find:
Code:
// End Quick Edit hack
Above it add:
Code:
	if ($isfirstpost AND can_moderate($thread['forumid'], 'canmanagethreads'))
	{
		$show['deletepostoption'] = true;
	}
	else if (!$isfirstpost AND can_moderate($thread['forumid'], 'candeleteposts'))
	{
		$show['deletepostoption'] = true;
	}
	else if (((($forumperms & CANDELETEPOST) AND !$isfirstpost) OR (($forumperms & CANDELETETHREAD) AND $isfirstpost)) AND $bbuserinfo['userid'] == $post['userid'])
	{
		$show['deletepostoption'] = true;
	}
	else
	{
		$show['deletepostoption'] = false;
	}
Now replace your showthread_quickedit template with this:
Code:
			<span id="quickedit_$post[postid]">
				<img src="$stylevar[imgdir_button]/quickedit_icon.gif" alt="Quick Edit" border="0" />
				<script type="text/javascript"> vbmenu_register("quickedit_$post[postid]", true); </script>
			</span>
<div id="quickedit_$post[postid]_menu" style="display:none">
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="left">
<form enctype="multipart/form-data" name="vbulletinform" style="display:inline;" action="editpost.php" method="post">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="updatepost" />
<input type="hidden" name="p" value="$post[postid]" />
<input type="hidden" name="posthash" value="$posthash" />
<input type="hidden" name="poststarttime" value="$poststarttime" />
<input type="hidden" name="emailupdate" value="9999" />
<input type="hidden" name="disablesmilies" value="0" />
<input type="hidden" name="parseurl" value="1" id="cb_parseurl" />
<input type="hidden" name="iconid" value="$post[iconid]" />	
<tr>
<td class="tcat" align="left">
<strong>$vbphrase[edit_post]</strong>
</td>
</tr>
<tbody>
<tr valign="top">
<td class="panelsurround" align="center">
<div class="panel">
<div align="left">
	<div class="smallfont" style="margin-bottom:$stylevar[formspacer]px">
	 <div>$vbphrase[title]:</div>
	 <div><input type="text" class="bginput" name="title" value="$post[title]" size="60" maxlength="85" tabindex="1" /></div>
	</div>
	<div class="smallfont" style="margin-bottom:$stylevar[formspacer]px">
	 <div>$vbphrase[message]:</div>
	 <div><textarea name="message" class="bginput" style="width:433px; height:125px;" wrap="virtual" tabindex="1">$edittext</textarea></div>
	</div>
</div>
</div>
<div style="margin-top:6px">
	<input type="submit" class="button" name="sbutton" value="Save Changes" accesskey="s" tabindex="1" />
	<input type="submit" class="button" name="preview" value="Preview Changes" accesskey="p" tabindex="1" />

	 <if condition="$bbuserinfo['signature'] != ''"><label for="cb_signature"><input type="checkbox" name="signature" value="1" id="cb_signature" tabindex="1" checked /><span class="smallfont">Signature</span></label></if>
</div>
</td>
</tr>
</tbody>
</form>
<if condition="$show['deletepostoption']">
<br />
<form action="editpost.php" method="post">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="p" value="$post[postid]" />
<input type="hidden" name="do" value="deletepost" />

<tr>
	<td class="tcat" align="left">

		$vbphrase[delete_this_message]
	</td>
</tr>
<tbody id="collapseobj_editpost_delete" style="$vbcollapse[collapseobj_editpost_delete]">
	<tr>
		<td class="panelsurround" align="center">
		<div class="panel">
			<div style="width:65" align="$stylevar[left]">
			
			<div class="fieldset">
				<div>$vbphrase[delete_message_check_appropriate_option]</div>
				<if condition="$show['firstpostnote']">
					<div>$vbphrase[deleting_message_deletion_of_thread]</div>
				</if>
			</div>
			
			<fieldset class="fieldset">
				<legend>$vbphrase[delete_options]</legend>
				<div style="padding:$stylevar[formspacer]px">
					<div>
						<label for="rb_del_leave"><input type="radio" name="deletepost" value="" id="rb_del_leave" tabindex="1" checked="checked" />$vbphrase[do_not_delete_message]</label>
					</div>
					<div>
						<label for="rb_del_soft"><input type="radio" name="deletepost" value="delete" id="rb_del_soft" tabindex="1" />$vbphrase[delete_message]</label>
						<if condition="$show['physicaldeleteoption'] AND $show['keepattachmentsoption']">(<label for="cb_keepattachments"><input type="checkbox" name="keepattachments" value="1" id="cb_keepattachments" tabindex="1" />$vbphrase[keep_attachments]</label>)</if>
					</div>
					<if condition="$show['physicaldeleteoption']">
					<div>
						<label for="rb_del_hard"><input type="radio" name="deletepost" value="remove" id="rb_del_hard" tabindex="1" />$vbphrase[physically_remove_message]</label>
					</div>
					</if>
				</div>
			</fieldset>
			
			<div class="smallfont">
				<div>$vbphrase[reason_for_deletion]:</div>
				<input type="text" class="bginput" name="reason" size="50" tabindex="1" title="$vbphrase[optional]" />
			</div>
			
			</div>
		</div>
		
		<div style="margin-top:$stylevar[cellpadding]px">
			<input type="submit" class="button" value="$vbphrase[delete_this_message]" tabindex="1" accesskey="s" />
		</div>
		
		</td>
	</tr>
</tbody>
</form>
</if>
</table>
</div>
Keep in mind that I haven't had time to really test this so it might or might not work correctly. But it should be a good starting point for you if you wish to add this feature to your QE.

If you'd like, you can tinker with the code and get it looking and working perfectly and then post your own instructions for the add-on here and I'll add a link to your post so that others can add this feature if they want. Or you could even post it in the add-ons section in its own thread.

Later,
Dewayne
Reply With Quote
  #190  
Old 07-26-2004, 03:44 AM
EvilLS1's Avatar
EvilLS1 EvilLS1 is offline
 
Join Date: Apr 2002
Location: Georgia, USA
Posts: 987
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
If you want, I can give you the code I have come up for my pop-up window, which I think is more ... beautiful than yours (no pan intended), and does away with the preview button. If someone wants to have the full editing features, he can use the normal Edit button. The QE is just for quick work, so I decided that the Preview is not necessary.
If you want, you can post your version here and I'll link to it in the first post as an alternate QE template.
Reply With Quote
  #191  
Old 07-26-2004, 06:32 AM
sv1cec sv1cec is offline
 
Join Date: May 2004
Location: Athens, Greece
Posts: 2,091
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Dewayne,

Thanks for the input, appreciated.

It works OK, as long as the post you try to edit, is not the first one in a thread, which is all right for a normal user (they are not given permission to delete their threads).

If it is the first one, it does not even go in the delete form of the template, even though I am the admin, and I just posted that post (no time exceeded).

I think it has to do something with the conditionals in the functions_showthread.php.

Could you pleeeeease have a look???

Tnx
Reply With Quote
Reply

Thread Tools

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 07:03 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.04768 seconds
  • Memory Usage 2,376KB
  • 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
  • (7)bbcode_code
  • (4)bbcode_html
  • (15)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
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (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