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 |
#22
|
||||
|
||||
Quote:
|
#23
|
|||
|
|||
AH! Its amazing how sleep has an effect on the mind. I see that now, Thanks!
|
#24
|
|||
|
|||
Well I guess a little more help is in order, I am getting a Database (MySQL) Error.
Here is the actual error(Blue letters/numbers omitted for real letters and numbers): EDITED TO ADD: I only get this error when I enable the mod in my forum, and it effects all my templates not just the one I modified. When I DISABLE the Mod in the forum the MySQL Errors go away and forum works normally as before. Quote:
I used a existing forum (that might of had a total of 6 posts, it was recently added before I found this mod. I get this error when I try to add a new recipe and I get this error when I try to view any exisitng (pre-mod) posts in threads. Any ideas? |
#25
|
|||
|
|||
Same here when I try and create a new recipe.
Database error in vBulletin 3.6.4: Quote:
|
#26
|
|||
|
|||
Thank's for letting me know. If that is the case. Will not be adding it to the big forum. I don't want to lose 700 recipes.
|
#27
|
|||
|
|||
Yeah, glad I only have 6 in mine now, justed the forum a few days ago.
|
#28
|
||||
|
||||
Quote:
You can give it a try and see if it works, it won't delete your threads or posts. If it doesn't work, simply uninstall it |
#29
|
||||
|
||||
Quote:
http://www.vbhackers.com/f76/recipe-...42/index8.html I don't know why the coder didn't use this info and place it here. |
#30
|
||||
|
||||
So I got it all installed and it appears as if it work correctly. However upon filling in the fields. I get this error back:
The message you have entered is too short. Please lengthen your message to at least 1 characters. |
#31
|
|||
|
|||
Quote:
Thanks. That worked. I appreciate it. :up: |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|