vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - Product Review Forums ? Research, Review & Compare Items (https://vborg.vbsupport.ru/showthread.php?t=269808)

Ted S 09-10-2011 06:06 PM

Quote:

Originally Posted by Sforums (Post 2244225)
Absolute disaster on 4.1.0!
Installed modification and allocated subforum for single product for purpose of testing. It changed the title of every single topic in all vendors forums (even though I've chosen single subforum) to test the title. More than thousand of threads have been renamed even I uninstalled the modification. Trying to rename them back to original titles and can't be done!!
I am absolutelly desperate to bring my forum back to original state. Wish I never touched beta product. These things should be properly tested before released to public.

This mod does not update your database on anything that already exists on install. It does not rename thread titles. It does not care about current threads.

So, let's figure out what's happening and get your forum back in order...

Did you have this issue after installing? After adding a product? After adding a review?

Have you checked your database to see if the thread titles were actually changed or merely getting displayed wrong?

To test run: SELECT title FROM [table_prefix]thread WHERE forumid = XXX LIMIT 10.

Did you run this on a LIVE site or a DEV site?

And while I absolutely agree that nothing negative should happen, which is why testing is done before anything is released. However, there are an infinite number of forum options, other modifications and configurations which can introduce problems... that's why this mod is clearly labeled beta. But that's not what counts... right now let's focus on fixing up your forum.

Ted S 09-10-2011 06:10 PM

Quote:

Originally Posted by rammieone (Post 2244231)
We have been using it on 4.1.3 and so far its done a 100% job without any problems or errors at all,Superb support on the mod too From Ted and our forum members have been very happy with it.

Thank you!

Ted S 09-10-2011 06:18 PM

Quote:

Originally Posted by jshallo (Post 2244267)
Hi, Just installed this on 4.1.3 and I got as far as adding products and it creates a product page (new thread) and one empty post under it. However, When I attempt to add the first review its taking me to a white screen at http://www.yoursite.com/forums/productforums.php

White pages are a pain to diagnose but we'll figure it out...

Is the blank poage showing up when you click write a review or when you go to submit it? Does the url structure look correct to your forum?

Quote:

I like what you have here but, find myself wanting to customize some things for my type of reviews (cruise ship reviews). So maybe we can work on this together and tailor it to my needs and I'll list it as a live demo. My concern with editing too much now is that it would be too hard to upgrade this later on once its been modified too much now.
The mod is built using the vBulletin plugin system's flexibility so even if you customize the heck out of the templates, you can update the base code. When I release template changes they are documented so you can make any you want easily.

If you want to get really extensive I'd suggest waiting until after the "beta" ends as the release cycle is a little high pace right now.

Quote:

1. Review submission box was small for a ship review and lacked the full editor that would allow users to include photos, videos, etc like a forum post. So I would like a (advanced editor option (on or off) per product option. The advanced would have the advanced forum editor box.
I'll have to see how the advanced editor works for inline vs attachment images. The attachment system is not flexible and while I realize this doesn't concern you much, I'd like to avoid trying doing anything that requires direct uploads for a bit.

Otherwise I hear you loud & clear and can add in the WYSIWYG editor easily enough.

Quote:

2. Products one thing about ship reviews is the (product) would have a parent category (the cruise line) and then the ships within the line. (ie Royal Caribbean) and then all the ships (Oasis of the Seas, Allure of the Seas, Navigator of the Seas).. etc.
So you'd need a 3 category tree but more likely an infinite category tree...

Now the big point: Since reviews show up in forums you would either have to create a structure with forums or put them all into one area and then highly promote the search tool to find them by category [i.e. a pretty page with all the sorting options]. Does that sound right?

Quote:

3. Price - You have price as mandatory and I'm not selling a product, just displaying the review. So this would need to be an option (on or off) in the product settings?
Easy enough.

Quote:

4. Some added options? Launch Date (Inaugural), Link to Deck Plans, Link to Cruise Line, Discussion Forum Link, Related Videos Link.
I'm looking into ways to let you add your own fields as it's obviously not logical to have a database of hundreds of options for every type of product. Great idea of course!

jshallo 09-10-2011 06:33 PM

Hi Ted, I upgraded the forum to 4.1.5 and tried to submit a review again. It came back with a special error message.

"Oh great, you had to go and press THAT button. There goes the whole site. Just kidding... We had an issue posting your review, please try again or contact support and use code 164250-A"


Url: http://www.cruise-addicts.com/forums/productforums.php

Ted S 09-10-2011 06:40 PM

1 Attachment(s)
Quote:

Originally Posted by jshallo (Post 2244342)
Hi Ted, I upgraded the forum to 4.1.5 and tried to submit a review again. It came back with a special error message.

"Oh great, you had to go and press THAT button. There goes the whole site. Just kidding... We had an issue posting your review, please try again or contact support and use code 164250-A"


Url: http://www.cruise-addicts.com/forums/productforums.php

Was actually just working on this code... Nice timing.

Mind giving the attached copy of upload/productforums.php a shot? Also be sure your forumcache is properly set.

To be clear, this error comes when you have enabled the "create review thread" option. If you did not intend that option to run please let me know.

jshallo 09-10-2011 06:49 PM

Is the blank poage showing up when you click write a review or when you go to submit it? Does the url structure look correct to your forum?

When I submit it.

Now shows "vBulletin Message
Oh great, you had to go and press THAT button. There goes the whole site. Just kidding... We had an issue posting your review, please try again or contact support and use code 164250-A"

The url structure appears ok, however the productforums.php is in root.. which is fine if that where it belongs.

WYSIWYG

WYSIWYG is not a priority but, probably would be a nice option.

Categories:

http://www.cruise-addicts.com/reviews/index.php


Here is what I have in place now. So this may answer a many of your questions. Note the lists of ships and how you can select from the drop-down menu a specific ship.

The reviews are displayed by most recent submission. So one Cruise Review forum sorted by newest with each thread being a unique ship review would work.

Note that my setup is not perfect but, I think it can be improved with better software and VBSEO and good integration your mod provides.

Ted S 09-10-2011 06:56 PM

Quote:

Originally Posted by jshallo (Post 2244347)
Now shows "vBulletin Message
Oh great, you had to go and press THAT button. There goes the whole site. Just kidding... We had an issue posting your review, please try again or contact support and use code 164250-A"

Think the updated version I just posted should fix the error... we'll see where that gets things.

Quote:

WYSIWYG is not a priority but, probably would be a nice option.
It would have to be without HTML but I doubt that's a big deal. Playing with the code now.

Quote:

Categories:
Here is what I have in place now. So this may answer a many of your questions. Note the lists of ships and how you can select from the drop-down menu a specific ship.

The reviews are displayed by most recent submission. So one Cruise Review forum sorted by newest with each thread being a unique ship review would work.
The dropdowns will be a bit tricky but with some fun code they'd basically progressively expand so if you have 3 layers, you'd get 3 dropdowns building as you select [and updating results along the way with our good friend AJAX].

Users will also be able to search by rating range, when the review was posted, product [or ship] title, and so forth.

As far as the one forum, one thread, we're already good there so it's really much more about getting categories in place and searching than changing any core code.

TheLastSuperman 09-10-2011 06:56 PM

Quote:

Originally Posted by Sforums (Post 2244225)
Absolute disaster on 4.1.0!
Installed modification and allocated subforum for single product for purpose of testing. It changed the title of every single topic in all vendors forums (even though I've chosen single subforum) to test the title. More than thousand of threads have been renamed even I uninstalled the modification. Trying to rename them back to original titles and can't be done!!
I am absolutelly desperate to bring my forum back to original state. Wish I never touched beta product. These things should be properly tested before released to public.

Quote:

Originally Posted by Sforums (Post 2244227)
As a matter of fact every single thread on the forum has been renamed. This is the worst thing ever happened to me in 6 years on vb forums!

Quote:

Originally Posted by rammieone (Post 2244231)
We have been using it on 4.1.3 and so far its done a 100% job without any problems or errors at all,Superb support on the mod too From Ted and our forum members have been very happy with it.

Quote:

Originally Posted by Ted S (Post 2244325)
This mod does not update your database on anything that already exists on install. It does not rename thread titles. It does not care about current threads.

So, let's figure out what's happening and get your forum back in order...

Did you have this issue after installing? After adding a product? After adding a review?

Have you checked your database to see if the thread titles were actually changed or merely getting displayed wrong?

To test run: SELECT title FROM [table_prefix]thread WHERE forumid = XXX LIMIT 10.

Did you run this on a LIVE site or a DEV site?

And while I absolutely agree that nothing negative should happen, which is why testing is done before anything is released. However, there are an infinite number of forum options, other modifications and configurations which can introduce problems... that's why this mod is clearly labeled beta. But that's not what counts... right now let's focus on fixing up your forum.

I have not had any issues with this modification, in fact I even noticed a misc issue and contacted Ted about it and he already had it in the next version, furthermore I don't see anything within the code that would do this?

To anyone and everyone reading this from here on out, this goes for EVERY modification on this site - Anything marked as Beta and/or anything that deals with your database should throw up a red flag telling you to either:

1) Install on a test site first.
2) If you install on a Live/Production site make a database backup beforehand then install the modification and test the functionality before turning the forums back on - this way if something is not quite right or goes wrong you can restore the backup promptly then turn the forum back on and return to the modification thread and report the error. *You just avoided much stress and can always be confident that your dealing with a Beta product correctly ;).

jshallo 09-10-2011 07:02 PM

Hi Ted, Yes the new file fixed the problem. I did have it set to create a new thread for each new review but, now that I see it in action I don't think its what I wanted. So I may have to change this setting. I'll look forward to what you come up with and making it work for my needs. Most review sites don't have very much video, photos so its not a priority but, I think embed options that VB use would be nice possibly.

Ted S 09-10-2011 07:03 PM

Quote:

Originally Posted by TheLastSuperman (Post 2244353)
Furthermore I don't see anything within the code that would do this?

Your remarks on beta installs should be stuck with any thread but of course any serious error gets me worried. However, I'm just not seeing anything that could cause a mass-rewrite either.

Hopefully the poster chimes in with some additional insight so I can track down what happened, if it was this mod, a conflict, whatever.


All times are GMT. The time now is 06:28 PM.

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.02210 seconds
  • Memory Usage 1,795KB
  • 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
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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