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 |
#292
|
||||
|
||||
thanks, my users have been asking for something like this :up:
|
#293
|
|||
|
|||
Can this be modified to allow users to upload photos of the dish, as well? Maybe several photos, so they can include prep photos, or pictures of special ingredients?
|
#294
|
|||
|
|||
Update:
Added in another if to remove the preview as its bugged |
#295
|
||||
|
||||
This mod works perfectly on my site. I'm a big fan! Thanks for publishing it!
|
#296
|
|||
|
|||
I am now looking for some beta testers for the new version. PM Me if interest.
New version is a huge code change, and now offers pictures. |
#297
|
|||
|
|||
I so wish I wouldn't have upgraded. Now I can't get it to work right and lost all my recipes. *Sigh*
|
#298
|
|||
|
|||
So are you asking for help or just moaning to me?
|
#299
|
||||
|
||||
Its a *Note to self*
|
#300
|
||||
|
||||
Mike, I deleted your acct as I didn't think you'd want to remain a member on a children's boutique forum but I don't mind if you use my site to test some things!
I'd have to set you up again - just let me know. |
#301
|
|||
|
|||
All recipe threads are showing 'done but with error':
http://forum.white-projects.com/amer...hot-wings.html The photo 'attachments' are the deal breaker for me. Rather than have the pictures as attachments, can they appear at the top of the recipe thread? Maybe with additional prep photos near the bottom? Ideally, I'd like to be able to randomly dispay in a box in the side column: Recipe title, Main Recipe Photo, User (linked to the recipe). That way the recipes won't get 'lost' as more are added... I would also be interested to know how the recipes looked in the vB RSS feed that is created by that forum. If it could include IMAGE, TITLE, DESCRIPTION...I'd pay GOOD money for this mod. *Wishful thinking* Maybe even the opportunity to embed a YouTube video (if someone has created a video tutorial)? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|