Search found 1014 matches

Search found 1014 matches Page 4 of 102
by Filip
Wed Dec 30, 2015 10:55 pm
Forum: Announcements
Topic: Site Agreement Update
Replies: 4
Views: 3556

I must ask, will there be anything 18+ shown? Although I am 21, I do not want to see anything explicit on the site. Well in case you do, there's always a simple solution: http://1.bp.blogspot.com/-2KxzKCL3QeQ/UjFSThcYW-I/AAAAAAAAAxA/_BoI2nzppUA/s1600/covers+eyes.gif or https://media.giphy.com/media...
by Filip
Sun Dec 27, 2015 7:34 pm
Forum: Help & Support
Topic: Doing Checks
Replies: 2
Views: 2376

Hello, first of all, you shouldn't use mysql_* functions as they are deprecated as of PHP 5.5.0 and functions were removed in PHP 7.0 altogether. So if your host ever tries to update PHP on your server, your script won't work. As of question you're asking, putting a simple if statement checking how ...
by Filip
Fri Dec 25, 2015 1:11 am
Forum: Help & Support
Topic: html css problem
Replies: 2
Views: 2611

Hey, try adding both .post_area and .sidebar to one common parent div. Something like: <div class="parent"> <div class="post_area"> ... </div> <div class="sidebar"> ... </div> </div> Next up, to your .parent add the following in css file: display: table; You should chan...
by Filip
Mon Oct 12, 2015 5:08 am
Forum: Codenstuff boardroom
Topic: New Features Added
Replies: 12
Views: 4566

Hello, Here are few suggestions and bug reports: - remove pin button from menu on smaller devices, no one would pin a menu that takes over 2/3 of the screen. - remove new topic message from the chatroom. It's useless, that's what home page is for. It buries messages that matter with messages that do...
by Filip
Thu Sep 10, 2015 12:41 pm
Forum: Codenstuff boardroom
Topic: Happy birthday Sir!!!
Replies: 4
Views: 1894

Image
by Filip
Thu Sep 10, 2015 8:56 am
Forum: Codenstuff boardroom
Topic: Happy birthday Sir!!!
Replies: 4
Views: 1894

Dear Sir!! Happy 18th birthday comathi!! Now you're finally legal and thus have a right to become the one and only great dictator of the great federative republic of Cronada.. You now have a right to put a ban on driving on everywhere but a sidewalk... occupied by pedestrian... with a stronk soviet ...
by Filip
Sun Sep 06, 2015 8:55 pm
Forum: General Help
Topic: Windows 10 Earhphones not working
Replies: 3
Views: 2370

Try installing drivers for your motherboard/sound card. USB headphones might need drivers as well.

KR.
-Filip
by Filip
Sat Sep 05, 2015 11:31 pm
Forum: Website Help & Suggestions
Topic: Request: Site Screen-shots
Replies: 4
Views: 3331

Well everything looks great on Chrome for iPhone 6 besides post/edit window where most of useful tools are covered by top bar which is not really on the top when editing . I'd suggest hiding top bar altogether when textarea is focused on iOS device. image.jpg KR - Filip Edit: seems that more people ...
by Filip
Wed Sep 02, 2015 5:49 pm
Forum: Help & Support
Topic: table help
Replies: 6
Views: 3520

Mark wrote:
hi filip,

do you have an example?

if you look here youll see what i mean

http://yansumkune.com/members.php
Hello,

Sorry, I'm currently on a trip and I don't have my laptop with me so I'm not able to do it on live example. I'm coming home on Saturday so I'll be able to do it..

KR,
-Filip
by Filip
Tue Sep 01, 2015 6:17 pm
Forum: Help & Support
Topic: table help
Replies: 6
Views: 3520

Hi, Alternatively you can put each element within a div within a parent and assign parent with class which would have CSS properties as follows: .classname div { display: inline-block; } .classname { white-space: nowrap; overflow-x: scroll } That code would put text in boxes going one after another ...
Search found 1014 matches Page 4 of 102
Go to advanced search