Search found 93 matches

by KukY13
11 Aug 2010, 20:00
Forum: PhpBB3 Support
Topic: Facebook external hit..
Replies: 5
Views: 6616

Re: Facebook external hit..

See what's it's UA/IP while it is visiting as a guest.
by KukY13
05 Aug 2010, 10:30
Forum: PhpBB3 Support
Topic: Change cursor?
Replies: 3
Views: 4647

Re: Change cursor?

kr4nk » 04 Aug 2010, 19:00 wrote:"crosshair"

It looks like this +
This one?
Image

Here:
Open common.css:
Find:

Code: Select all

html {
Add after:

Code: Select all

cursor:crosshair;
Refresh styles, and the changes should be visible.
by KukY13
04 Aug 2010, 18:56
Forum: PhpBB3 Support
Topic: Change cursor?
Replies: 3
Views: 4647

Re: Change cursor?

kr4nk » 04 Aug 2010, 18:25 wrote:Is there any way to change the cursor but only while browsing on my board?
Yes. To what cursor?
by KukY13
31 Jul 2010, 20:21
Forum: BBCode Support
Topic: Create BBCode, image resized down
Replies: 4
Views: 6993

Re: Create BBCode, image resized down

in order to have this xhtml strict you need to add the alt="*" to the image tag!, and I am not sure the border="0" is strict either! I am saying this for us that like xhtml strict code! Well, you should better align with HTML 5, which does not require 'alt' attribute. 'border' i...
by KukY13
30 Jul 2010, 11:20
Forum: Submit a BBCode
Topic: jQuery Spoiler
Replies: 23
Views: 24972

Re: jQuery Spoiler

Stitch » 30 Jul 2010, 06:28 wrote:
[spoiler2="this is a test"]Testing this cool BBcode[/spoiler2]
Any ideas?
The Spoiler title is an {IDENTIFIER}, and if my memory serves me, it only allows A-Z, a-z, 0-9 and underscores.
So try changing the BBCode, and replace {IDENTIFIER} with {SIMPLETEXT}.
by KukY13
29 Jul 2010, 17:35
Forum: Video BBCodes
Topic: Flv Player BBCode
Replies: 22
Views: 50296

Re: Flv Player BBCode

Try using apsolute instead of relative image location.
by KukY13
29 Jul 2010, 12:20
Forum: Submit a BBCode
Topic: Many new BBCodes
Replies: 4
Views: 12448

Re: 3 new BBCodes

Here is your Pie Chart BBCode: http://i28.tinypic.com/2vb2z9l.jpg That is the best I can do :| BB Code: [piechart]{NUMBER1},{NUMBER2},{NUMBER3},{NUMBER4}[/piechart] HTML Code: <p style="height:4em;width:4em;font-size:20px;display:inline-block;padding:1px;margin:1px;text-align:right;height:20px;...
by KukY13
29 Jul 2010, 10:21
Forum: Submit a BBCode
Topic: Many new BBCodes
Replies: 4
Views: 12448

Re: 3 new BBCodes

Nice BBCodes! One question to the Circle BBCode: Is it possible to make some sort of Pie Chart with this code? Thanks! It is possible, but it would be really hard to make some realistic sections, but it shouldn't be hard to make simplier ones... It's a good idea, and I'll give it a try. Very impres...
by KukY13
28 Jul 2010, 23:45
Forum: Submit a BBCode
Topic: Many new BBCodes
Replies: 4
Views: 12448

Many new BBCodes

Note: Most are heavily based on new CSS 3 standards. As a result, you can expect them to work perfect in Chrome and Safari, with some minor problems in Opera, and only several may work in IE and Firefox. Here are the codes: Circle: Use this BBCode to place circles with defined color and size, made u...