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 11-07-2012 03:30 AM

Quote:

Originally Posted by Subieforums (Post 2378983)
Ted,
I checked the forumdisplay.php file, and my edit is still there.

I am also checking the control panel options and nothing...where exactly would that feature be at there? Just want to double check...it's weird because i had it there...

Your usergroup permissions and the PRF options.

Ted S 11-07-2012 03:31 AM

Quote:

Originally Posted by Subieforums (Post 2378984)
Is there a way that when a user adds a url for the product image, it can automatically be downsized to the thumbnail sizes etc, like it does when manually uploaded to server?

No. Users add links, not uploaded images. But if you run the sync script it will save them locally and resize for you.

Quote:

And, is there a way that a usergroup pre-defined, can have access to moderate the approval of a submitted review? I made a specific usergroup that can submit reviews, I want to be able to allow them to approve the product reviews, but I dont want them to have access to my admin panel.
Nope.

Subieforums 11-08-2012 05:02 PM

Quote:

Originally Posted by Ted S (Post 2379033)
No. Users add links, not uploaded images. But if you run the sync script it will save them locally and resize for you.



Nope.

When i go to sync external images and click on the proceed button, nothing happens..

Ted S 11-09-2012 10:41 AM

Quote:

Originally Posted by Subieforums (Post 2379446)
When i go to sync external images and click on the proceed button, nothing happens..

Do you get a white page? An error? Endless loading request?

Have you setup all the image folder / path options?

Subieforums 11-09-2012 04:10 PM

Hey Ted,

Thank you for your support, I'm sure it's a minor mistake on my part...


Right now I am creating a new product review and adding the photo url. So when I go to approve the review, I have to then save the image to my desktop or wherever, and manually upload it through the upload option. From what it looks like, by syncing it, it should allow me to just click that and it will automatically grab those image urls that have been added and add the photos, thumbnails etc automatically. Is that the way its supposed to work?

When I click on "Proceed" in the sync option, (when reviews are waiting to be approved), i get the following:

PHP Code:

Couldnt save the image for - skipping
couldnt save the image 
for - skipping
couldnt save the image 
for - skipping
couldnt save the image 
for - skipping
couldnt save the image 
for - skipping
couldnt save the image 
for - skipping
couldnt save the image 
for - skipping
couldnt save the image 
for - skipping
couldnt save the image 
for - skipping
couldnt save the image 
for - skipping
couldnt save the image 
for - skipping
couldnt save the image 
for - skipping
couldnt save the image 
for - skipping
couldnt save the image 
for - skipping
couldnt save the image 
for - skipping
couldnt save the image 
for - skipping
couldnt save the image 
for - skipping
couldnt save the image 
for - skipping
All Done


And I still have to manually upload the image. Are my folder permissions off?

Ted S 11-09-2012 05:41 PM

Quote:

Originally Posted by Subieforums (Post 2379719)
Hey Ted,

Thank you for your support, I'm sure it's a minor mistake on my part...


Right now I am creating a new product review and adding the photo url. So when I go to approve the review, I have to then save the image to my desktop or wherever, and manually upload it through the upload option. From what it looks like, by syncing it, it should allow me to just click that and it will automatically grab those image urls that have been added and add the photos, thumbnails etc automatically. Is that the way its supposed to work?

When I click on "Proceed" in the sync option, (when reviews are waiting to be approved), i get the following:

PHP Code:

Couldnt save the image for - skipping
couldnt save the image 
for - skipping
couldnt save the image 
for - skipping
couldnt save the image 
for - skipping
couldnt save the image 
for - skipping
couldnt save the image 
for - skipping
couldnt save the image 
for - skipping
couldnt save the image 
for - skipping
couldnt save the image 
for - skipping
couldnt save the image 
for - skipping
couldnt save the image 
for - skipping
couldnt save the image 
for - skipping
couldnt save the image 
for - skipping
couldnt save the image 
for - skipping
couldnt save the image 
for - skipping
couldnt save the image 
for - skipping
couldnt save the image 
for - skipping
couldnt save the image 
for - skipping
All Done


