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 02-10-2012 09:04 PM

1 Attachment(s)
Perfect.

I've added a check in that insures reviews are at least as long as the min post count. Give this one a whirl please.

sgbmad 02-10-2012 09:24 PM

This is the result.

http://i.imgur.com/aiqAg.png

Why require more characters if I write more than 1 and 5 characters?

Thanks Ted!

Ted S 02-10-2012 10:09 PM

1 Attachment(s)
Quote:

Originally Posted by sgbmad (Post 2298400)
This is the result.

http://i.imgur.com/aiqAg.png

Why require more characters if I write more than 1 and 5 characters?

Thanks Ted!

Interesting.

Something is getting mixed up in the comments.

One more time please!

sgbmad 02-10-2012 10:17 PM

Quote:

Originally Posted by Ted S (Post 2298407)
Interesting.

Something is getting mixed up in the comments.

One more time please!

Result:

http://i.imgur.com/ou2IY.png

Code:

comments are:

errors:Your review comments must be at least 1 characters long.


Killhunter 02-11-2012 09:19 AM

Quote:

Originally Posted by Ted S (Post 2297225)
I'm not sure why you'd use the word mistake. Mods write code to make their mod work... neither code is intended to impact the other... But given the open nature of addons it's not always possible to avoid collisions.

Our mods are always designed to let others integrate but when it comes to stepping on the same code bits, it's not always something we can avoid... there's just no way to try a mod against every other possible install.

As always, we have to measure the total requests vs one instance and see what makes sense to do.

But its not my style... Its in every style, also the original.

Killhunter 02-11-2012 09:24 AM

But you are right.. its just the div-tags.. but how the hell we could fix that...

Webby24 02-11-2012 10:18 PM

After Adding a Product I got this error:
Something went terribly wrong in creating your product. End of the line. Admin-1027a

No Explain. Nothing. I think that is not good. So I cant do anything. I hop you can help me.

Ted S 02-11-2012 10:55 PM

Quote:

Originally Posted by Killhunter (Post 2298510)
But its not my style... Its in every style, also the original.

Again, we installed the mod on a stock layout and had no issue loading the page. Nothing changed, not even a single pixel of the page.

That doesn't mean you don't have a conflict with your site, but it does mean you have to find out what specific set of code, mods, and styles are causing the issue if you want help with fixing it.

Ted S 02-11-2012 10:58 PM

1 Attachment(s)
Quote:

Originally Posted by Webby24 (Post 2298697)
After Adding a Product I got this error:
Something went terribly wrong in creating your product. End of the line. Admin-1027a

No Explain. Nothing. I think that is not good. So I cant do anything. I hop you can help me.

Actually that tells us a ton... We don't show raw errors which can contain information for people to exploit your site but instead run a debugging system with each error coded differently.

In short that code tells us that we weren't able to add the new thread. This could be a permission issue, a problem with the forum picked, or an issue with the settings in it.

Run this version, it will still produce an error but tell us the reason which we can sort out.

Killhunter 02-12-2012 09:03 AM

Quote:

Originally Posted by Ted S (Post 2298712)
Again, we installed the mod on a stock layout and had no issue loading the page. Nothing changed, not even a single pixel of the page.

That doesn't mean you don't have a conflict with your site, but it does mean you have to find out what specific set of code, mods, and styles are causing the issue if you want help with fixing it.

Did you installed the hack we?ve spoken about?

Why arent the products are sort by name at the productforum.php? Should be selectable :)

angeljs 02-12-2012 11:09 AM

Hi, is there a way to change the currency from USD where it shows the product price?

Killhunter 02-12-2012 11:45 AM

Quote:

Originally Posted by angeljs (Post 2298821)
Hi, is there a way to change the currency from USD where it shows the product price?

phrases?


@Ted: I have to ask you that again: Why doesnt the price display at productforum.php index?

angeljs 02-12-2012 12:54 PM

Found it, thanks for the tip :)

angeljs 02-12-2012 12:55 PM

Fabulous mod - just what I needed for my forums :)

tortuga2 02-12-2012 03:11 PM

Will try to re-intall today. Thought I did it all correctly but my admincp pages aside from options were white. Will have another go.

tortuga2 02-12-2012 03:40 PM

same problem exists in cp... all pages aside from core and style options are white. I've double checked that all the files are uploaded into their proper locations.

