Go Back   vBulletin Setup > vBulletinSetup Information > vBulletin Setup Announcements > Feedback and Suggestions


Please Register to get full access to the forums.
Post New Thread  Reply



#11   10-30-2006, 08:06 PM
Posts: n/a


The logo is now clickable I love CSS
Quote   |  



#12   11-05-2006, 11:08 AM
Posts: n/a


Cant you make it clickable by just editing the header template?
Quote   |  



#13   11-05-2006, 11:11 AM
Posts: n/a


Not with the way I have the header setup
Quote   |  



#14   06-26-2007, 09:51 PM
Michael Biddle is just really niceMichael Biddle is just really nice Join Date: Aug 2006 Posts: 1,617 Location: Anaheim, CA
Recipe Mod Database 2.0 Beta


Recipe Mod
By: whitemike
Demo: Here
Support Forum: Here
Official Requests: Here
Installation:
  1. Templates added: 6
  2. Templates to edit: 3
  3. Plugins Added: 12
  4. Phrases Added: 22
  5. Quires ran: 9
  6. Settings: 1
Instructions:
  1. Import the Product .xml
  2. Edit templates
Editpost:

Find:

HTML Code:
<!-- / subject field -->
Add Under:

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" />
Replace with:

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 -->
Find:

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&amp;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&amp;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 -->
Add at VERY End of template:

HTML Code:
<!-- Recipe Mod Database --> </if> <!-- / Recipe Mod Database -->
Showthread:

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>
Replace with:

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 -->
Fixes:

2.0
  1. A whole new system was coded
  2. Now allows images
  3. Template changes

1.6
  1. Added another template edit into the newthread template to remove the preview post option

1.5
  1. Added a vboption for the forumid's for the templates to make easier on client side
1.4
  1. Added Template Grouping
  2. Cached Templates
  3. Other small minor changes
1.3
  1. Fixed Spelling - Duh
1.2
  1. Fixed Major Edit Post Bug - Thanks to Nick for opening my eyes
1.1
  1. Fixed Edit Post Bug
  2. Fixed Spelling Error
Thats it!

Configure
  1. Go to ACP -> Forums & Moderators -> Forum Manager -> Pick a forum and at bottom it has a new yesno setting
  2. Go to ACP -> vBulletin Options -> Recipe Mod Database -> Enter the forumid's used for your forum
Please Click Install if you use
Quote   |  



#15   06-27-2007, 06:13 PM
Michael Biddle is just really niceMichael Biddle is just really nice Join Date: Aug 2006 Posts: 1,617 Location: Anaheim, CA


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   |  



#16   06-27-2007, 06:36 PM
tokenyank will become famous soon enough Join Date: Jun 2007 Posts: 40
Re: Recipe Mod Database


It's 1:30am GMT and I'm off to sleep... I will start on this tomorrow after I've uninstalled the template edits and we'll go from there.

Thanks for the beta opportunity!
Quote   |  



#17   06-27-2007, 06:41 PM
Fungsten will become famous soon enough Join Date: Jun 2007 Posts: 2
Re: Recipe Mod Database


Quote:
Originally Posted by whitemike View Post
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
Which is it to upgrade? Uninstall the old template edits first or just upload the new xml file?
Quote   |  



#18   06-27-2007, 06:44 PM
Michael Biddle is just really niceMichael Biddle is just really nice Join Date: Aug 2006 Posts: 1,617 Location: Anaheim, CA


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   |  



#19   06-28-2007, 10:15 AM
tokenyank will become famous soon enough Join Date: Jun 2007 Posts: 40
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>
But I do not know enough about the hook system to know for sure and I don't want to screw things up by testing my theory.

Plugin disabled until hearing back from you.
Quote   |  



#20   06-28-2007, 01:08 PM
Michael Biddle is just really niceMichael Biddle is just really nice Join Date: Aug 2006 Posts: 1,617 Location: Anaheim, CA


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   |  
Post New Thread  Reply
vBulletin Setup > vBulletinSetup Information > vBulletin Setup Announcements > Feedback and Suggestions


Thread Tools
Display Modes

 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Looking for some feedback on this page Brandon Feedback and Suggestions 23 09-14-2007 04:43 PM
Yet another design feedback sagar vBulletin Questions 9 09-12-2007 03:58 AM
Your feedback is needed on this blog entry TECK General Discussion 2 07-27-2007 11:17 PM
Feedback on my forums please GFin vBulletin SEO Tips and SEO Questions 1 04-20-2007 06:46 AM
Feedback from a non-coder joh Feedback and Suggestions 0 10-02-2006 06:04 AM


All times are GMT -6. The time now is 10:12 PM.

vBulletin Setup, vBulletin Setup Forums, vBulletin Services, vBulletin Blogs, vBulletin SEO, vBulletin Questions, vBulletin Skins, Styles, Templates
vBulletin Hacks / Modifications, vBulletin Monetization, Blogs, vBulletin Link Directory,Quality Link Directory