Aqua-Soft Forums: Aqua-Soft v3 Skin for phpBB 2.x Released - Aqua-Soft Forums

Jump to content

  • 5 Pages +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

Aqua-Soft v3 Skin for phpBB 2.x Released Rate Topic: -----

#1 User is offline   Timan Icon

  • Group: Administrators
  • Posts: 4,741
  • Joined: 08-November 02

Posted 07 September 2006 - 04:32 AM

Posted Image

Aqua-Soft 3.0 for phpBB 2.x
Demo - http://www.vastyles.com/phpbb/

Note: As of July 12th, 2008, I have decided to set the price of the skin at $25 usd. Do to amount of time I've put into the new version, I feel it is worth it. You only need to purchase the skin one time, any user who has donated in the past will have access to this version as well as future versions.

What do you get?
The skin of course, vBulletin version, as well as future updates (as I update the skin here I will release updated versions as well for you guys). Also you get support on the skin, what does that mean? Means, if you need help modifying it (to a certain amount), help installing it, or find bugs or anything like that.

Anyway enjoy the skin, many hours have gone into this skin, so we ask that you do not sell or redistribute this skin without our permission.

You will have access to the phpBB2, phpBB3, vBulletin 3.6, and the vBulletin 3.7 versions.

To purchase the skin you must first be registered if you have not already. Then click the link below.
Purchase the Aqua-Soft Skin

Please report any bugs you find or suggestions in this forum below.
http://www.aqua-soft...isplay.php?f=86

0

#2 User is offline   liquidplasmaflow Icon

  • Group: Member
  • Posts: 1,523
  • Joined: 11-July 03

Posted 07 September 2006 - 04:35 AM

One problem: now idiots will want to use phpBB more because there's a decent skin for it :mad: and there'll be more hacked boards and crap...

Otherwise, I love it.
0

#3 User is offline   Nonny Icon

  • Group: Subscriber*
  • Posts: 48
  • Joined: 05-July 03

Posted 07 September 2006 - 04:56 AM

Wow, that's really sweet. I've submitted the story to Digg, if you like it then digg it!

http://digg.com/apple/Amazing_Mac_like_ski..._phpBB_released
0

#4 User is offline   Namaless Icon

  • Group: Subscribers
  • Posts: 28
  • Joined: 07-September 06

Posted 07 September 2006 - 02:48 PM

hi, is my first post and have write addon for this version of aquastyle:

	<style type="text/css">
		.collapseblock { display:none; }
		.expandblock { display:inline; }
	</style>
	
	<script type="text/javascript">
		function toggleblocks (postid)
		{
			var whichpost = document.getElementById(postid);
			if (whichpost.className=="expandblock")
			{
			whichpost.className="collapseblock";
			}
			else
			{
				whichpost.className="expandblock";
			}
		}
	</script>

Add this in overall_header.tpl before

search:
<a id="captionleft" href="#"

in-line after add
 onclick="java script:toggleblocks('complete');"


find
<a id="captionright" href="#"


in-line after add
 onclick="java script:toggleblocks('head');"


find
<div class="shadleft">


before add
<div id="complete" class="expandblock">


find
<div id="toolbar">


before add
<div id="head" class="expandblock">


find
</ul>
				</div>


after add
</div>


save and close overall_header.tpl

open overall_footer.tpl

find
<div class="shadbotmid">


before add
</div>


save and close overall_footer.tpl

------------------------------------------------------------------

This modification allows to hide/show the forum and the head as it happens on vbulletin, than but it has not been inserted on this version for phpbb.
This code does not take part in the cookies like ago vbulletin, but he is simple simple.

For who it wanted to have also the function with the cookies enough to ask that I see to develop it. Thanks to aqua-soft for the beautiful skin that practically it gives.

Faithfully yours.
0

#5 User is offline   Timan Icon

  • Group: Administrators
  • Posts: 4,741
  • Joined: 08-November 02

Posted 07 September 2006 - 03:33 PM

Awesome, post ^, thanks for the mod for the skin, I couldn't figure out how to do it. phpBB is very simple to skin so I felt it had to be a simple version, but that fixes that issue. Nice work again.
0

#6 User is offline   Namaless Icon

  • Group: Subscribers
  • Posts: 28
  • Joined: 07-September 06

Posted 07 September 2006 - 04:08 PM

If you want implemented for cookies functions :D

and if you want add myaddon to skin... I dont have skin, but testing with html sources and works correctly ;)

Question: but if i want traslation of button, where possible?
0

