| Posts: n/a |
The logo is now clickable
I love CSS
I love CSS
Please Register to get full access to the forums.
Guest vBSetup Team Tech Admin vBulletin Owner
#14
06-26-2007, 09:51 PM
Recipe Mod Database 2.0 Beta Installation:
Find: HTML Code: <!-- / subject field --> HTML Code: <!-- Recipe Mod Database --> <if condition="$foruminfo[enable_recipe]"> $editrecipe <else /> <!-- / Recipe Mod Database --> Find: HTML Code: $messagearea
<!-- / message area -->
$posticons
</td> </tr> </table> </div> </div> Add After: HTML Code: <!-- Recipe Mod Database --> </if> <!-- / Recipe Mod Database --> Find: HTML Code: <input type="submit" class="button" name="preview" value="$vbphrase[preview_changes]" accesskey="r" tabindex="1" /> HTML Code: <!-- Recipe Mod Database --> <if condition="$foruminfo[enable_recipe]"><else /><input type="submit" class="button" name="preview" value="$vbphrase[preview_changes]" accesskey="r" tabindex="1" /></if> <!-- / Recipe Mod Database --> Newthread: Find: HTML Code: <!-- / subject field --> Add Under: HTML Code: <!-- Recipe Mod Database --> <if condition="$foruminfo[enable_recipe]"> $newrecipe <else /> <!-- / Recipe Mod Database --> Find: HTML Code: <!-- / message area --> $imagereg $posticons </td> </tr> </table> </div> </div> Add After: HTML Code: <!-- Recipe Mod Database --> </if> <!-- / Recipe Mod Database --> HTML Code: <input type="submit" class="button" name="preview" value="$vbphrase[preview_post]" accesskey="r" tabindex="1" /> Replace with: HTML Code: <!-- Recipe Mod Database --> <if condition="$foruminfo[enable_recipe]"><else /><input type="submit" class="button" name="preview" value="$vbphrase[preview_post]" accesskey="r" tabindex="1" /></if> <!-- / Recipe Mod Database --> Postbit or postbit_legacy: (Depending on what you use) Add at Very Top of template: HTML Code: <!-- Recipe Mod Database --> <if condition="$post[postcount] == 1 && in_array($thread['forumid'], $forumid_recipe)"> <table cellpadding="6" cellspacing="1" border="0" width="100%" class="tborder"> <tr> <td class="tcat" colspan="2"> $thread[title] </td> </tr> <tr> <td class="thead" colspan="2"> Author: <if condition="$show['profile']"> <a class="smallfont" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a> <script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script> <else /> $thread[musername] </if> </td> </tr> <tr valign="top"> <td class="alt2" style="white-space: nowrap" width="150"> <if condition="$thread[recipe_time]"> <div style="font-weight: bold">$vbphrase[recipe_show_time]</div> <div>$thread[recipe_time]</div> <else /> <div style="font-weight: bold">$vbphrase[recipe_show_time]</div> <div>N/A</div> </if> <if condition="$thread[recipe_difficult]"> <div style="font-weight: bold">$vbphrase[recipe_show_difficulty]</div> <div>$thread[recipe_difficult]</div> <else /> <div style="font-weight: bold">$vbphrase[recipe_show_difficulty]</div> <div>N/A</div> </if> <if condition="$thread[recipe_size]"> <div style="font-weight: bold">$vbphrase[recipe_show_size]</div> <div>$thread[recipe_size]</div> <else /> <div style="font-weight: bold">$vbphrase[recipe_show_size]</div> <div>N/A</div> </if> </td> <if condition="$thread[recipe_description]"> <td class="alt1"> <strong>$vbphrase[recipe_show_description]</strong><br />$thread[recipe_description] </td> </if> </tr> <if condition="$thread[recipe_ingrediants]"> <tr> <td class="thead" colspan="2">$vbphrase[recipe_show_ingredients]</td> </tr> <tr> <td class="alt1" colspan="2"> $ingrediants </td> </tr> </if> <if condition="$thread[recipe_prep]"> <tr> <td class="thead" colspan="2">$vbphrase[recipe_show_preparation]</td> </tr> <tr> <td class="alt1" colspan="2"> $preps </td> </tr> </if> <if condition="$thread[recipe_steps]"> <tr> <td class="thead" colspan="2">$vbphrase[recipe_show_instructions]</td> </tr> <tr> <td class="alt1" colspan="2"> $instructions </td> </tr> </if> <if condition="$show['attachments']"> <tr> <td class="thead" colspan="2">$vbphrase[attachments]</td> </tr> <tr> <td class="alt1" colspan="2"> <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> </td> </tr> </if> <tr> <td class="alt1" align="right" colspan="2"> <!-- controls --> <if condition="$post['editlink']"> <img style="display: none" id="progress_$postid" src="$stylevar[imgdir_misc]/progress.gif" alt="$vbphrase[loading_editor_please_wait]" /> <a href="$post[editlink]" name="vBulletin::QuickEdit::$post[postid]"><img src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit_delete_message]" border="0" /></a> </if> <if condition="$post['forwardlink']"> <a href="$post[forwardlink]"><img src="$stylevar[imgdir_button]/forward.gif" alt="$vbphrase[forward_message]" border="0" /></a> </if> <if condition="$post['replylink']"> <a href="$post[replylink]" rel="nofollow"><img src="$stylevar[imgdir_button]/<if condition="$post['forwardlink']">reply_small<else />quote</if>.gif" alt="$vbphrase[reply_with_quote]" border="0" /></a> </if> <if condition="$show['multiquote_post']"> <a href="$post[replylink]" rel="nofollow" onclick="return false"><img src="$stylevar[imgdir_button]/multiquote_<if condition="$show['multiquote_selected']">on<else />off</if>.gif" alt="$vbphrase[multi_quote_this_message]" border="0" id="mq_$post[postid]" /></a> </if> <if condition="$show['quickreply'] AND !$show['threadedmode']"> <a href="$post[replylink]" rel="nofollow" id="qr_$post[postid]" onclick="return false"><img src="$stylevar[imgdir_button]/quickreply.gif" alt="$vbphrase[quick_reply_to_this_message]" border="0" /></a> </if> <if condition="$show['moderated']"> <img src="$stylevar[imgdir_misc]/moderated.gif" alt="$vbphrase[moderated_post]" border="0" /> </if> <if condition="$show['deletedpost']"> <img src="$stylevar[imgdir_misc]/trashcan.gif" alt="$vbphrase[deleted_post]" border="0" /> </if> <if condition="$show['redcard']"> <a href="infraction.php?$session[sessionurl]do=view&p=$post[postid]"><img src="$stylevar[imgdir_button]/redcard.gif" alt="$vbphrase[received_infraction]" border="0" /></a> <else /> <if condition="$show['yellowcard']"> <a href="infraction.php?$session[sessionurl]do=view&p=$post[postid]"><img src="$stylevar[imgdir_button]/yellowcard.gif" alt="$vbphrase[received_warning]" border="0" /></a> </if> </if> <!-- / controls --> <if condition="$show['inlinemod']"> <input type="checkbox" name="plist[$postid]" id="plist_$postid" style="vertical-align:middle; padding:0px; margin:0px 0px 0px 5px" value="$post[checkbox_value]" /> </if> </td> </tr> </table> <else /> <!-- / Recipe Mod Database --> HTML Code: <!-- Recipe Mod Database --> </if> <!-- / Recipe Mod Database --> Find: HTML Code: <td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imgdir_button]/printer.gif" alt="$vbphrase[show_printable_version]" /> <a href="printthread.php?$session[sessionurl]t=$threadid" accesskey="3" rel="nofollow">$vbphrase[show_printable_version]</a></td> HTML Code: <!-- Recipe Mod Database --> <if condition="$foruminfo[enable_recipe]"> <td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imgdir_button]/printer.gif" alt="$vbphrase[show_printable_version]" /> <a href="printrecipe.php?$session[sessionurl]t=$threadid" accesskey="3" rel="nofollow">$vbphrase[show_printable_version]</a></td> <else /> <td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imgdir_button]/printer.gif" alt="$vbphrase[show_printable_version]" /> <a href="printthread.php?$session[sessionurl]t=$threadid" accesskey="3" rel="nofollow">$vbphrase[show_printable_version]</a></td> </if> <!-- / Recipe Mod Database --> 2.0
1.6
1.5
Configure
Quote |
vBSetup Team Tech Admin vBulletin Owner
#15
06-27-2007, 06:13 PM
Not to Self: These are new template edits. If installed on a board without the recipe mod on it, follow these. If upgrading, then be sure to uninstall old template edits first. Another note: If upgrading then just upload the new xml, and check the overwrite feature Also working on a copyright. It is shown here, But I have not added to the system yet. I will also be offering a branding free option. Please check back here as frequently as you can, and try to stay active for updates. If a bug is found please include the following information in a NEW thread. Also explain how we reproduce the error to get it fixed. Quote |
RMD Owner entrepreneur
#17
06-27-2007, 06:41 PM
Re: Recipe Mod Database Quote:
Quote |
vBSetup Team Tech Admin vBulletin Owner
#18
06-27-2007, 06:44 PM
Well what i meant their was if you already have the old one installed, then you will be upgrading. If this is so, remove all old template edits from this. Then import and overwrite the current xml file. Then do all of the new template edits. Product Updated Quote |
RMD Owner
#19
06-28-2007, 10:15 AM
Re: Recipe Mod Database Ok, just ran this and got the following: Parse error: syntax error, unexpected ')' in /home/mumsonli/public_html/forums/newthread.php(135) : eval()'d code on line 16 Template edit was to letter, reverted newthread to original, still gave error. Disabled plugin, no error... Leads me to believe issue is in the product itself. And I *think* this issue is here: Code: <plugin active="1" executionorder="5">
<title>Recipe Mod: User Settings: No Null Error</title>
<hookname>newthread_post_start</hookname>
<phpcode><![CDATA[if ( ($foruminfo['enable_recipe']) && $_POST['recipe_description']=="") )
{
eval(standard_error(fetch_error('recipe_missing_required_fields'), $foruminfo['forumid']));
}]]></phpcode>
</plugin> Plugin disabled until hearing back from you. Quote |
vBSetup Team Tech Admin vBulletin Owner
#20
06-28-2007, 01:08 PM
Okay, it should be working on your. Only reason this site was messed up was because I was trying a different method. Also my template edits were jacked up lol. And yes this is the reason that I have some beta testers to help me find these things before they are released.Anyways I just read through the template edits and fixed to the best of my knowledge. Please Re-Apply them Product Updated. Please Import and overwrite. Quote |
All times are GMT -6. The time now is 10:12 PM. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||