vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - Recipe Mod Database (https://vborg.vbsupport.ru/showthread.php?t=142871)

thepub 04-09-2007 11:42 PM

Quote:

Originally Posted by thepub (Post 1222935)
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"?

just bumping this so my question might get answered and not lost in the shuffle :o

Quote:

Originally Posted by whitemike (Post 1223647)
then uninstall it and dont bother using my modifications

I want to install it if my question can get answered *smiles sweetly*

Michael Biddle 04-10-2007 12:29 AM

well, for the first question, it has been request over at vbhackers.com but i chose not to do this at this time because its based off of forums, also the attachments i have a somewhat fix for that, just include the attachment code between the if in the postbit, problem is it really doesnt look to good. once i get axx to a computer again i will fix this out, sorry for any problems this may cause. sidekick 3 takes forever to load webpages...

thepub 04-10-2007 01:55 AM

jumping for joy! I got it installed! Now one thing and it will be 100% perfect! There is a typo...the word "ingredient" is spelled "ingrediant" (which is wrong). How can I fix that so it's spelled correctly??

Michael Biddle 04-10-2007 03:51 AM

Yea I realized that, go into the phrase manager and edit the i believe its recipe_ingredients. Will use friends computer tommorow and update it.

Michael Biddle 04-10-2007 04:08 AM

I managed to get online again, I think i found the problem with the edit post. Will keep updated soon

Michael Biddle 04-10-2007 04:48 AM

Well I fixed the edit post problem with overwriting the original post. Please confirm that it is functioning correctly

sunrainme 04-10-2007 05:40 AM

Quote:

<div>$vbphrase[posts]: $post[posts]</div>
I don't have.

But I have this
Quote:

<div>
$vbphrase[posts]: $post[posts]<!-- Start Post Thank You Hack -->
and it doesn't seem to work by fiddling with it. Any suggestions?

Michael Biddle 04-10-2007 06:01 AM

Quote:

Originally Posted by sunrainme (Post 1223899)
I don't have.

But I have this and it doesn't seem to work by fiddling with it. Any suggestions?

Go ahead and u can throw the div above what u posted and it will work

ruger 04-10-2007 06:38 AM

In postbit_legacy, what if you already have the following code further down?

Code:

<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 />


Michael Biddle 04-10-2007 07:01 AM

Quote:

Originally Posted by ruger (Post 1223925)
In postbit_legacy, what if you already have the following code further down?

Code:

<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 />


Its fine its under an if, do as the instructions say.


All times are GMT. The time now is 08:04 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02079 seconds
  • Memory Usage 1,772KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete