Recipe Mod
By: whitemikeSupport Site: Here
Requests: Here
Preview: Here
Installation:
Find:
Add Under:
Find:
Add After:
Showthread:
Find:
Add Under:
Find:
Add Under:
Find:
Add Above:
Newthread:
Find:
Add Under:
Find:
Add After:
Postbit(_legacy):
Add at Top:
Add at End:
Find:
Add After:
Fixes:
1.5
Configure
- Templates to add:3
- Templates to edit:3
- Plugins Added: 14
- Phrases Added: 12
- Quires ran: 9
- Import the Product .xml
- Edit templates
Find:
Code:
<!-- / subject field -->
Code:
<if condition="$foruminfo[enable_recipe]"> $editrecipe <else />
Code:
$messagearea
<!-- / message area -->
$posticons
</td>
</tr>
</table>
</div>
</div> Code:
</if>
Find:
Code:
$Navbar
Code:
<if condition="$foruminfo[enable_recipe]"> $recipe </if>
Code:
<a name="poststop" id="poststop"></a>
Code:
<if condition="$no_posts"> <else />
Code:
<div id="posts">$postbits<div id="lastpost"></div></div>
Code:
</if>
Find:
Code:
<!-- / subject field -->
Code:
<if condition="$foruminfo[enable_recipe]"> $newrecipe <else />
Code:
<!-- / message area -->
$imagereg
$posticons
</td>
</tr>
</table>
</div>
</div> Code:
</if>
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 /> Code:
</if>
Code:
<div>$vbphrase[posts]: $post[posts]</div>
Code:
<div>$vbphrase[recipe_stats]: $post[recipe_stats]</div>
1.5
- Added a vboption for the forumid's for the templates to make easier on client side
- Added Template Grouping
- Cached Templates
- Other small minor changes
- Fixed Spelling - Duh
- Fixed Major Edit Post Bug - Thanks to Nick for opening my eyes
- Fixed Edit Post Bug
- Fixed Spelling Error
Configure
- Go to ACP -> Forums & Moderators -> Forum Manager -> Pick a forum and at bottom it has a new yesno setting
- Go to ACP -> vBulletin Options -> Recipe Mod Database -> Enter the forumid's used for your forum
Last edited by Brandon; 12-20-2007 at 07:45 AM..












Linear Mode
