Latest topics
» Forumactif Edge - Releases
by Ange Tuteur Tue 03 Sep 2019, 11:49
» GIFActif - Giphy Button for the Editor
by Ange Tuteur Wed 08 May 2019, 17:21
» Forum Closure
by Ange Tuteur Mon 01 Jan 2018, 01:28
» Chit Chat Thread
by Valoish Sun 31 Dec 2017, 19:15
» Font/Text background color.
by Valoish Sun 31 Dec 2017, 19:11
» Forumactif Messenger - Instant Message Application for Forumotion
by Wolfuryo Sun 31 Dec 2017, 18:24
» [GAME] Count to One Million!
by brandon_g Fri 29 Dec 2017, 18:58
» Post Cards
by manikbiradar Wed 20 Dec 2017, 07:50
» [GAME] Countdown from 200,000
by Valoish Wed 13 Dec 2017, 23:22
» GeekPolice Tech Support Forums - GeekPolice.net
by Dr Jay Mon 11 Dec 2017, 19:12
» Asking about some plugin for Forumotion
by Dr Jay Mon 11 Dec 2017, 19:10
» [GAME] What are you thinking right now?
by Van-Helsing Sat 09 Dec 2017, 14:51
» Widget : Similar topics
by ranbac Wed 06 Dec 2017, 18:11
» Change the Background of the Forum and put an image and how to make prefixs?
by Clement Wed 06 Dec 2017, 15:19
» Hello from Western Australia
by SarkZKalie Wed 06 Dec 2017, 05:34
by Ange Tuteur Tue 03 Sep 2019, 11:49
» GIFActif - Giphy Button for the Editor
by Ange Tuteur Wed 08 May 2019, 17:21
» Forum Closure
by Ange Tuteur Mon 01 Jan 2018, 01:28
» Chit Chat Thread
by Valoish Sun 31 Dec 2017, 19:15
» Font/Text background color.
by Valoish Sun 31 Dec 2017, 19:11
» Forumactif Messenger - Instant Message Application for Forumotion
by Wolfuryo Sun 31 Dec 2017, 18:24
» [GAME] Count to One Million!
by brandon_g Fri 29 Dec 2017, 18:58
» Post Cards
by manikbiradar Wed 20 Dec 2017, 07:50
» [GAME] Countdown from 200,000
by Valoish Wed 13 Dec 2017, 23:22
» GeekPolice Tech Support Forums - GeekPolice.net
by Dr Jay Mon 11 Dec 2017, 19:12
» Asking about some plugin for Forumotion
by Dr Jay Mon 11 Dec 2017, 19:10
» [GAME] What are you thinking right now?
by Van-Helsing Sat 09 Dec 2017, 14:51
» Widget : Similar topics
by ranbac Wed 06 Dec 2017, 18:11
» Change the Background of the Forum and put an image and how to make prefixs?
by Clement Wed 06 Dec 2017, 15:19
» Hello from Western Australia
by SarkZKalie Wed 06 Dec 2017, 05:34
Recent Tutorials
Top posting users this month
Top Achievers
Who is online?
In total there are 12 users online :: 0 Registered, 0 Hidden and 12 Guests :: 2 Bots
None
Most users ever online was 515 on Tue 14 Sep 2021, 15:24
None
Most users ever online was 515 on Tue 14 Sep 2021, 15:24
Chit Chat Thread
Page 31 of 33 • Share
Page 31 of 33 • 1 ... 17 ... 30, 31, 32, 33
- Mr.Panos
- Gender :
Age : 37
Posts : 29
Points : 3651
Reputation : 10
Location : Athens, Greece
Language : Greek, English, French
Browser :Forum Version :
First topic message reminder :
What's up guys?
What's up guys?

- GuestGuest
LOL! You copycat ... 

Enjoy of 'm! HAHAAA xD
Don't forget installing the 3 second delay before closing the side panels script I requested. It's right here (All Pages):


Enjoy of 'm! HAHAAA xD
Don't forget installing the 3 second delay before closing the side panels script I requested. It's right here (All Pages):
- Code:
$(function() {
$('.module_column').on('mouseout', function() {
var t = this;
window[t.id + '-fadeout'] = window.setTimeout(function() {
var button = document.getElementById(/_panel/.test(t.id) ? t.id.replace(/_panel/, '_button').replace(/fae/, 'fa') : '') || $('.column_button_' + t.id)[0];
button && button.className.indexOf('active') != -1 ? button.click() : window.clearTimeout(window[this.id + '-fadeout']);
}, 3000);
}).on('mouseover', function() {
window.clearTimeout(window[this.id + '-fadeout']);
});
});
- GuestGuest
Well, there's a whole lot more styling to do still. And plug-ins and gadgets to install. That much I can tell... And why did you set your forum width to just 90% or so? Why not take it to 100%?
Well I just minified 3300 some lines to one line. Thank goodness.
Only downfall is I don't have the TOC anymore. So... yeah, I would have to have a searchable reference backup on my desktop.
Of course, I'm only half way through the upgrade.
Only downfall is I don't have the TOC anymore. So... yeah, I would have to have a searchable reference backup on my desktop.
Of course, I'm only half way through the upgrade.
- GuestGuest
Well, best of luck to you then. I'll be off now ... 

Samantha wrote:Just been looking into them forum images, @Dr Jay, but don't you agree things could look a bit better if you could append the img before the h3 forum title?
I think it 'd be possible by using CSS only yk ...
How do you think I can do this? Any ideas? I have tried at least 15 ideas from floating elements, marginalizing them, etc. Nothing has worked enough. I was able to push the forum title over, but it did not work out in the end.
- GuestGuest
@Dr Jay, if you give me one of the forum HTML formatted descriptions (with a picture) as an example, I 'll try and have a look at it later this morning. It's 6:30 am here almost.
Well, you see... I have the image URL field filled in and then the description filled in with plaintext. There is no other formatting incidentally.
I either plan to try a few things we can come up with here, or remove the images, as they are just "inherited" from the old style I had set up.
I either plan to try a few things we can come up with here, or remove the images, as they are just "inherited" from the old style I had set up.

- GuestGuest
This is what I could come up with so far. It's a bit messy and I'm still trying to find ways to get a fix on that img CCS selector without breaking the other images. I'll try and clean it up a bit more later today.

Only goes for our test site:

Only goes for our test site:
- Code:
h2.hierarchy .forumtitle, h3.hierarchy .forumtitle {margin-left:53px}
#c1 img, #f3 img {margin-top:-21px;margin-right:5px}
#c1 .lastpost-avatar img, #f3 .lastpost-avatar img, #c1 .last-post-icon img, #f3 .last-post-icon img {margin-top:0px!important}
.forum-info a.gensmall {margin-left:53px!important}
I have a temporary fix applied for what I came up with earlier. Please look at it, and then we can go from there. I applied some of the same things I came up with last night; however, it is not cooperating at the moment.
Look under General Forums category. I am going to attempt to apply the same thing to all the categories and forums here shortly. Chime in if you like, or wait it out to see what I come up with.
Look under General Forums category. I am going to attempt to apply the same thing to all the categories and forums here shortly. Chime in if you like, or wait it out to see what I come up with.

