Quote:
Originally Posted by blackberry
not using https.. but did renamed directories for security reasons. I would be better if we are able to edit path within any php file etc.
|
Not sure what you mean, it would be pretty horrible to force people using yaas to have to edit every file just to change the path to an award. The path is set through admincp individually for each award and the path is stored with the award information in the database.
Quote:
Originally Posted by CAG CheechDogg
My site "IS" running on https, we discussed this months ago when I first installed this mod ...
I have also renamed my admincp and mocp, but this was happening before I installed BOP5's mod to rename the register.php which renames bot the admincp and modcp found here: https://vborg.vbsupport.ru/showthrea...ENAME+register
my adminc/award.php page only has css modifications, the point value I add it manually to the description lol ...
So no, none of my customizations are causing the problem, this was happening way before. I actually don't have any problem because the images appear everywhere except in the admincp when managing each award the way it shows in the screenshots I posted ... So really it's no big deal for me ....
|
It isn't the change the register.php mod because I added that to my test install and it causes no issues. The reason it's kind of confusing is that the code that shows the images for both the award icon and award image are the same. They are both done using calls to
construct_img_html, see lines 1028/1029 for non-categorized awards and lines 1093/1094 for categorized awards. So if absolute is working for the icon image it should work for the other image. Similarly if relative urls are working for
Quote:
Squidsk, this is what you posted when I first brought up the issue of the images and the urls:
|
I'd forgot about that.
The first part is where I'm talking about the absolute urls in admincp, even then I couldn't find a reason why they weren't showing for you. The second part was about images not showing up in PMs because of how the image bbcode was parsed. I fully fixed the second issue in 4.0.7, but clearly the first is still there.
Quote:
Like I said no big deal really, I can live with this little bug because everything else works just fine ....
|
It might not be a big deal but it still bugs me that there's a problem somewhere in the code, or in compatibility with something else, and I can't figure it out.
Quote:
Originally Posted by CAG CheechDogg
I have a request Squidsk ...
Is it possible to add a feature to approve more than one award request from the award request page instead of doing them one by one?
|
I'll look into it.
Quote:
Originally Posted by alcazarx
That could be done with a checkbox under "options" and two buttons below the list "grant selected awards" / "delete selected awards".
But this would require JavaScript me thinks and unfortunately me dont know JS 
|
That's how I'd do it.
Quote:
/*
another edit:
*/
Dont know if this a bug or a feature ,but even when you set awards to not be recommended or requested you can by using the direct link (like ".../forum/request_award.php?award_id=6") and changing the award_id.
Maybe an oversight by master squidsk?
|
Definitely not a feature but an oversight.