And I still have to manually upload the image. Are my folder permissions off?

That's hardly nothing ;)

Either your folder is not writable (chmod 755 or 777) or the path to it is not correct. Remember the path is from root, not local.

prophetmuhammad 12-02-2012 03:59 PM

uninstalling this mod broke my forum. the user profile pages and "what's new" page don't work now.

Ted S 12-03-2012 01:13 AM

Quote:

Originally Posted by prophetmuhammad (Post 2387651)
uninstalling this mod broke my forum. the user profile pages and "what's new" page don't work now.

Are you looking for help or just to tell us that you're not using the mod?

jgruberman 12-11-2012 09:46 PM

Quote:

Originally Posted by Ted S (Post 2326101)
The mod doesn't change any settings (it follows however the forum is setup) so for the sake of argument try adjusting the settings down or up and see if that makes the moderation queue go away (or work correctly).

I'm having this same issue too. I understand that it follows the forum permissions, but what permissions exactly within VB would also dictate the ability for the products to go into Moderation?

Screen New Reviews? - Set to NO

I've been reading about this mod a lot in the thread, and I'm sure there's a way to skip the moderation queue completely... just struggling to find it through 97 pages.

Suggestions Ted?

Edit:: Also, I'm having issues with the Product_Create template. When someone goes to submit something and a required field isn't complete, it loops back to the page but doesn't generate any error text. I added a static phrase saying something like "If this page reloads after clicking Submit, please check all fields for completion.", but was hoping to add the logic code in to check the specific fields and notify the user.

Ted S 12-12-2012 12:35 AM

Quote:

Originally Posted by jgruberman (Post 2390109)
I'm having this same issue too. I understand that it follows the forum permissions, but what permissions exactly within VB would also dictate the ability for the products to go into Moderation?

The modification tries to overrule any forum settings but let's start there... Does the forum or usergroup have any moderation / posting restrictions placed on it? And of course I assume you're using the very latest version?

Quote:

Edit:: Also, I'm having issues with the Product_Create template. When someone goes to submit something and a required field isn't complete, it loops back to the page but doesn't generate any error text. I added a static phrase saying something like "If this page reloads after clicking Submit, please check all fields for completion.", but was hoping to add the logic code in to check the specific fields and notify the user.
Is this with any field error or just a specific one?

jgruberman 12-12-2012 07:29 PM

Quote:

Originally Posted by Ted S (Post 2390132)
The modification tries to overrule any forum settings but let's start there... Does the forum or usergroup have any moderation / posting restrictions placed on it? And of course I assume you're using the very latest version?

Very latest forum version, just installed brand new so no moderation/posting restrictions.


Quote:

Originally Posted by Ted S (Post 2390132)
Is this with any field error or just a specific one?

This is with any required field on the Product Create page - no single specific one.

Shazz 01-25-2013 03:32 AM

1 Attachment(s)
Ted, great product. I can't figure out why these thumbnails aren't showing.
Also when I upload a photo it doesn't show but in the FTP it will show its there. Permissions are 777

Thanks in advance

Ted S 01-25-2013 07:35 AM

Quote:

Originally Posted by Shazz (Post 2399319)
Ted, great product. I can't figure out why these thumbnails aren't showing.
Also when I upload a photo it doesn't show but in the FTP it will show its there. Permissions are 777

Thanks in advance

Have you checked the path in your pages against the folder structure?

Shazz 01-27-2013 09:23 AM

After a triple check and troubleshoot, which you reminded me to do it works. Thanks Ted!

revaxmedia 01-30-2013 10:43 AM

Just started uploading this - looks really good!

zapiy 02-05-2013 06:44 PM

Would someone kindly point me in the direction of remove the UPC / ESIN / ISBN and the part number please?

Ted S 02-05-2013 06:47 PM

Quote:

Originally Posted by zapiy (Post 2402197)
Would someone kindly point me in the direction of remove the UPC / ESIN / ISBN and the part number please?