#7 User is offline   Sniper Icon

  • Group: Member
  • Posts: 19
  • Joined: 22-April 04

Posted 07 September 2006 - 05:11 PM

Alternative to paypal???
0

#8 User is offline   Timan Icon

  • Group: Administrators
  • Posts: 4,741
  • Joined: 08-November 02

Posted 07 September 2006 - 08:25 PM

Hmm, if you can't donate with paypal send me a pm or contact me on msn. I really don't know any other services that work like it.

Also I will be updating the skin for phpbb 3 betas next month. I have to finish the IPB one up first, just incase some of you guys are already ahead and on the beta.
0

#9 User is offline   Namaless Icon

  • Group: Subscribers
  • Posts: 28
  • Joined: 07-September 06

Posted 08 September 2006 - 05:14 PM

I would want to participate to the planning of the version for phpBB2.

I have found the presence of many errors beyond to some additions that it would appeal to to add to me.
Now, as in the licence it seems to have understood to me that it is not possible to modify it without the authorization of the producer, therefore are here to ask it you.

It's possible?
0

#10 User is offline   Timan Icon

  • Group: Administrators
  • Posts: 4,741
  • Joined: 08-November 02

Posted 08 September 2006 - 05:20 PM

If I understand you correctly...

You are allowed to do whatever you want with the skin when you get it. Only thing you may not do without permission from me, is re-distribute it in any means/form.

I'm all for modding the skin, can't have everyone with the same skin now can we :P
0

#11 User is offline   Namaless Icon

  • Group: Subscribers
  • Posts: 28
  • Joined: 07-September 06

Posted 10 September 2006 - 06:12 AM

ah, ok Thanks :D

Then as soon as I have time control better all the skin.
After that you I send a pm, ok?
0

#12 User is offline   DieHard Icon

  • Group: Subscribers
  • Posts: 10
  • Joined: 18-March 05

Posted 10 September 2006 - 08:39 PM

Awesome. On phpBB, IMHO, I find that you, Timan, and Scott Stubblefield are the best high-quality template/skin/theme designer I've seen so far. Mad props! One from vBulletin (now phpBB) and one from phpBB. Trust me, I got very good eyes on quality artwork.

You two guys need to team up or be personal friends, what amazing work.
http://www.realdealstubblefield.com
0

#13 User is offline   Paralex Icon

  • Group: Member
  • Posts: 1,648
  • Joined: 26-May 05

Posted 13 September 2006 - 11:40 AM

o.O That looks just like vBulletin, good skinning man. :)
0

#14 User is offline   Pawnstick Icon

  • Group: Member
  • Posts: 2
  • Joined: 12-March 06

Posted 23 September 2006 - 02:17 AM

I smell awesomeness.

And I'm going to need a new pair of trousers too.
0

#15 User is offline   BHX Icon

  • Group: Subscribers
  • Posts: 50
  • Joined: 16-August 05

Posted 28 October 2006 - 10:36 PM

when is the IPB one coming??? As thats the one im interested in
guess ill use phpbb for now till it gets released
0

#16 User is offline   Timan Icon

  • Group: Administrators
  • Posts: 4,741
  • Joined: 08-November 02

Posted 28 October 2006 - 11:27 PM

Once IPB2.2 goes final, the skin should**** be out around then.
0

#17 User is offline   BHX Icon

  • Group: Subscribers
  • Posts: 50
  • Joined: 16-August 05

Posted 29 October 2006 - 07:21 PM

what happened to the test site?

http://www.vastyles.com/ipb/

its just the plain IPB one, any chance to see the development etc,
0

#18 User is offline   Timan Icon

  • Group: Administrators
  • Posts: 4,741
  • Joined: 08-November 02

Posted 30 October 2006 - 12:53 AM

I'm currently working on the IPB2.2 version on my local machine, since I had to start over "again" its not worth putting on my site.
0

#19 User is offline   JoshD Icon

  • Group: Member
  • Posts: 17
  • Joined: 18-May 05

Posted 30 November 2006 - 02:49 PM

liquidplasmaflow;415968 said:

One problem: now idiots will want to use phpBB more because there's a decent skin for it :mad: and there'll be more hacked boards and crap...

Otherwise, I love it.


And why exactly are people that use phpBB idiots?
0

#20 User is offline   Ellada Icon

  • Group: Member
  • Posts: 1,429
  • Joined: 03-April 05

Posted 03 December 2006 - 12:11 AM

Because phpBB is über unsecure. There are are better alternatives with same/better funcionality (punBB)
0

  • 5 Pages +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic