The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
SR Classifieds 1.0.2 Light Details »» | |||||||||||||||||||||||||
Brought to you by: DopeGFX ----------------------------------------------------------------- LOGOS | WEBSITES | SKINS | HTML | PHP(Limited) | AND MUCH MUCH MORE! ----------------------------------------------------------------- In Conjunction With SiteResort **Attention** This hack is now being released as a "Lite" version. All existing features are still there, do not worry. However, a premium version is comming soon and will have even more features. This hack will continue to be supported. The only difference is that a premium version is comming shortly with more features. **Copyright** This script cannot be redistributed, reproduced, or published in any way unless given permission my the author (me). Modifying this script and sharing your modification elsewhere without the author's knowledge is not allowed as well. The following text on the script is not to be taken off: SR Classifieds, By www.siteresort.com **Before Making An Add on ** Please consult with me before making an add on to this hack. As it is my work and such, the add ons that you are trying to make for it may be in the next release and/or premium version. [high]Changelog:[/high] 4-13-06 * Security patch while editing ads (there was a little hole) All that needs to be done is reuploading sr_classifieds.php [high]Changelog:[/high] 4-11-06 * Admins can delete feedback * User profile fixed (minor template issues) * Ad type shown in adbit * No more error message when saving field [high]Changelog:[/high] 4-9-06 * There was a problem with a code that made it so that if you didn't have an image in an ad and then edited that ad to include an image, it overwrote noimage.gif (which is not good!). This was fixed! * Ad ID Number now shows in an ad * Price now shows in an ad What does this do? This hack gives you a classified ad system. Multiple categories can be created and users can post ads in these categories. Other users can then rate them and give them feedback accordingly. What features does this hack provide?
Template Edits: 3 Products Imported: 1 [high]6 Easy Steps[/high] Step 1. Import the following product: product-sr_classifieds.xml Step 2. Upload the files in the upload folder. Step 3. CHMOD the sr_classifieds/uploaded folder and sr_classifieds/uploaded/thumbnails folder to 777 Step 4. Do the edits located below Step 5. Update newly added usergroup permissions and options Step 6. Enjoy the hack. [high]F.A.Q[/high] Q. How can i reserve the premium version? A. Send me a message here on the forums or email me at gio@dopegfx.com Don't forget to click INSTALL [high]As always, feel free to make a donation to:[/high] gio@dopegfx.com Show Your Support
|
Comments |
#242
|
|||
|
|||
Hey guys,
In case anyone else has the full sized images not showing up CHMOD 600 issue ... In functions_sr_classifieds_upload.php there is a line saying: Code:
if (move_uploaded_file($_FILES['userfile']['tmp_name'], $uploadfile)) { Code:
if (copy($_FILES['userfile']['tmp_name'], $uploadfile)) { Apparently this is a result of the version of PHP and the variables set in your PHP.ini. Makes sense because none of the scripts similar to this i've run use the move_file command, all used the copy. Hence my WTF hair pulling yesterday. I didnt even want to begin messing with my server wide or site wide settings, but this worked, so Im good. Hopefully anyone else experiencing this down the road can use this. |
#243
|
|||
|
|||
I hate to be a spaz but when doing the template edits, I use the search in template feature to find:
$vbphrase[posts]: $post[posts] <br> Unfortunately I get that it is not found in either the postbit or postbit_legacy template. As a result I don't know where to add: <if condition="$post['userid'] AND $vboptions[sr_classifieds_active] == '1'"> <div>$vbphrase[sr_classifieds_rating] $post[sr_classifieds_pcnt]% <a href="sr_classifieds.php?do=user&userid=$post[userid]">($post[sr_classifieds_score])</a></div> </if> Can anyone suggest a solution? ps- I have version 3.5.4 Thanks, Gehanna |
#244
|
|||
|
|||
Quote:
Try looking for this: $vbphrase[posts]: $post[posts] I posted this earlier in the thread but I guess it wasn't updated... remember to add the <br> before the code you are adding or it will be on the same line. |
#245
|
|||
|
|||
Hello Quarterbore
I just found this in postbit_legacy: <div> $vbphrase[posts]: $post[posts] </div> I assume that is what I am looking for but let me ask you this. Because the </div> is present, will I still need to add the <br> before the code? Thanks Much for your reply by the way. Sincerely, Gehanna EDIT TO ADD -- Nevermind. I discovered that it is not necessary to add the <br> provided the </div> is there. |
#246
|
|||
|
|||
Id also like to see a selection box option for the additional fields, were users can select additonal terms, as opposed to the radio box list, and if a search function could be made to search the items that are selected in the selection box that would be grand
Loving this so far |
#247
|
|||
|
|||
I just noticed that this does not seem to have any limits on file or image size yet and that the image display is just a reduced version of the image uploaded to the server... It is pretty important that the users can not upload huge images so I would suggest a maximum file (memory or height/width) size check be incorporated in the CP at some point...
|
#248
|
|||
|
|||
Got to page 13 and didn't see anyone cover this error...
Warning: mysql_real_escape_string() expects parameter 1 to be string, array given in /includes/class_core.php on line 635 Any ideas? |
#249
|
||||
|
||||
Quote:
|
#250
|
||||
|
||||
Quote:
Code:
if($permissions['sr_classifieds'] & $vbulletin->bf_ugp['sr_classifieds']['canedit'] OR $bbuserinfo[userid] == $user[userid]){ Code:
if($permissions['sr_classifieds'] & $vbulletin->bf_ugp['sr_classifieds']['canedit'] OR $vbulletin->userinfo[userid] == $user[userid]){ |
#251
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|