Follow vBSEO on Twitter
vBulletin Modifications
  • Forums
  • Add-Ons
  • Template Modifications
  • Styles
  • Graphics
  • Tutorials
  • Support Center
  • Register
  • vBulletin SEO

Member Log In

Site Navigation

  • Register
  • Members List
  • Social Groups
  • Search
  • Today's Posts
  • Mark Forums Read

Latest Modifications

  • [vB 3.8.4] THX - Hack for VB. 3.8.4
    By: bluedog
  • [vB 3.8.4] Cyb - Chatbox V.2.3
    By: bluedog
  • [vB 4.0.x] PHPKD - Advanced Quick...
    By: PHPKD
  • [vB 3.6.x] StopSpam
    By: flappi282
  • [vB 3.8.x] vBulletin Chat Addon for...
    By: 123flashchat

Latest Template Mods

  • [vB 4.0.x] Remove My Profile Link...
    By: Ak Worm
  • [vB 3.8.x] Images DownloadBox...
    By: cRs!MP
  • [vB 3.8.x] Adviertise Mod On Forum...
    By: MG4
  • [vB 3.8.4] Images PassWordBox...
    By: cRs!MP
  • [vB 3.8.4] Footer Follow Ups
    By: Ak Worm

Latest Styles

  • [vB 4.0.x] 4.0.3 - VB4STYLE-TWEETA...
    By: Belon
  • [vB 4.0.x] [4.0.3] vbdesigns.de...
    By: Belon
  • [vB 3.8.4] CompletevB - Skylight
    By: DreadKnight
  • [vB 3.8.3] [vB 3.8.4] Barcelona...
    By: hoiquantinhoc.com
  • [vB 3.8.3] Natures Walk by vBSkin...
    By: Chri5

