vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - [OzzModz] Reviews (https://vborg.vbsupport.ru/showthread.php?t=304317)

Toorak Times 11-18-2013 03:25 AM

Thanks

ozzy47 11-18-2013 03:26 AM

Not a problem. :)

Toorak Times 11-18-2013 03:44 AM

My system sent me these whilst I had the db error running, hope they make sense to you.
It is up and running well now mate cheers


Database error in vBulletin 4.2.2:

Invalid SQL:
SELECT * FROM reviews_reviews WHERE active=1 AND status=1 AND logo<>'' ORDER BY postdate DESC LIMIT 5;

MySQL Error : Table 'toorak_dev.reviews_reviews' doesn't exist
Error Number : 1146
Request Date : Monday, November 18th 2013 @ 01:55:48 PM
Error Date : Monday, November 18th 2013 @ 01:55:49 PM
Script : http://www.tooraktimes.com.au/content.php?page=96
Referrer :
IP Address : 123.125.71.44
Username : Unregistered
Classname : vB_Database
MySQL Version :

ozzy47 11-18-2013 03:59 AM

Do you have the cms widget running for reviews?

Toorak Times 11-18-2013 04:35 AM

Yes I have http://www.tooraktimes.com.au/content.php

Toorak Times 11-18-2013 04:57 AM

<a href="http://www.tooraktimes.com.au/showthread.php/18641-Historical-Change-at-Leo-s" target="_blank">http://www.tooraktimes.com.au/showth...hange-at-Leo-s</a>

I plugged the RSS into a forum also, a content:encoded feed would be awesome

ps It was working, got one through, I went back to check it and saw this

XML Error: Invalid character at Line 18

Do you want this info as I'm testing it out mate?

ozzy47 11-18-2013 10:59 AM

For this error:
Invalid SQL:
SELECT * FROM reviews_reviews WHERE active=1 AND status=1 AND logo<>'' ORDER BY postdate DESC LIMIT 5;

I suspect it was during the uninstall/install process and a bot hit the page, and triggered the error, I would not worry about it. Cause obviously the table is there, as you are able to add reviews. :)

What happens if you edit the feed, and click on the Preview Feed button?

Toorak Times 11-18-2013 11:10 AM

Quote:

Originally Posted by ozzy47 (Post 2461760)
For this error:
Invalid SQL:
SELECT * FROM reviews_reviews WHERE active=1 AND status=1 AND logo<>'' ORDER BY postdate DESC LIMIT 5;

I suspect it was during the uninstall/install process and a bot hit the page, and triggered the error, I would not worry about it. Cause obviously the table is there, as you are able to add reviews. :)

What happens if you edit the feed, and click on the Preview Feed button?


Preview feed sends unexpected on line 32 - I just noticed there is no rss.php for reviews like the Classifieds to upload anyway so that's probs the issue

Toorak Times 11-18-2013 11:13 AM

XML Error: Invalid character at Line 32

ozzy47 11-18-2013 11:24 AM

The rss for reviews is in the reviews.php file, no separate file like classifieds.

Unfolded90 11-27-2013 04:57 AM

Hey ozzy i noticed this up on every review. How do i remove it?

https://vborg.vbsupport.ru/external/2013/11/4.jpg

It happens from vBShout i have it globally on all templates
If i disable Sound Notifications it goes away


Also Unregistered users cannot rate a review.

ozzy47 11-27-2013 10:53 AM

I'm not sure, I'll look into it when I get a chance.

RPSmedia 12-05-2013 03:54 PM

Just like the classifieds, some ideas I'm posting.

1. Can it also have a quick reply box at the bottom or another way for people to know where to add their review. People are so used to seeing the vbulletin style of reply at the bottom they don't know to look at the top or side for the post reply button.

2. Can it have the ability to show how many times its been viewed?

3. I had an issue where it wasn't showing the youtube video and the main picture at the same time.

Thanks again, love your work!

ozzy47 12-05-2013 04:00 PM

Once I have the time to work on a full feature update, I will look into the possibility of those. :)

RPSmedia 12-05-2013 04:01 PM

Awesome, make it a premium and I'll pay! :)

ozzy47 12-05-2013 04:05 PM

It's not going to be right away. I am about to launch my site, and have a couple of mods to release.

Then the next thing would be any major bugs to fix, then once that is tested by the users, then I can do feature updates.

I hate doing feature updates, when there is bugs, either minor or major, hard to tell if any new bugs that may be introduced are caused by a recent change, or just in the newly added features. :)

mort2412 12-06-2013 12:54 AM

In the drop down menu's for the reviews numbers 1 to 10, where can add an extra one to them so I can have 0 - 10? and edit the names like 'masterpiece' etc

Thanks

ozzy47 12-06-2013 01:03 AM

I don't believe you can change the numbers at this time.

As for the names, search for them in Phrase Manager. :)

mort2412 12-06-2013 01:09 AM

ok thx ozzy, was hoping there was a template i could edit

ozzy47 12-06-2013 01:14 AM

No, it looks like it is done in the javascript.

RPSmedia 12-13-2013 03:31 PM

Was it figured out about RSS? I'm not getting anything to show up on the feed?

Zighinno 12-17-2013 09:47 AM

Hi, it's not compatible with vbulletin 4.1.12?

Thanks

ozzy47 12-17-2013 10:38 AM

It will, other than no navigation Items will show.

Loversama 12-20-2013 09:23 AM

File: reviews_usercp.php
PHP Code:

     $reviewtext preg_replace('#\[img\].*?\[/img\]#i'''$reviewtext); 

This is the only thing holding back images as BB Code in the system, it seems like all BB code is possible in the reviews system however image BB was giving the developer a problem so this snippet was added to take it out, Ill look into fixing this ^_______^

Also, my reviews system is super modded, heres my examples:

http://www.sinfulshadows.com/reviews.php

Its still work in progress, but I think it looks awesome ;o

RPSmedia 12-21-2013 04:11 PM

Quote:

Originally Posted by Loversama (Post 2469660)
File: reviews_usercp.php
PHP Code:

     $reviewtext preg_replace('#\[img\].*?\[/img\]#i'''$reviewtext); 

This is the only thing holding back images as BB Code in the system, it seems like all BB code is possible in the reviews system however image BB was giving the developer a problem so this snippet was added to take it out, Ill look into fixing this ^_______^

Also, my reviews system is super modded, heres my examples:

http://www.sinfulshadows.com/reviews.php

Its still work in progress, but I think it looks awesome ;o

Yours is very nice!!!!

RPSmedia 12-21-2013 04:11 PM

It would be nice if you could add more pictures to the reviews like you could with the classifieds.

ozzy47 12-21-2013 05:39 PM

I'll check it out when I am doing the next feature update. :)

RPSmedia 12-22-2013 02:00 AM

Please let us know when you are ready to do feature updates..I have a few ideas for you :)

fallen1087 12-22-2013 05:56 PM

ozzy74 Nice MOD ..Installed!

Going now to Check how its works :D

fallen1087 12-22-2013 09:02 PM

cant add photo i just see this on photo field when i write review :

Select a Photo that best shows the review that you are selling. Don't forget that a photo is worth of 1,000 words!!

and next after it is youtube video field....

P.S. Ah ye I Find where is Button to Browse For Photo is in top of site on left corner ..so is near my logo...its possible to fix it?

Jurg 12-27-2013 10:49 AM

Just installed, and it looks a very good system. Just a couple of quick queries:

The keywords, publisher and item URL fields are not applicable to the way I want to use this add-on. They appear to be hard-coded into the product, with no option to remove them. Is it possible to easily remove these fields from the user interface?

Also it would be useful if the extra fields could be moved below the main text field, or below the positive and negative points. Can this be done easily?

Many thanks,

John

ozzy47 12-27-2013 10:54 AM

I will look into the code when I have a free moment. Thanks for marking as installed. :)

goxy63 12-28-2013 09:21 PM

This looks awesome :eek:
Will install ASAP, would like to see some ironing of this mod, this can have huge potential I think.

Thank you

ozzy47 12-28-2013 09:29 PM

Glad ya like it, and thanks for marking as installed. :)

RPSmedia 12-31-2013 01:54 AM

are you going to be doing a pro version? There are a few tweaks this one needs to make it the best out there and I'm willing to pay for it to help it get done faster. :)

ozzy47 12-31-2013 02:06 AM

I might, I have not come to that bridge as of yet though.

dizzynation 12-31-2013 02:44 AM

Downloading and Installing - Could be a good one for Filmmaker Forum

ozzy47 12-31-2013 02:47 AM

Yeah it just might fit. Thanks for marking as installed. :)

RPSmedia 12-31-2013 02:51 AM

Ozzy, were you able to look into the htaccess problem where it's not working with vbseo?

ozzy47 12-31-2013 02:58 AM

I have had no luck with that, no one has answered my posts. :(


All times are GMT. The time now is 04:23 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.01400 seconds
  • Memory Usage 1,811KB
  • 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
  • (2)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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