Just edit the template to remove the field.

zapiy 02-05-2013 06:54 PM

Hi Ted, Which template?

insanewhip 02-09-2013 06:03 AM

Hello I downloaded and installed and nothing happen. No error codes or anything. Have you heard of this, can you help?

Ted S 02-09-2013 09:18 PM

Quote:

Originally Posted by insanewhip (Post 2403023)
Hello I downloaded and installed and nothing happen. No error codes or anything. Have you heard of this, can you help?

Did you enable it in any forums or set the mandatory options as noted in the install file?

zapiy 02-18-2013 10:58 PM

Please help me out here fella..

Ted S 02-19-2013 01:29 AM

Quote:

Originally Posted by zapiy (Post 2405098)
Please help me out here fella..

Search your templates and you'll find the one you want to edit.

werneri 02-25-2013 06:04 AM

Hi!
I'm struggling - where to set the admin rights for the AdminCP for another Admin.
Everything runs fine, but not I would like to give another admin rights for accessing the admin features and also approve products.
I searched for this setting, but do not find it - probably I'm just blind :confused:
please help.
Thank you in advance.

Ted S 02-25-2013 07:08 AM

Quote:

Originally Posted by werneri (Post 2406140)
Hi!
I'm struggling - where to set the admin rights for the AdminCP for another Admin.
Everything runs fine, but not I would like to give another admin rights for accessing the admin features and also approve products.
I searched for this setting, but do not find it - probably I'm just blind :confused:
please help.
Thank you in advance.

There is no distinct Admin function for this mod. If an admin can manager users / groups / posts they can access products.

zapiy 02-25-2013 12:13 PM

Hi, i have managed to edit the correct templates.

I need to make some more changes if possible.

I have using this as a review mod, i dont want users to review a review so can i disable this and enable the reply to the thread option?

Cheers

werneri 02-25-2013 02:15 PM

Hi Ted!

Quote:

Originally Posted by Ted S (Post 2406146)
There is no distinct Admin function for this mod. If an admin can manager users / groups / posts they can access products.

Strange. I myself can access product fine. I have another admin who is also in the Admin Group - he can access the "Product Review Settings" in AdminCP, but as soon as he hits "Product Review items" (e.g Manage Products & Reviews) he gets an Access Denied from AdminCP. :confused:

Can you think of any reason for this behaviour?

Thank you in advance,
Regards,
Werner

Ted S 02-25-2013 06:36 PM

Quote:

Originally Posted by zapiy (Post 2406190)
Hi, i have managed to edit the correct templates.

I need to make some more changes if possible.

I have using this as a review mod, i dont want users to review a review so can i disable this and enable the reply to the thread option?

Cheers

Sure. Just turn off replies in the forum where reviews go.

Ted S 02-25-2013 06:38 PM

Quote:

Originally Posted by werneri (Post 2406219)
Hi Ted!



Strange. I myself can access product fine. I have another admin who is also in the Admin Group - he can access the "Product Review Settings" in AdminCP, but as soon as he hits "Product Review items" (e.g Manage Products & Reviews) he gets an Access Denied from AdminCP. :confused:

Can you think of any reason for this behaviour?

Thank you in advance,
Regards,
Werner

Strange.

The permission check in the mod is for canadminposts [since reviews are post content]. Does this admin have the right to edit posts?

qpurser 02-26-2013 02:18 AM

Your mod works great and does exactly what we need for our forum.

I have a small issue when trying to post a review.
On top of the web page I get the message:

PHP Code:

WarningInvalid argument supplied for foreach() in [path]/includes/functions_editor.php(467) : eval()'d code on line 89 

I tried WYSIWYG and regular editor settings and both give me this error.

Any idea what could be wrong?

Thanks

EDIT: I installed the mod on another test server and the problem doesn't show up anymore

qpurser 02-27-2013 12:48 AM

However I still have one more issue:

In the particular forum where my products and reviews go the "Post new thread" still shows up.

