The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Recipe Mod Database Details »» | ||||||||||||||||||||
NOTE: Support will be provided here, but I will get to it sooner on my official site. vBulletin Zone Installation:
Instructions:
Find: Code:
<!-- / subject field --> Add Under: Code:
<if condition="$threadinfo[firstpostid] == $postinfo[postid] AND $foruminfo[enable_recipe]"> $editrecipe <else /> Code:
$messagearea <!-- / message area --> $posticons </td> </tr> </table> </div> </div> Add After: Code:
</if> Showthread: Find: Code:
$Navbar Add Under: Code:
<if condition="$foruminfo[enable_recipe]"> $recipe </if> Find: Code:
<a name="poststop" id="poststop"></a> Add Under: Code:
<if condition="$no_posts"> <else /> Find: Code:
<div id="posts">$postbits<div id="lastpost"></div></div> Add Above: Code:
</if> Newthread: Find: Code:
<!-- / subject field --> Add Under: Code:
<if condition="$foruminfo[enable_recipe]"> $newrecipe <else /> Find: Code:
<!-- / message area --> $imagereg $posticons </td> </tr> </table> </div> </div> Add After: Code:
</if> Code:
<input type="submit" class="button" name="preview" value="$vbphrase[preview_post]" accesskey="r" tabindex="1" /> Code:
<if condition="$foruminfo[enable_recipe]"></else><input type="submit" class="button" name="preview" value="$vbphrase[preview_post]" accesskey="r" tabindex="1" /></if> Postbit(_legacy): Add at Top: Code:
<if condition="$post[postcount] == 1 && in_array($thread['forumid'], array($vboptions[recipe_forums]))"> <if condition="$show['attachments']"> <!-- attachments --> <div style="padding:$stylevar[cellpadding]px"> <if condition="$show['thumbnailattachment']"> <fieldset class="fieldset"> <legend>$vbphrase[attached_thumbnails]</legend> <div style="padding:$stylevar[formspacer]px"> $post[thumbnailattachments] </div> </fieldset> </if> <if condition="$show['imageattachment']"> <fieldset class="fieldset"> <legend>$vbphrase[attached_images]</legend> <div style="padding:$stylevar[formspacer]px"> $post[imageattachments] </div> </fieldset> </if> <if condition="$show['imageattachmentlink']"> <fieldset class="fieldset"> <legend>$vbphrase[attached_images]</legend> <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0"> $post[imageattachmentlinks] </table> </fieldset> </if> <if condition="$show['otherattachment']"> <fieldset class="fieldset"> <legend>$vbphrase[attached_files]</legend> <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0"> $post[otherattachments] </table> </fieldset> </if> <if condition="$show['moderatedattachment']"> <fieldset class="fieldset"> <legend>$vbphrase[attachments_pending_approval]</legend> <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0"> $post[moderatedattachments] </table> </fieldset> </if> </div> <!-- / attachments --> </if> <else /> Add at End: Code:
</if> Find: Code:
<div>$vbphrase[posts]: $post[posts]</div> Code:
<div>$vbphrase[recipe_stats]: $post[recipe_stats]</div> Fixes: 1.6
1.5
Thats it! Configure
Please Click Install if you use Supporters / CoAuthors Show Your Support
|
Благодарность от: | ||
sternenfee |
Comments |
#162
|
|||
|
|||
Well if you don't uplad new one. Then you will still have the editpost bug.
No. Won't work after the fact. And read post. It shows how to remove the dupe post |
#163
|
|||
|
|||
Alright...ignore my whining up there...as I figured out how to fix it. But something is still wrong. I re-added all the tables that were missing by manual SQL Query...then I uninstalled the product. That fixed the uninstall problem.
I then re-installed with the updated product... Then, I went and did a post test...and then posted two responses with the NEW product that was uploaded today. I still get the Edit Post bug in which you're able to edit the original post. Am I doing something wrong? Or is this still not fixed? Thanks! The edit post bug is still there, and this is still broken. Unless the Product wasn't updated and I'm using the old one still? I appreciate your hard work on this Mike...really I do...it's just been frustrating trying to get it to work. Thanks. |
#164
|
|||
|
|||
Quote:
|
#165
|
|||
|
|||
Well...holy crap. I'm an idiot. No wonder. I followed this link from another post in the 3.5 section...I had no idea that it was for 3.6...I'm still back on 3.5.4.
Crap. This is probably my fault then. Well...I guess it sorta does work for 3.5, then...you could say. Dangit all. Hmm...well, maybe that's the problem then...I'm using 3.5.3...does that give you a bell to ring? Gar...I'm sorry. |
#166
|
|||
|
|||
I have not tested it for anything other then 3.6.x and only support 3.6.x. Sorry, I wouldnt know about 3.5 as I was in hospital through most of it.
|
#167
|
||||
|
||||
as N/A.
|
#168
|
|||
|
|||
I just went back and re-read the thread and do not see where it says. |
#169
|
|||
|
|||
Postbit(_legacy):
Add at Top: MAKE SURE TO CHANGE TOP LINE OF THIS WHERE X = FORUMID YOU CHOOSE |
#170
|
|||
|
|||
Well, did you uninstall and reinstall?
If so then it will show this as it deleted all of the other data |
#171
|
|||
|
|||
I went back and looked and have the code correct. There is still a post that comes directly under the initial recipe post.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|