Ted S 02-12-2012 05:49 PM

Quote:

Originally Posted by tortuga2 (Post 2298943)
same problem exists in cp... all pages aside from core and style options are white. I've double checked that all the files are uploaded into their proper locations.

Right click, open the link in a new window and see if anything shows up in the source code.

Next try loading admincp/productforums.php directly (remember, there are two files with this name, one in the admin, one in your main folder).

Also be sure you are viewing as a superuser [although others should get an error].

Ted S 02-12-2012 05:50 PM

Quote:

Originally Posted by angeljs (Post 2298874)
Fabulous mod - just what I needed for my forums :)

Great!

Ted S 02-12-2012 05:55 PM

Quote:

Originally Posted by Killhunter (Post 2298790)
Did you installed the hack we?ve spoken about?

I've already covered this and there's no conflict with the mod. There's a conflict with how your forum renders it.

Ted S 02-12-2012 06:29 PM

1 Attachment(s)
Quote:

Originally Posted by sgbmad (Post 2298410)
Result:

http://i.imgur.com/ou2IY.png

Code:

comments are:

errors:Your review comments must be at least 1 characters long.


We can't recreate the error so it's hard to debug but seems to be something with the editor not getting called up... Try this one...

tortuga2 02-12-2012 08:21 PM

No source code at all. I made sure the proper file was in the admincp folder and loaded the admincp/productforums.php directly with same result: white page. And yes to the superuser part as well. Thanks for the quick reply and trying to resolve my issue :)


Quote:

Originally Posted by Ted S (Post 2298986)
Right click, open the link in a new window and see if anything shows up in the source code.

Next try loading admincp/productforums.php directly (remember, there are two files with this name, one in the admin, one in your main folder).

Also be sure you are viewing as a superuser [although others should get an error].


Ted S 02-12-2012 08:53 PM

Quote:

Originally Posted by tortuga2 (Post 2299039)
No source code at all. I made sure the proper file was in the admincp folder and loaded the admincp/productforums.php directly with same result: white page. And yes to the superuser part as well. Thanks for the quick reply and trying to resolve my issue :)

There's an issue with pulling up the script apparently, but as it doesn't exist elsewhere we have to debug on your server.

Take a look at your error logs as a first step, hopefully they show an error.

If not, add the code

echo "start...<br>"; die;

right after <?php

Load the script and you should see it print start... we can keep adding tags until we find the issue.

abieteh.com 02-13-2012 02:05 PM

This plugin is awesome but ..

There's a problem that bother search engines .

All of threads that created by this mod have same description , located below :

<meta name="description" content="This is an empty post" />

Any fix?

Ted S 02-13-2012 06:46 PM

Quote:

Originally Posted by abieteh.com (Post 2299262)
This plugin is awesome but ..

There's a problem that bother search engines .

All of threads that created by this mod have same description , located below :

<meta name="description" content="This is an empty post" />

Any fix?

Interesting...

The meta tags are of course pulled from the first post which is a questionable description anyways [how many threads have a concise 250 character intro to start the discussion?]

The major engines go well beyond this meta tag to make their description, and identify what's a duplicate product, but it's a valid optimization point that we'll take a look at for a future release.

abieteh.com 02-14-2012 05:09 AM

Can i do something to pull pf_description entry into meta description ?

Ted S 02-14-2012 05:34 AM

Quote:

Originally Posted by abieteh.com (Post 2299500)
Can i do something to pull pf_description entry into meta description ?

You could but it would require modifying the plugin to expose that variable to the showthread template . We'll add this in a future release of course.

Killhunter 02-14-2012 04:18 PM

Quote:

Originally Posted by Ted S (Post 2298991)
I've already covered this and there's no conflict with the mod. There's a conflict with how your forum renders it.