Latest Graphics

  • [vB ] [anim.]Team Ranks
    By: cRs!MP
  • [vB ] Abstract Circles (3...
    By: cRs!MP
  • [vB ] PlayStation Rank Images
    By: cRs!MP
  • [vB 3.6.12] Heavy Stroked Button...
    By: Shelley
  • [vB ] Minature Ranks.
    By: Shelley
vBulletin Modifications » vBulletin Modifications » vBulletin 3.5 / 3.6 Hack Releases » Major Additions - Recipe Mod
Reply
Page 11 of 15 « First < 910 11 1213 > Last »

 

  • Thread Tools
Download Options
You Must Register First
To Download This Modification

Report A Bug
Bugs
No bugs found in the system. If you have found a bug, please report a bug here
Submit A Bug | View All Bugs
  
Supported
[vB 3.6.7] Major Additions - Recipe Mod (174)
Released: 12-31-2006, 07:27 PM
Modification Information: Version: 1.6
Michael Biddle's Avatar Author: Michael Biddle
Last Online: 07-02-2010
Demo: View Online Demo!
Installer Included: 1 Additional queries added to database: 1 Template Edits: 3
File Edits: New Files: New Phrases: 12

Plugin
Recipe Mod
By: whitemike
Demo: Here

NOTE: Support will be provided here, but I will get to it sooner on my official site. vBulletin Zone

Installation:
  1. Templates to add:3
  2. Templates to edit:3
  3. Plugins Added: 14
  4. Phrases Added: 12
  5. Quires ran: 9

Instructions:
  1. Import the Product .xml
  2. Edit templates
Editpost:

Find:

Code:
<!-- / subject field -->


Add Under:

Code:
<if condition="$threadinfo[firstpostid] == $postinfo[postid] AND $foruminfo[enable_recipe]">
$editrecipe 
<else />
Find:
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>
Find:
Code:
<input type="submit" class="button" name="preview" value="$vbphrase[preview_post]" accesskey="r" tabindex="1" />
Replace with:
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>
Add After:
Code:
<div>$vbphrase[recipe_stats]: $post[recipe_stats]</div>


Fixes:

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



Screenshots
Screenshots
File Type: jpg screen1.JPG (39.2 KB, 1247 views)
File Type: jpg screen2.JPG (38.3 KB, 1331 views)

Old 03-27-2007, 03:03 AM   #101
Michael Biddle
Staff
Michael Biddle's Avatar

Activity Longevity
1/20 18/20
Today Posts
0/3 sssss2818
Location: Anaheim
Age: 22
Michael Biddle is on a distinguished road
Status: Offline Default
Thanks rogersnm been real busy lately. anyways will update thread on vbh and vborg :D
Support will only be offered through forums
Michael Biddle / vBHackers.com
vBSEO 3.3.0 Gold Released with New "Virtual HTML Display" Feature Available for download now

vBSEO Google Sitemap Generator - Version 2.5 Released

Crawlability Network: vBulletin SEO | vBulletin Hackers
Reply With Quote Author of thread
Old 04-09-2007, 01:24 AM   #102
hvyhitter
vB Newbie

Activity Longevity
0/20 11/20
Today Posts
0/3 sssssss25
hvyhitter is on a distinguished road
Status: Offline Default
I got absolutely NOTHING.. at least my fav template isnt dead..

I followed the directions..

imported the product from the first page.
ran the changes to the GREENFOX template..

NOTHING.. forum id is 48
$thread[forumid] == 48

went back double checked EVERY template modification.. i got Nothing.. created a new forum.. nothing..

changed the forum id to 47.. another forum.. without moderated threads
nothing

dunno.. doesnt work for me at all.. I dont see ANYTHING.. and i am hitting new posts in diff threads.. nothing is coming up.

I am running version 3.6.3. not 3.6.4


No errors .. no posts.. no nothing..so.. that is good.. I mean other than having a swiss cheese template now

I would like to get this mod to work.. but i am at a loss.. I even changed this

<if condition="$post[postcount] == 1 && $thread[forumid] == 48">

to just this

<if condition="$thread[forumid] == 48">

nothing..

Last edited by hvyhitter; 04-09-2007 at 01:27 AM.
Reply With Quote Installed
Old 04-10-2007, 05:52 AM   #103
Michael Biddle
Staff
Michael Biddle's Avatar

Activity Longevity
1/20 18/20
Today Posts
0/3 sssss2818
Location: Anaheim
Age: 22
Michael Biddle is on a distinguished road
Status: Offline Default
Updated to fix edit post bug
Support will only be offered through forums
Michael Biddle / vBHackers.com
vBSEO 3.3.0 Gold Released with New "Virtual HTML Display" Feature Available for download now

vBSEO Google Sitemap Generator - Version 2.5 Released

Crawlability Network: vBulletin SEO | vBulletin Hackers
Reply With Quote Author of thread
Old 04-10-2007, 01:47 PM   #104
hvyhitter
vB Newbie

Activity Longevity
0/20 11/20
Today Posts
0/3 sssssss25
hvyhitter is on a distinguished road
Status: Offline Default
Hmm.. it would appear that this whole section
in the postbit_legacy is new.. the stuff i put in was about 5 lines.. I thought.. anyhow.. I deleted the old.. put this new one in ..


<if condition="$post[postcount] == 1 && $thread[forumid] == X">
<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 />


Still nothing.. in the AdminCp I do see a new count in the user records for Recipies..

but no other signs of this recipie mod.. Is there an issue with the greenfox template?
Reply With Quote Installed
Old 04-11-2007, 04:35 AM   #105
Michael Biddle
Staff
Michael Biddle's Avatar

Activity Longevity
1/20 18/20
Today Posts
0/3 sssss2818
Location: Anaheim
Age: 22
Michael Biddle is on a distinguished road
Status: Offline Default
See on the top line of that code their is an = x u need to change the x to ur forumid. Ans this will work on all templates
Support will only be offered through forums
Michael Biddle / vBHackers.com
vBSEO 3.3.0 Gold Released with New "Virtual HTML Display" Feature Available for download now

vBSEO Google Sitemap Generator - Version 2.5 Released

Crawlability Network: vBulletin SEO | vBulletin Hackers
Reply With Quote Author of thread
Old 04-11-2007, 02:26 PM   #106
hvyhitter
vB Newbie

Activity Longevity
0/20 11/20
Today Posts
0/3 sssssss25
hvyhitter is on a distinguished road
Status: Offline Default
I might try the mod on another template see if it is a hosed up copy of greenfox I got running.. Its possible.. oh well try it on another one.. I have a few more

yeah, I figured that out when it complained the first time I made that template edit. my line reads

<if condition="$post[postcount] == 1 && $thread[forumid] == 47">

still nothing.. mmmm..
Reply With Quote Installed
Old 04-11-2007, 02:57 PM   #107
hvyhitter
vB Newbie

Activity Longevity
0/20 11/20
Today Posts
0/3 sssssss25
hvyhitter is on a distinguished road
Status: Offline Default
nope.. didnt work in the default template either.

also I figured out that if I am editing in postbit_legacy you should have legacy post bit on..

but I edited the regular post bit with this.. and.. got nothing..
Reply With Quote Installed
Old 04-29-2007, 02:09 AM   #108
Christine
vB Newbie

Activity Longevity
0/20 11/20
Today Posts
0/3 ssssssss1
Christine is on a distinguished road
Status: Offline Default
Mike,

Figured I would bug you over here as well. :

You have a security issue with this hack, and I am not finding how to fix it. As written, any post edited will allow any member to override the information in the opening post. Reason being is that the display is not limiting to the additional fields on the opening post -- as they are contained in the thread table, it is pulling them as editable for any post.

I attemped to put conditionals in to only call edit_recipe if the forum was a recipe forum AND the post was the opening post, but when I do that, all it brings back is your $message variable from the post table, no data from 'thread'.

I thought about adding a plugin to call thread table data into the editpost_edit_start hook, but am simply too tired to keep looking at this tonight.

Any help you can give would be greatly appreciated.
Reply With Quote Installed
Old 04-29-2007, 06:18 AM   #109
Michael Biddle
Staff
Michael Biddle's Avatar

Activity Longevity
1/20 18/20
Today Posts
0/3 sssss2818
Location: Anaheim
Age: 22
Michael Biddle is on a distinguished road
Status: Offline Default
Hey well unfortunately I have been swamped lately. I am not getting onto the computer lately. Will be back in about a week or so. Life has just been crazy lately, and I need to get things straight. Anyways, I will get back to this, and when I return, ithis is already at the top of the list. Sorry, and thanks in advanced
Support will only be offered through forums
Michael Biddle / vBHackers.com
vBSEO 3.3.0 Gold Released with New "Virtual HTML Display" Feature Available for download now

vBSEO Google Sitemap Generator - Version 2.5 Released

Crawlability Network: vBulletin SEO | vBulletin Hackers
Reply With Quote Author of thread
Old 06-16-2007, 11:08 PM   #110
Ki Adi Mundi
vB Newbie

Activity Longevity
0/20 10/20
Today Posts
0/3 ssssssss1
Ki Adi Mundi is on a distinguished road
Status: Offline Default
Hello, Whitemilk- love the recipe hack, as do my members. Thing is, I'm having the same issue as alot of people...

When posting a recipe, the hack also generates a 'post' containing the instructions, that are already listed in the recipe. I read a few responses to other people's questions about this, and although they are technically in English, it's a foreign language to me. PHP is not a strong suit of mine. Can you lay out some layman's trerms, step by step, on how to fix this, please? Also, the security issue mentioned- is it fixed? I downloaded the latest version you put up on vborg.
Reply With Quote

Reply
Page 11 of 15 « First < 910 11 1213 > Last »

« [vBulletin 3.5.x - 3.6.x] Cash Casino Center 2.4 | Time Count Down »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Show Printable Version Show Printable Version
Email this Page Email this Page

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

Forum Rules

Similar Threads
Thread Thread Starter Forum Replies Last Post
Mod Request Goku vBulletin Modification Requests 2 11-30-2006 04:04 PM
Only admin and Mod forum !!! cyberman vBulletin Modification Requests 6 11-25-2006 08:36 AM
[Req] Transaction Mod For uCash/uShop..read please ;) TwiSteD vBulletin Modification Requests 57 04-09-2005 11:55 AM



All times are GMT. The time now is 06:39 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.
Transverse Styles
  • Top
  • Archive
  • vBSEO
  • Contact Us
LinkBack
LinkBack URL LinkBack URL
About LinkBacks About LinkBacks
Bookmark & Share
Digg this Thread! Digg this Thread!
Add Thread to del.icio.us Add Thread to del.icio.us
Bookmark in Technorati Bookmark in Technorati
Furl this Thread! Furl this Thread!