Edited the forumdisplay.php
have made the forum a PRF forum in the forum manager
Usergroups are allowed to use the MOd

The forum display is correct. It shows the picture thumbnail etc.

Just the "post new thread" is still there which is not supposed to be

Any help greatly appreciated

Ted S 02-27-2013 06:27 AM

Quote:

Originally Posted by qpurser (Post 2406604)
However I still have one more issue:

In the particular forum where my products and reviews go the "Post new thread" still shows up.

Edited the forumdisplay.php
have made the forum a PRF forum in the forum manager
Usergroups are allowed to use the MOd

The forum display is correct. It shows the picture thumbnail etc.

Just the "post new thread" is still there which is not supposed to be

Any help greatly appreciated

Posting threads is forum permission issues just like you'd do on any other forum without this mod running. Turn that off and you're good to go.

qpurser 02-27-2013 12:02 PM

Quote:

Originally Posted by Ted S (Post 2406646)
Posting threads is forum permission issues just like you'd do on any other forum without this mod running. Turn that off and you're good to go.

Thank you so much.
I should have thought of that.
I set in the forum manager this forum is open to NO and it works great.
It came up in my mind but I thought when a forum is not open your MOD wouldn't be able to post the thread in there which was obviously wrong thinking.

Now I added the code from post #1099 in my forumdisplay and the "Add new product" shows up nicely.

Ted S 02-27-2013 04:53 PM

Quote:

Originally Posted by qpurser (Post 2406699)
Thank you so much.
I should have thought of that.
I set in the forum manager this forum is open to NO and it works great.
It came up in my mind but I thought when a forum is not open your MOD wouldn't be able to post the thread in there which was obviously wrong thinking.

Great!

The mod goes through a number of checks to try and override forum rules for posting content [within the rules you set for the mod of course] but do be sure to check your moderation queue in case anything lands in there [and if so let us know].

JesterP 03-06-2013 06:13 PM

This is a pre-test question:

I am developing a site and I'd like to include product reviews. This looks like it would be perfect. However, I still would like normal forum functionality.

Would it work if I created a child skin and modified that forumdisplay to your specs, then forced those forums to use that style?

Thanks!!

Ted S 03-06-2013 07:21 PM

Quote:

Originally Posted by JesterP (Post 2408366)
This is a pre-test question:

I am developing a site and I'd like to include product reviews. This looks like it would be perfect. However, I still would like normal forum functionality.

Would it work if I created a child skin and modified that forumdisplay to your specs, then forced those forums to use that style?

Thanks!!

Sure but there's no need to change the style unless you want to. The mod integrates alongside normal forum functions with the suggestion that you limit some of the posting options in product areas to keep things streamlined.

JesterP 03-06-2013 11:38 PM

Quote:

Originally Posted by Ted S (Post 2408376)
Sure but there's no need to change the style unless you want to. The mod integrates alongside normal forum functions with the suggestion that you limit some of the posting options in product areas to keep things streamlined.

Ahh ok. When I looked at your site I didn't see any forums and I assumed it just over took it all.

Thank you for the prompt response!

Ted S 03-06-2013 11:45 PM

Quote:

Originally Posted by JesterP (Post 2408412)
Ahh ok. When I looked at your site I didn't see any forums and I assumed it just over took it all.

We don't offer a demo so wherever you looked is someone's particular customizations and settings...

JesterP 03-07-2013 12:33 AM

Quote:

Originally Posted by Ted S (Post 2408413)
We don't offer a demo so wherever you looked is someone's particular customizations and settings...

It was giftery.me.... Thanks again

Ted S 03-07-2013 01:11 AM

Quote:

Originally Posted by JesterP (Post 2408421)
It was giftery.me.... Thanks again

We make the mod but that site doesn't run vB in any shape or size.... Sorry for the confusion.

svtsnake01 03-07-2013 01:32 AM

Does anyone that has installed this care to share their URL? I may be interested in using this, but I will need to see a demo first.


All times are GMT. The time now is 05:37 AM.

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