Member Log In
Site Navigation
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
![]() |
| |||||||||||||||||||||||||||||||
| | #101 | |||||||||
Location: Anaheim Age: 22 ![]() |
Status: Offline 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.comvBSEO 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 | |||||||||
| |
| | #102 | ||||||||
| vB Newbie
![]() |
Status: Offline 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. | ||||||||
| |
| | #103 | |||||||||
Location: Anaheim Age: 22 ![]() |
Status: Offline Updated to fix edit post bug Support will only be offered through forums Michael Biddle / vBHackers.comvBSEO 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 | |||||||||
| |
| | #104 | ||||||||
| vB Newbie
![]() |
Status: Offline 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? | ||||||||
| |
| | #105 | |||||||||
Location: Anaheim Age: 22 ![]() |
Status: Offline 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.comvBSEO 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 | |||||||||
| |
| | #106 | ||||||||
| vB Newbie
![]() |
Status: Offline 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.. | ||||||||
| |
| | #107 | ||||||||
| vB Newbie
![]() |
Status: Offline 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.. | ||||||||
| |
| | #108 | ||||||||
| vB Newbie
![]() |
Status: Offline 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. | ||||||||
| |
| | #109 | |||||||||
Location: Anaheim Age: 22 ![]() |
Status: Offline 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.comvBSEO 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 | |||||||||
| |
| | #110 | ||||||||
| vB Newbie
![]() |
Status: Offline 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. | ||||||||
|
![]() |
| Thread Tools | |
| |
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.
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.





















:

