The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[OzzModz] Reviews Details »» | |||||||||||||||||||||||||
Another mod brought to you by,
First off this mod, [Chris] Reviews, has been taken over by me. It did belong to Christos Teriakis. He has since given me full rights to the mod, so I am releasing it here. Only thing I have changed as of yet is the title, so it is basically the same mod.To upgrade from that mod is the same as any other time, unzip the files, load them to your server, overwriting the old files, then import the new xml. Please remember, this mod is as new to me as anyone installing it, so we are both on a learning curve. 1.- What's this mod? It's better to say what it is NOT . It is a Reviews system for those admins who want to review one type of items (eg Games, Books, Autos etc) and only one group of rating questions is acceptable for them. With the help of extra fields and a bit works from your side to configure it, you can have a very good reviews section in your site.
3.- SEO URLs
If you like this mod please hit the button to the right ----> Please remember to click the, button to the right if you installed the mod ----> What does 'Marking As Installed' do ? * It helps you to stay on top of updates - members who have installed modifications will be notified whenever new updates are available. * For security issues - vbulletin.org will contact all members who have installed a modification whenever a security issue is brought to their attention. * Marking a modification as installed also helps me know how many people are using my work, giving me extra incentive to provide more features and new modifications. I appreciate the support! ------------------------------------------------------------------------------------------- v1.4.0 Initial release. v1.4.1 Fixed the following errors, Warning: Invalid argument supplied for foreach() in ..../reviews_usercp.php on line 695 AND Warning: Division by zero in ..../reviews_usercp.php on line 706 v1.4.2 Patched some vulnerability's that was found in the mod. No sites were affected by this, it was just found by a user and now is patched. v1.4.3 Patched some more vulnerability's that were found in the mod, during the security check. No sites were affected by these, they were just found and patched. ------------------------------------------------------------------------------------------- Contributions Received (members who clicked on, and followed through with the Support Developer button) jjohns12 ------------------------------------------------------------------------------------------- Show Your Support
|
5 благодарности(ей) от: | ||
bosanci28, Chickenpotpie, goxy63, majjed2008, RichieBoy67 |
Comments |
#152
|
||||
|
||||
Thanks!
I have been working on the re-write rules, I have the first one done, and half way on the second. '^reviews\.php$' => 'reviews.html' '^reviews\.php\?do=main&catid=(.*)$' => 'reviews/category/[NF]$1' Just need to get the title of the category in the url - Once I figure out the second, the rest will come easy |
#153
|
||||
|
||||
Great, hopefully you can get it to work properly. I sent you a PM on my site, if you would not mind checking it out.
|
#154
|
|||
|
|||
this is happening for both the reviews and classifieds and I'm starting to get lots of complaints. Hopefully it can be an easy fix.
|
#155
|
||||
|
||||
Crud, I guess I got to look into it and see why it is like that.
|
#156
|
|||
|
|||
thanks Ozzy, I really appreciate it. Let me know how I can help
|
Благодарность от: | ||
dizzynation |
#157
|
||||
|
||||
Ok I think I got it, open the file, reviews.php found in your forum root, and look for the following code:
Code:
$templater->register('comment_reviewtext', htmlspecialchars_uni($comment[reviewtext])); Code:
//$templater->register('comment_reviewtext', htmlspecialchars_uni($comment[reviewtext])); $templater->register('comment_reviewtext', '<pre>'.$comment[reviewtext].'</pre>'); |
#159
|
||||
|
||||
Cool, glad it worked as intended, and did not add the new questions to the old stuff you had already set up.
|
#160
|
||||
|
||||
Hey Ozzy,
I am having a hard time finding out how to change the Game phrase. I have searched all templates, and also when viewing the source code it is very difficult to find out which templates are using what. Anyway, phrases - Any help? Also, adding links to the "game" does not seem to link out correctly, this is the link it produced. Code:
http://www.filmmakerforum.org/www.therecordingmovie.com |
#161
|
||||
|
||||
Ok lets go one by one.
1) About this Game, the About this part is the phrase, reviews_about_this and Game is the setting, Review item (Singular) 2) Publisher should be the phrase, reviews_publisher 3) Game Link, the Game part is the setting, Review item (Singular) and the link is the phrase, reviews_link |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|