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



#31   07-02-2007, 11:39 PM
Michael Biddle is just really niceMichael Biddle is just really nice Join Date: Aug 2006 Posts: 1,644 Location: Anaheim, CA
Re: Recipe Mod Database


Quote:
Originally Posted by tokenyank View Post
Ok, bug to 'compound' error...

When a person makes a post, the recipe 0 in postbit increases... So it looks like

username
location
blah
recipe 0
recipe 0
recipe 0
recipe 0
recipe 0
recipe 0
recipe 0

Which would explain the screen shot I posted above as the user hadn't posted since I imported the product so they only had one recipe 0 where as the other user had posted and had two.

Before I disabled plugin, I tested the 'bug' and I managed to get up to 30 recipe 0 under my name posting in non-recipe enabled forums.

I've removed the template edits and disabled the plugin until you've had a chance to have a look at it..
Ok I think I know the problem. Its a vbulletin error. The template hooks in the postbit are messed up. Their is a fix for it (which is installed in here) and seems to be working here if I am not mistaken. Its been reported at vbulletin.com in the project tools. Abe1 has the fix for it, a product. I'm still on cell so I cannot upload the product xml, so if you can find it that might be faster. Also, re read through the template edits as I removed that one. You shouldn't have that template edit in their anymore. I am trying to make it as user friendly as possiable. and less edits.

Let me know if you find this

Also let me know if my recipe count is working here .
Quote   |  



#32   07-03-2007, 02:21 PM
Michael Biddle is just really niceMichael Biddle is just really nice Join Date: Aug 2006 Posts: 1,644 Location: Anaheim, CA
Re: Recipe Mod Database


Ok here is that fix for it. Add a new plugin with this info.

Name: Postbit Template Fix
Execution Oder: 1
Hook Location: postbit_display_start
Code:
PHP Code:
$template_hook[postbit_start] = '';
$template_hook[postbit_userinfo_left] = '';
$template_hook[postbit_userinfo_right] = '';
$template_hook[postbit_messagearea_start] = '';
$template_hook[postbit_signature_start] = '';
$template_hook[postbit_signature_end] = '';
$template_hook[postbit_controls] = '';
$template_hook[postbit_end] = '';
$template_hook[postbit_user_popup] = ''
Let me Know if this works.
Quote   |  



#33   07-03-2007, 02:37 PM
Arnoud will become famous soon enough Join Date: Jun 2007 Posts: 8
Re: Recipe Mod Database


Here's the fix.
Quote   |  



#34   07-03-2007, 02:41 PM
tokenyank will become famous soon enough Join Date: Jun 2007 Posts: 40
Re: Recipe Mod Database


Ok, added hooks and had to re edit templates (all except show thread) manually.

However, it seems to work... Just finished putting it on and added/edited/deleted recipe and regular post all without error... I think you may have sorted it with the added hooks.
Quote   |  



#35   07-03-2007, 03:09 PM
tokenyank will become famous soon enough Join Date: Jun 2007 Posts: 40
Re: Recipe Mod Database


Just to clarify the xml for the fix is the same as what I did by manually installing the plugin with hoooks?
Quote   |  



#36   07-03-2007, 03:40 PM
Michael Biddle is just really niceMichael Biddle is just really nice Join Date: Aug 2006 Posts: 1,644 Location: Anaheim, CA
Re: Recipe Mod Database


Quote:
Originally Posted by tokenyank View Post
Just to clarify the xml for the fix is the same as what I did by manually installing the plugin with hoooks?
Yes wassnt sure how liderate you were with adding ur own plugins so I had arnoud export and upload that product.

So it is the same thing.

You said its working right?
Quote   |  



#37   07-03-2007, 04:30 PM
tokenyank will become famous soon enough Join Date: Jun 2007 Posts: 40
Re: Recipe Mod Database


So far so good...

Trying to set up GARS at the minute, tomorrow will start importing recipe sets which will be the 'proper' test, but as of now, it's working as it was before RC4.

Will keep you updated as/when I do things.
Quote   |  



#38   07-03-2007, 05:04 PM
Michael Biddle is just really niceMichael Biddle is just really nice Join Date: Aug 2006 Posts: 1,644 Location: Anaheim, CA
Re: Recipe Mod Database


Quote:
Originally Posted by tokenyank View Post
So far so good...

Trying to set up GARS at the minute, tomorrow will start importing recipe sets which will be the 'proper' test, but as of now, it's working as it was before RC4.

Will keep you updated as/when I do things.
Ok, glad it worked. Please keep us informed.
Quote   |  



#39   07-03-2007, 05:56 PM
tokenyank will become famous soon enough Join Date: Jun 2007 Posts: 40
Re: Recipe Mod Database


actually one thing...

Could an <if> be added to the postbit recipe field?

Seems a bit funny to have a 0 setting display on every person who doesn't submit a recipe...

Don't know if it's possible but something like
<if posted in forum = x then display $recipecount>
<else don't show>

(you can see php isn't my strong point, but hopefully you get what I mean)
Quote   |  



#40   07-03-2007, 06:07 PM
Michael Biddle is just really niceMichael Biddle is just really nice Join Date: Aug 2006 Posts: 1,644 Location: Anaheim, CA
Re: Recipe Mod Database


Quote:
Originally Posted by tokenyank View Post
actually one thing...

Could an <if> be added to the postbit recipe field?

Seems a bit funny to have a 0 setting display on every person who doesn't submit a recipe...

Don't know if it's possible but something like
<if posted in forum = x then display $recipecount>
<else don't show>

(you can see php isn't my strong point, but hopefully you get what I mean)
That's possiable, do you want it not to show if they have none? Or only show it in recipe forums? Or both?
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 02:54 PM.

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