Furry stuff, oekaki stuff, and other stuff.
You are not logged in.
YES, I noticed that. XDD;; I just thought you hated PM or something. Rofl.
Sent the info. ^^ Let me know here ot through Email when you got it fixed or know what's wrong etc.
E-mail would be best. I realized a short time ago that this forum doesn't support PM! WTF?
Sure thing, how can I send you the info? Email, PM, Omail on your oekaki etc..?
If you like. All I want to know is what the IMG tag link for the collab board avatars looks like. I tried it on my board and it worked fine.
I uploaded the patch to both the oekakis, but... it still doesn't work. (What do you mean, frustrating?) It's still looking in the collab/avatars/ folder for the avatars instead of the main board (i.e. http://collab.hakai.org/avatars/822ee09 … 8ff848.gif)
If you like, I can give you my login info for the boards and the FTP.
OK, here's the patch. It is designed to replace files in v1.3.4 only. You only have to copy it to the collab board, but copying it to both boards will probably make things easier: Avatar URL path patch
The magic starts on line 99 of "boot.php":
if (strpos ('../', $cfg['avatar_folder']) !== FALSE) { // Check backticks -- absolute URL path needed $avatar_url = 'http://www.hakai.org/avatars'; } else { // No backticks -- use relative path $avatar_url = $cfg['avatar_folder']; }
What this does is check if you are using the main avatars folder or not. If so, just avatars/ is used. If not, the url path is used. Basicly, it's already set up for you. Just make sure that in the contol panel, the main board is set up with avatars/ and the collab board uses ../avatars/, and you'll be all set.
I keep these patches on file, so if a new version of Wacintaki is released, just remind me about this and I'll update it.
I thought it might be something like that, but since I've no insight on how the oekaki was coded I didn't dare mention it. xD;
I'd prefer a fix to display a direct URL, it makes life easier to me. ^_^
Ohhhhhhh... DUH! Now I know what's wrong.
On the server end, things work fine (uploading the avatar, for example). However, the link in the web browser isn't working with the subdomain path. In other words, ../avatars/ is sent to the web browser, which ends up being http://collab.site.com/avatars/, which is wrong. It should be http://www.site.com/avatars/
Well, the easy fix is to tell people to visit http://www.hakai.org/collab/ instead of http://collab.hakai.org. Otherwise, I can edit the index and profile viewer to serve a direct URL (I believe there's only three places this needs to be done). Lemme know what you'd like to do.
Okay, folder thing solved... but the issue remains. Main board is avatars/, collab board is ../avatars/ and yet it only works on the main board as far as displaying the images goes. It upload the image into the folder, but for some reason it doesn't display it properly.
I've no idea what's going on, everything LOOKS fine... (tried the testinfo.php file, it said OK)
Tip: there's a script called testinfo.php that allows you to see some diagnostics for your board (you must be logged in as owner to access it). It will tell you if the avatars folder, and various other paths, are locked or not.
Again, regardless of what the collab board needs to be, the main board should have an avatar path of avatars/