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 |
#62
|
||||
|
||||
hhmm thats what i have done
<if condition="$post[postcount] == 1 && $thread[forumid] == 7"> <else /> <br /> <!-- top category table setup --> |
#63
|
||||
|
||||
got it working.
|
#64
|
|||
|
|||
kk, glad you did
|
#65
|
||||
|
||||
that is for Recipes! The members love it!!
|
#66
|
||||
|
||||
Could been a great mod but UNINSTALLED because the the coder is rude and has twice completely ignored a bug that is a major problem when put on a forum where this mod is used alot.
|
#67
|
|||
|
|||
Huum, change out the wording for this and I coudl use it on my DIY car repair site. How to do this or that repair.
|
#68
|
|||
|
|||
Quote:
And about the car repair site, just change the names od the phrases |
#69
|
|||
|
|||
ok a couple questions before I decide to install. I think this sounds awesome and would be a great asset to my cooking forum! As of right now if this is enabled in a forum you can only post a recipe post not a "regular looking" post? Also, you cannot upload attachments like you can in a "regular post"?
|
#70
|
||||
|
||||
Quote:
I'm sorry that I had "nothing to back it up with" other than a way to help you recreate the error. I'm sick to death of coders hiding behind "it's free" to pawn code that has the potential to be more of a destructive nature than a help; yet you still encourage ppl to spend their time to install it! .... and all it required was "hiya, will sort it when i get time". Yet you choose to answer posts before and after my attempts to help you out! and FYI there are a few more important errors that you should be aware of (you can hunt for those yourself); if you were any kind of developer you'd know how important beta testers are! |
#71
|
|||
|
|||
then uninstall it and dont bother using my modifications
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|