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 |
#192
|
|||
|
|||
There are several spelling errors, including "recipies" in postbit. It should be spelled recipes.
Is there any chance of getting those corrected? I can't read code and I don't know how to edit the xml or if I even have to to fix them. |
#193
|
|||
|
|||
I thought I already updated this.
SOrry, redownload, let me know if i mistyped anything else |
#194
|
|||
|
|||
Yay, it looks all right now. It's entirely possible you had updated it after I downloaded it. I dawdled getting mods installed while I reorganized the forum.
|
#195
|
|||
|
|||
When we go to post a recipe we get this:
Please complete both the subject and message fields. What is wrong? Please help... |
#196
|
|||
|
|||
Ive followed your instructions and double checked them but alas this still doesnt work for me. Any suggestions?
|
#197
|
|||
|
|||
Can this be used with multiple boards? My members LOVE the mod, but they want their recipes organized. When I tried to add more forumid numbers with commas between though, I got a code error.
Let me just clarify I'm talking about the postbit. I reread and realized how poorly worded this was for my question. The postbit legacy shows how many recipies have been posted. I want it to count posts in all the forums being used for recipes. Obviously I can and have enabled this mod for all the recipe forums. |
#198
|
|||
|
|||
Sorry reread instuctions i just updated it. Just where X was in the postbit make it
array(x,x,x,x,x) where x being all of the forumid's. View my demo, it shows it is possiable |
#199
|
|||
|
|||
Ok product updated.
|
#200
|
|||
|
|||
You're awesome! Thanks,
I tried to rate the mod excellent and it my mouse went crazy and picked terrible!! I feel so guilty and it won't let me rerate it! *blush* I nominated for mod of the month though. |
#201
|
|||
|
|||
awesome mod, we have a ton of recipes submitted by all users, is there any way to add a rating system to them similar to this boards?
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|