READ ONLY MODE IS ACTIVATED
![]() |
ACDB Forums :: Anime Characters Database :: Site Discussion |
Posted 15 year(s) ago | Re: | # 5729 |
Nori13 Shinobu's Pet Wolf ![]() ![]() ![]() Joined on 05-30-10 Posts 416 |
The size tags are in mutiny!!! (not really) But it seems to be that way:
![]() The size tags are set for 14 point font.... and it turns out to be humongous (it looks like a 36 point?) anyway, it reminds me of the days of HTML size *shivers*. (Hey, screen shot of a screen shot lol) Oh, and for some reason, I have one star on the new forums instead of two like on the old forums, which I also found weird. |
Posted 15 year(s) ago | Re: | # 5730 |
Nori13 Shinobu's Pet Wolf ![]() ![]() ![]() Joined on 05-30-10 Posts 416 |
Press Ctrl+F5 for original quality image?
I'm guessing it's to view the character image at the original size. Unfortunately, I'm connect to the internet via my phone right now.... and it's being a little fickle.. Anyway, I can't get it to do it right, so it could be one of three problems at the moment. Either 1: My phone's internet is not being friendly 2: It really doesn't work at the moment 3: It's not Mac friendly. I'm hoping it's because my phone's internet isn't friendly at the moment, but at least I'm having a better connection than my house's internet. Maybe my internet will be better later on today. (Edit) Or rather.... It's appearing everywhere!!! even over my avatar in the old forums! [ Edited Jun 9, 2010 ] |
Posted 15 year(s) ago | Re: | # 5731 |
Nori13 Shinobu's Pet Wolf ![]() ![]() ![]() Joined on 05-30-10 Posts 416 |
Does the image uploader not work for additional character images? Or is there a restriction (file size/picture size) for images?
I was trying to load an additional image for Shinobu (still using Love Hina for testing, and Shinobu shouldn't be sad in her main picture lol), and it seemed to upload, said "Success!" and didn't appear in the additional images bar. *Continues to test character pages* |
Posted 15 year(s) ago | Re: | # 5732 |
Rei ダメ人間 ![]() ![]() ![]() Joined on 05-24-07 Posts 2102 |
Yikes, tons to comment on!
OK, here's where I am at now... --BBCode-- Size tag fixed. Instead of ugly HTML size, it uses a nicer CSS size pt. The img and link code should be working normally. Let me know if there's a case where it's not. Also note, "img and link" as a pair are only used by images uploaded directly to the forum - using it in any other context will not work as expected. --Community Identified Characters-- All my time has been going here. Few hundred lines of code later we have 50% done. ![]() ![]() ![]() ![]() I'll do what I can to finish this tonight! --Kyareshi and DB-- Good thing you mentioned that about triggers! I'll have to check if the forum software already uses them. If it does, that'll certainly alter what I need to code. More on this later. --Character Profiles-- They're not all double. ;-) Left should match the image, right should match what fans argue the character really is. Or as you wrote, left is apparent, right is actual. I'll add those labels... not up yet, since I think I'll need some new translation variables for this. Eye Color -- BIG FONT Blue -- SMALL-er FONT? --Forum Stars-- Since I hate math... $STARS = ceil($user_forum_posts / 100); if($STARS > 10) $STARS = 10; If you want a different algorithm, please give me a detailed example using those variables. ;-) In a format I can copy and paste would be extra great too! hehe --Large Character Image-- Not coded. I was thinking of getting away from plastering it in the center of the page... or was that OK? Maybe I can move the thumb into the images section, then clicking it there will bring up the full size image in a new window? --Image Uploader-- ACK! You tested that?! I have no idea where it uploads to or stores info on what was uploaded. lol Just copied and pasted the old bad code. That needs a rewrite as well. Maybe I'll disable that for the time being. ;-) [ Edited Jun 9, 2010 ] |
Posted 15 year(s) ago | Re: | # 5733 |
Nori13 Shinobu's Pet Wolf ![]() ![]() ![]() Joined on 05-30-10 Posts 416 |
Gah... Been busy yesterday and will be today.... (yesterday and today are my days off) So I probably will start checking stuff out tomorrow or so.
*sweatdrop* didn't know the image uploader sends it to the void of nothingness.... If you have the ability to look for it on the server the file is "love_hina-053.jpg" but if not, then I suppose it's floating somewhere in the mists of the server.... Never to return :( lol With the stars, i don't really care as much, it's just something I noticed and thought I'd ask... With the large character image, there is also some script (php/java I don't know which one.... I don't really want to touch them with a stick... *won't learn anything else besides Python* lol) that brings it up in the same window, on a higher layer of the page... (I'll have to post a screenshot of this, unless you've seen it before) But if you don't want to code that much, I suppose the new window would work to (I think most modern browsers force a new window as a new tab anyway lol) I suppose that's all I have to post ATM... I'll have to check out the rest otherwise. |
Posted 15 year(s) ago | Re: | # 5737 |
Rei ダメ人間 ![]() ![]() ![]() Joined on 05-24-07 Posts 2102 |
New Forum Post Icons should work now.
![]() ![]() Character profiles are closer to being done. I'll style them last. Publisher/Source profile pages are being coded now. I'll be adding New Thread and Post Reply features to the forums early next week. How are the search results pages? Could the pager be any better? [1] [2] [3] ... [15] that thing |
Posted 15 year(s) ago | Re: | # 5742 |
Rei ダメ人間 ![]() ![]() ![]() Joined on 05-24-07 Posts 2102 |
No prob 13x31! Glad to have your help anytime. Usually takes me a week to recover from excessive programing, so don't worry about it. ^_^
I guess Kyareshi's away all week. I got around to checking if the forum software uses triggers, and it doesn't. I also monitored the binary logs, and found the queries used match exactly what we expected. # New Thread INSERT INTO e107_forum_t VALUES ('0', 'Hi', 'Hello World!', '64', '1276491626', '0', '1.Rei', '0', '1', '1276491626', '0', '0', '1.Rei', '0') UPDATE e107_user SET user_forums=user_forums+1, user_viewed='.5338' WHERE user_id=1 UPDATE e107_forum SET forum_threads=forum_threads+1, forum_lastpost_user='1.Rei', forum_lastpost_info = '1276491626.5338' WHERE forum_id=64 # Reply from Other INSERT INTO e107_forum_t VALUES ('0', '', 'Hello', '64', '1276491834', '5338', '6.Jino', '0', '1', '1276491834', '0', '0', '', '0') UPDATE e107_user SET user_forums=user_forums+1, user_viewed='.5338.5338' WHERE user_id=6 UPDATE e107_forum SET forum_replies=forum_replies+1, forum_lastpost_user='6.Jino', forum_lastpost_info = '1276491834.5338' WHERE forum_id=64 UPDATE e107_forum_t SET thread_lastpost=1276491834, thread_lastuser='6.Jino', thread_total_replies=thread_total_replies+1 WHERE thread_id = 5338 Hmm, actually... user_viewed... that's new to me. ACDBv2 is now in live beta mode. I swapped the front page. So far so good... I'm making improvements here and there, and will be all month. |
Posted 15 year(s) ago | Re: | # 5749 |
Nori13 Shinobu's Pet Wolf ![]() ![]() ![]() Joined on 05-30-10 Posts 416 |
Lol.... I remember posting the previous post, but not at the time I posted it... I suppose my brain's still needs a few reconnections...
(Sorry to look in the forums when you're trying to work elsewhere) Hmm... I think the quote tags need to be a little more obvious.... At first I thought it was some kind of glitch, and then when I read it, I realized it was a quote. Unfortunately, I don't have any suggestions ATM, (I think my brain needs more sugar lol). Also, it seems like the img tags don't work properly inside the quote tags. .... got called into work before I could even post anything.... So I'm just gonna end it here for now since I'm pretty beat from work... |
![]() |