![]() |
Just installed on test site, working perfectly except one thing...
My uploaded images are not readable. Getting CHMODDED to 600. Thumbs are fine. Those are CHMODDED at 644 and show up. Images are there on server, in both places, just not viewable in full item listing. If I manually CHMOD the files to 644 or 777, they show up in ad listing. /uploaded and /uploaded/thumbnails directories are CHMOD to 777. Double checked that. Any idea what's triggering this? Using the 1.0.2 version released today. Thanks! |
Quote:
Double check that both the uploaded/ and uploaded/thumbnails are 777. Everything should be fine if they both are. It has nothing to do with the script itself. |
They are.
Must have uploaded 1000 files over last couple days, all VB related. (installing a test upgrade forum). Installed about 15 hacks, some of which include CHMOD requirements. Did those, those work. Have 4 other browser based image upload scripts running in various non-VB programs, all similar to yours, plus the VB attachment features running in a file system on my main and on my test. Same server, same domain/folders. Those work. Ill keep checking on my end, Im just letting you know that all things here point toward a script issue. Edit: Are there any CHMOD requirements for functions_sr_classifieds_upload.php ? |
Quote:
Provide a test account if possible as well. |
PMmed with info.
|
I have replied to your PM.
|
Here are a couple more code hacks RE the WTS, WTT, etc...
If you want these to show on the default home page: Open template: sr_classifieds_main: find: Code:
<div><b>$randomad[title]</b></a></div> Code:
<div><b>$randomad[type] $randomad[title]</b></a></div> find: Code:
<div><b><a href="sr_classifieds.php?do=ad&id=$newad[classifiedid]">$newad[title]</b></a></div> Code:
<div><b><a href="sr_classifieds.php?do=ad&id=$newad[classifiedid]">$newad[type] $newad[title]</b></a></div> http://www.timeshareforums.com/sr_classifieds.php Also note, I added WTR (RENT) and LTR (Looking to Rent) as like my suggestion posted above. |
Fatal error: Call to undefined function: imagegif() in ......./sr_classifieds/functions_sr_classifieds_upload.php on line 80
Also getting that error when attempting to upload Gifs. PNGs worked fine for upload, but same permission issues for full sized pngs. |
Quote:
|
EDIT
My bad, previous comment came off rude. Not intentinon. However, that doesnt make any sense why one file type would not be defined while others are and work within the same exact file, and why only one folder on entire server has file creation issues, the one that stores the images created from this upload script. |
Can I confirm... am I correct that the the main Classified Description body does not preserve line breaks and white space? That is the last major concern I have with the script...
As an example: If I typed this into my Classifieds on my site I would get an output that looks like what follows. ------- output follows and is attached in the event I delete the test from my server------ http://www.timeshareforums.com/sr_cl...php?do=ad&id=5 |
Quote:
|
Quote:
(Verify in vB Options >> Images) It is just a guess however! |
Yeah can't give you server access, sorry. Ill look into this here tho, appreciate your help however it turns out.
Thought -> could another hack be interferring with this? I have the Plugin Accelerator with hook cache, along with the Template Cache hack installed and applied. The Template Cache hack is creating a static file of sr_classifieds.php called sr_classifieds_1.php in a designated folder and using that to create these pages when requested rather than accessing the DB for templates each time. Mabey something isn't converting right. |
Quote:
|
Quote:
|
Quote:
also, will there by any means for the seller to "close" a sell early? like if an item was sold.... or perhaps the buyer bought something, and the ad is automatically closed... like how you would when you click "buy it now" on ebay.... then the sale information is automatically stored in the database and would automatically show up in a "feedback not left for users" list when you want to leave a feedback.... also related to it, if that was done, how about locking down on what type of feedbacks can be left? I mean, if the buyer clicked "buy" in an ad, and wants to leave a feedback relating to that ad, it should only be a "buyer" type feedback, and vice versa if it was the seller.... this way, feedback abuse can be reduced compared to itrader... how about a feedback main page for users so they can see/manage them? Will there be a way for users to reply to feedbacks? How about "ask seller a question" type stuff? |
Quote:
I can't figure this out... |
Hm. I just took a look at it is set to $stylevar[cellspacing] which means cellspacing is set. The reason that it looks different than your navbar is probably because your navbar uses different settings :p
|
ok, so in 1.0.2 you can delete feedback right? how do you do it because I don't see it in admincp or in SR classifieds itself
|
Quote:
|
Quote:
|
yeah, I assumed it would be like that but it's not working that way for me.... maybe because I did an upgrade install? right now, when I click on a username from within SR Classifieds, it brings up the user's feedback rating info as well as feedback list, but all I can do is edit the feedback but not delete them
|
Quote:
|
Quote:
I believe that the loss of white space could also be happening in sr_classifieds.php itslef as that is where this whole HTML -> vB modification happens... I need to get a fresh copy of what I have so far over on my development server as I am getting too anxious with my code hacks trying to get this resolved! |
Quote:
|
i get this when importing product
PHP Code:
|
OK, I discovered something in my struggles! If I use the WYSIWYG (Editor Mode) the the white space (line breaks included) are preserved...
When I edit the same ad and save it in WYSIWYG mode the format is still saved... If I click edit again and save it in the UBB view I lose the white space... So, how can I just turn off the abuility to post in the classifieds in UBB mode until this can get resolved... anybody? |
Quote:
|
Quote:
|
Quote:
|
Quote:
|
When you edit an ad there is this little button...
https://vborg.vbsupport.ru/external/2006/04/70.gif That button switches between the two editing modes. One is the typical vB mode (showing UBB code) and the other is the WYSIWYG mode.... This works fine in WYSIWYG mode.... Here is my page: http://www.timeshareforums.com/sr_cl...php?do=ad&id=5 |
Quote:
Ah, and when it's in the other mode, line breaks don't show? I see what you mean now. I'll get to that ASAP. Not really a big deal. However, it is annoying lol! |
Quote:
also, I would like to see an "item quantity" box when you post a new ad, that way it can also tie into how many times you can click the "buy" button, which therefore relates to how many people can leave feedback relating to that ad again, all to prevent feedback abuse also, how about a user level system for certain categories? for example, if I wanted to create a "vendor" section, I want it so that only the authorized vendors can post ads, however anyone can respond to them (assuming the "ask seller a question" system gets implemented) |
Quote:
|
oh yeah.... will there be an ability to require pics being posted in future versions?
|
I installed v1.0.2 on a development install of vb3.5.0 and I'm getting this error that was posted on page one when I attempt to change a usergroup's permission...
Quote:
|
perhaps this hack is not compatible with your version of vb because it was developed using/for 3.5.4?
|
I hope you don't mind me posting modifications (if you do let me know and I will stop)...
I changed my install to allow PMs plus e-mail... Open Template: sr_classifieds_viewad Code:
<tr> Code:
<tr> http://www.timeshareforums.com/sr_cl...php?do=ad&id=1 I also changed the layout of the page a little... So, if only I can retain the line breaks I really quite happy with this... I just hope the upgrade to the premium won't be too painful! |
All times are GMT. The time now is 11:05 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|