I have the standard installed and im at vbulletin 4.0.3.. so you dont have any problems? :(

Ted S 02-14-2012 04:36 PM

Quote:

Originally Posted by Killhunter (Post 2299640)
I have the standard installed and im at vbulletin 4.0.3.. so you dont have any problems? :(

The standard is the screenshot we posted back to you in this thread using this mod and the mod you're using which work just fine together. :up:

Killhunter 02-15-2012 08:29 AM

Quote:

Originally Posted by Ted S (Post 2299647)
The standard is the screenshot we posted back to you in this thread using this mod and the mod you're using which work just fine together. :up:

By the way.. where is the price in this screenshot?

What whould you do if you had this bug?

abieteh.com 02-15-2012 09:35 AM

Quote:

You could but it would require modifying the plugin to expose that variable to the showthread template . We'll add this in a future release of course.
Thank you , I will waiting for new version . You are awesome.

Ted S 02-15-2012 05:04 PM

Quote:

Originally Posted by Killhunter (Post 2299835)
By the way.. where is the price in this screenshot?

That's unrelated to the issue at hand. Adding a known bug to an individual issue does not help you resolve your site's problem.

Quote:

Originally Posted by Killhunter (Post 2299835)
What whould you do if you had this bug?

For starters, I'd stop calling it a bug when it's specific to my site. Then I'd go out and figure what from my individual style was causing the change in how the page renders. Firebug for firefox is a nice tool for checking style output. And while I was at it I'd upgrade my forum so I wasn't running a version a full rev-cycle behind with known issues and compatibility problems. But that's just me.

Ted S 02-15-2012 05:04 PM

Quote:

Originally Posted by abieteh.com (Post 2299845)
Thank you , I will waiting for new version . You are awesome.

Thanks!

Volvoholic 02-18-2012 08:36 AM

Hi TED_S

Is there a way to display the reviews in alphabetical order by default?

By the way, its an awesome mod - Thank you!

Ted S 02-18-2012 08:39 PM

Quote:

Originally Posted by Volvoholic (Post 2300799)
Hi TED_S

Is there a way to display the reviews in alphabetical order by default?

By the way, its an awesome mod - Thank you!

Thanks...

I'm not sure what you mean though? Order the reviews alphabetically implies going off of the comments, or did you mean the review scores? And if so, are you trying to order threads or posts within a single thread?

Ted S 02-19-2012 08:22 AM

1 Attachment(s)
Product Review forum users, we're looking at adding Facebook timeline support in to the app for a new release however this will require you to setup a developer portal, create an open graph actions and a few other steps so before we trek down this road we've got a few questions to see if there's interest...

1. Would take the time to setup a facebook app?

2. Would you let user's reviews post their timeline [with their express permission]?

3. Does your forum use facebook connect options?

4. If so, how many users do you know / estimate are connected?

Example of how timeline posts show up in the ticker are attached

Volvoholic 02-19-2012 08:39 AM

1 Attachment(s)
Quote:

Originally Posted by Ted S (Post 2300976)
Thanks...

I'm not sure what you mean though? Order the reviews alphabetically implies going off of the comments, or did you mean the review scores? And if so, are you trying to order threads or posts within a single thread?

I would like to arrange the Products in the Products & Review Index page alphabetically by default. It just seems a mess when the products are arranged by order of creation. Is this possible to achieve?

I have attached a photo of a few test reviews.

Ted S 02-19-2012 09:05 AM

Oh i gotcha...

We can change this moving forward as it makes sense but for now just open up upload/productforums.php and find:
Code:

default:
            $sqlsort = 'createddate';

Change that too
Code:

default:
            $sqlsort = 'pfp.title';


Volvoholic 02-19-2012 09:32 AM

1 Attachment(s)
TED_S, you rock !

That did the trick. One thing tho', the sort order is reversed with Z at the top and A at the bottom of the index table.

I did see $sortorder in the php file but I do not have the coding skills to mess with that. Is there a way to get A to the top of the index table?

Many thanks again TED_S.

Ted S 02-19-2012 05:56 PM

Quote:

Originally Posted by Volvoholic (Post 2301110)
TED_S, you rock !

That did the trick. One thing tho', the sort order is reversed with Z at the top and A at the bottom of the index table.

I did see $sortorder in the php file but I do not have the coding skills to mess with that. Is there a way to get A to the top of the index table?

Many thanks again TED_S.

Ya, right below that change is $oppositesort = 'desc'; change that to 'asc'

abieteh.com 02-19-2012 11:26 PM

Ted can you help me to register {vb:raw product.description} in showthread template ? And in next step can i do something to put just 20 second words for example?

Its very critically issue for me ( seo issue ) .


All times are GMT. The time now is 10:07 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.02618 seconds
  • Memory Usage 1,844KB
  • 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
  • (4)bbcode_code_printable
  • (25)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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