- GuestGuest
Uhm... What exactly do you expect me to help you with? Can you be more specific on that? Currently I'm uploading some mini-icons for the Edge forum on the test site, so when I'm done with that, if you like, I could sign up on Geek and help a bit.
Probs one of the funnest days at work :'3 One of the CEO's sons brought his 2 year old daughter to work and I was basically babysitting her the whole day <3333 She's such an adorbs smol ball of energy ; u;
Can this be a daily thing? pls & ty
- GuestGuest
Yeah, real funny... And now for something more seriously:
With hardly any or no support for Edge left, this site is going downhill rapidly, like a decaying corpse.
Please, DO notice our requests, replies, whatever since late last yr, or... . Ty.
PS: I sent your boss a cap of this one, so don't you DARE remove / change this one!
With hardly any or no support for Edge left, this site is going downhill rapidly, like a decaying corpse.
Please, DO notice our requests, replies, whatever since late last yr, or... . Ty.
PS: I sent your boss a cap of this one, so don't you DARE remove / change this one!
Hey,
I apologize that you feel that way, since it is my fault for leaving the project and Forumotion in regards to coding. I may lend a hand once in a while, but mostly with simple issues, still if your requests are urgent you can always try requesting elsewhere. Even though FA Edge is an "Unofficial Version" it's still just a heavily modified version of phpbb3 at heart ; a custom theme for Forumotion. As such, support shouldn't be no different elsewhere if this fact is stated, because your forum simply has modified templates and CSS. If you're denied support for FA Edge elsewhere, it's because of the incompetence of the people you're asking help to.
Sorry to be blunt in that last statement. I only said that because I feel there's no excuse for denying someone help just because you're unfamiliar with something... still it's an understandable excuse, because it may just come down to free time to learn something new. Anyway, in regards to activity dropping.. it's to be expected. I'm no longer actively developing plugins or providing much in the way of support, so it's only natural that activity would drop. Though now that I have more free time, I might consider writing different kinds of topics eventually, I'm still thinking about it.
All I can pretty much do at this point is apologize for being selfish I guess.
I apologize that you feel that way, since it is my fault for leaving the project and Forumotion in regards to coding. I may lend a hand once in a while, but mostly with simple issues, still if your requests are urgent you can always try requesting elsewhere. Even though FA Edge is an "Unofficial Version" it's still just a heavily modified version of phpbb3 at heart ; a custom theme for Forumotion. As such, support shouldn't be no different elsewhere if this fact is stated, because your forum simply has modified templates and CSS. If you're denied support for FA Edge elsewhere, it's because of the incompetence of the people you're asking help to.
Sorry to be blunt in that last statement. I only said that because I feel there's no excuse for denying someone help just because you're unfamiliar with something... still it's an understandable excuse, because it may just come down to free time to learn something new. Anyway, in regards to activity dropping.. it's to be expected. I'm no longer actively developing plugins or providing much in the way of support, so it's only natural that activity would drop. Though now that I have more free time, I might consider writing different kinds of topics eventually, I'm still thinking about it.
All I can pretty much do at this point is apologize for being selfish I guess.

NO FREAKING WAAAAAYYYY AHHHSKFHSKF
http://www.newseveryday.com/articles/52310/20161107/finally-cardcaptor-sakura-releases-new-movie-2017-news-update-air.htm
NEW 2017 MOVIE OF MY SECOND ALL TIME FAVE CHILDHOOD ANIME YESYESYES HOLY JEBUS 2017 IS GR8 AGAIN







/brbwhileigosobhappily ; v;

http://www.newseveryday.com/articles/52310/20161107/finally-cardcaptor-sakura-releases-new-movie-2017-news-update-air.htm
NEW 2017 MOVIE OF MY SECOND ALL TIME FAVE CHILDHOOD ANIME YESYESYES HOLY JEBUS 2017 IS GR8 AGAIN

Oooh ! I saw they're going to be doing another tv series in 2018, too.
This time for the "Clear Card Arc" of the manga.
https://myanimelist.net/anime/33354/Cardcaptor_Sakura__Clear_Card-hen
Looks like you got even more to look forward to

https://myanimelist.net/anime/33354/Cardcaptor_Sakura__Clear_Card-hen
Looks like you got even more to look forward to

It has been quite awhile since the last update, so I bet a few of you are a little surprised to see one of these.. 
Besides that I've been playing around with the HTML5 canvas recently to learn how it works, so I can begin making other things. I've started with the most basic thing... a clock !


Besides that I've been playing around with the HTML5 canvas recently to learn how it works, so I can begin making other things. I've started with the most basic thing... a clock !


That looks awesomeAnge Tuteur wrote:Besides that I've been playing around with the HTML5 canvas recently to learn how it works, so I can begin making other things. I've started with the most basic thing... a clock !![]()

It's actually really fun to play with. *-* A few years back I was planning to study the canvas API, 'cause I wanted to make a game with it, but I never got around to it. * cough * procrastination * cough * You can do A LOT of cool stuff though, because you're basically just rendering graphics.
- Sponsored content
Page 31 of 33 • 1 ... 17 ... 30, 31, 32, 33
Similar topics
Create an account or log in to leave a reply
You need to be a member in order to leave a reply.
Page 31 of 33
Permissions in this forum:
You cannot reply to topics in this forum
|
|