Aqua-Soft Forums: Aqua-Soft Mobile 2 Beta - Aqua-Soft Forums

Jump to content

Aqua-Soft Mobile

Please keep all threads in this forum related to the Aqua-Soft Mobile skin.
Quicklinks: Purchase | Download: 2.0 - Invision Power Board 3.1 (Updated 2/14/2011) · 1.0 - Invision Power Board 3.0 | Additional User Agents | How to Install | Assigning User Agents
  • 6 Pages +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • This topic is locked

Aqua-Soft Mobile 2 Beta Rate Topic: -----

#1 User is offline   Timan Icon

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

Posted 14 August 2010 - 07:33 AM

Aqua-Soft Mobile 2 Skin Beta
For Invision Power Board 3.1.x Only


Updated: Sept 5thth

What seems to of taken forever to release, here is a beta version of the mobile skin. Use at your own risk, there are bugs and un-skinned areas. So if you plan to use this on your live site, just be warned.

Posted Image

Currently only supports the following devices/browsers
- iPhone/iPod/iPad (iOS)
- Android (Android 2.x)
- Blackberry Torch (Blackberry OS 6)
- Palm Pre/Pixie (webOS)

New Features:
- Completely new skin, started from 3.1 default skin
- Report Center & Moderation tools
- Calendar support
- Menus, Collapsable forums and javascript support
- Support for bigger screen size devices such as iPad
- Expanded search (tap the magnifying glass to view search options)
- Color changer (will be added near final release)
- Tons of other misc fixes/tweaks

Please use this thread to report any bugs, quirks, or any feedback. I will update the attachment on this post with newer releases till the final version is ready.

Known Issues:
- Lack of Shoutbox and Blog support (after final ver)

This skin will also go up in price, so for those lurkers out there be warned. It'll only be 10$ till it hits final. Current subscribers you don't have to worry at all, you've purchased the skin already so you're set. (unless you'd like to donate)
0

#2 User is offline   Timan Icon

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

Posted 14 August 2010 - 05:40 PM

When reporting bugs, please post what device, version of the os, and what browser application.
0

#3 User is offline   senators24 Icon

  • Group: Banned
  • Posts: 37
  • Joined: 01-March 10

Posted 14 August 2010 - 09:39 PM

Thanks Timan, much appreciated! I'll report any bugs I come across!
0

#4 User is offline   Sull Icon

  • Group: Banned
  • Posts: 95
  • Joined: 12-February 10

Posted 14 August 2010 - 11:14 PM

Good thing Senators let me know this was released ... almost missed it!

Just installed on test board and now I'll install on my live board and keep it private while I make sure it's some what safe :)
0

#5 User is offline   Sull Icon

  • Group: Banned
  • Posts: 95
  • Joined: 12-February 10

Posted 14 August 2010 - 11:40 PM

For the life of me I can't find where to remove the shoutbox from board index... ?

EDIT:

Nevermind I found it !

This post has been edited by Sull: 14 August 2010 - 11:54 PM

0

#6 User is offline   senators24 Icon

  • Group: Banned
  • Posts: 37
  • Joined: 01-March 10

Posted 15 August 2010 - 03:48 AM

Got a bug: Guest's posts are messed up - http://cl.ly/1fdfaba28c354d8b646b
0

#7 User is offline   Sull Icon

  • Group: Banned
  • Posts: 95
  • Joined: 12-February 10

Posted 15 August 2010 - 05:26 AM

View the latest news. Couldn't find in any of the css so I added this for now...

ipb_styles.css

#latest_news {
	padding-left: 14px
}


I am sure you can make this proper, but for now it's a quick fix. View bug below.

Bug!
Attached File  IMG_0689.PNG (76.25K)
Number of downloads: 10

QuickFix!
Attached File  IMG_0690.PNG (75.08K)
Number of downloads: 8

I think the font needs to be bigger and perhaps a different color + a box around the news ?

This post has been edited by Sull: 15 August 2010 - 05:27 AM

0

#8 User is offline   Timan Icon

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

Posted 15 August 2010 - 05:44 AM

Will fix the latest news and guest posting today.
0

#9 User is offline   Sull Icon

  • Group: Banned
  • Posts: 95
  • Joined: 12-February 10

Posted 15 August 2010 - 06:00 AM

We have a major problem I cannot seem to solve!

once you have the mobile skin up you cannot get back to the desktop skin even by choosing show desktop. Also I cannot for the life of me get the drop down menu to show. I took the <if> useragent out of globaltemplate and I got the drop down menu to show, but then you have nothing to click to get back to desktop.

So yeah one of my staff is stuck on the mobile skin and also my iPad is stuck..

I have selected for the dropdown menu to show
0

#10 User is offline   Timan Icon

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

Posted 15 August 2010 - 06:33 AM

You should "never" select the skin from the drop down. You should let ipb automatically set the skin for you based on your user agent.

Anyway if you want a quick fix to get the drop down to show.

Find this bit in globalTemplate
	<if test="!$this->memberData['userAgentLocked'] AND $this->memberData['userAgentBypass']">
		<if test="skinchanger:|:$this->settings['allow_skins'] AND $footer_items['skin_chooser']">
			<form action='{parse url="{$this->settings['query_string_formatted']}" base="public"}' method="post" style="display:none">
				<div class="box">
					<ul>
						<li class="input arrow">
							<label class="label" for='newSkin' class='hide'>{$this->lang->words['theme_prefix']}</label>
							<select name="settingNewSkin" id='newSkin'>{$footer_items['skin_chooser']}</select>
						</li>
					</ul>
				</div>
				<input type='hidden' name='k' value='{$this->member->form_hash}' />
				<div class="buttons"><input type='submit' value='Change Theme' class='input_submit' id='newSkinSubmit' /></div>
			</form>
		</if>
	</if>


Replace With
		<if test="skinchanger:|:$this->settings['allow_skins'] AND $footer_items['skin_chooser']">
			<form action='{parse url="{$this->settings['query_string_formatted']}" base="public"}' method="post">
				<div class="box">
					<ul class="form">
						<li class="field select">
							<label class="label" for='newSkin'>{$this->lang->words['theme_prefix']}</label>
							<select name="settingNewSkin" id='newSkin'>{$footer_items['skin_chooser']}</select>
						</li>
					</ul>
				</div>
				<input type='hidden' name='k' value='{$this->member->form_hash}' />
				<div class="buttons"><input type='submit' value='Change Theme' class='input_submit' id='newSkinSubmit' /></div>
			</form>
		</if>

0

#11 User is offline   Sull Icon

  • Group: Banned
  • Posts: 95
  • Joined: 12-February 10

Posted 15 August 2010 - 06:46 AM

Thank you for that. I understand what your saying. With my current configuration Aqua Soft Mobile is set by the user agent, but now I was thinking that I should let a user decide if they want to use Aqua Soft on their iPad or one of the standard desktop skins...

Anyway that did fix the problem. Before I had no user agents checked and when I clicked desktop version I would go directly back to mobile skin :D

Please advise :)
0

#12 User is offline   Timan Icon

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

Posted 15 August 2010 - 12:57 PM

View Postsenators24, on 15 August 2010 - 03:48 AM, said:

Got a bug: Guest's posts are messed up - http://cl.ly/1fdfaba28c354d8b646b


I've just tested out guest posting on my dev forum. Seems to work fine.

Do you have any modifications installed (ie for the download links you have in that screenshot) ?
0

#13 User is offline   senators24 Icon

  • Group: Banned
  • Posts: 37
  • Joined: 01-March 10

Posted 15 August 2010 - 01:10 PM

View PostTiman, on 15 August 2010 - 12:57 PM, said:

I've just tested out guest posting on my dev forum. Seems to work fine.

Do you have any modifications installed (ie for the download links you have in that screenshot) ?


Nope, nothing except a shoutbox. Don't even got a shoutbox, whoops. Brand new install of 3.1.2

I noticed 50% of the time the posts get jumbled like I showed you, the other half the time it's fine. I might just disable guest posting though.

This post has been edited by senators24: 15 August 2010 - 01:11 PM

0

#14 User is offline   Timan Icon

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

Posted 15 August 2010 - 01:36 PM

Just can't seem to get it to happen: see http://b1.s3.quicksh...3409amc5946.jpg
0

#15 User is offline   theoscentral Icon

  • Group: Subscribers
  • Posts: 58
  • Joined: 18-February 10

Posted 15 August 2010 - 03:18 PM

Since we have scrolling issues with Android.. I'll wait for that to be fixed first. But good job Timan!
0

#16 User is offline   Timan Icon

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

Posted 15 August 2010 - 05:38 PM

First update posted.

Make sure you check the box next to Upgrade skin.
Posted Image

Fixed
- Android scrolling uses (tested on Froyo 2.2)
- Avatar gallery should now work
- Latest news is now styled
- Skin chooser from not displaying
- Portal layout for iPad users
0

#17 User is offline   Sull Icon

  • Group: Banned
  • Posts: 95
  • Joined: 12-February 10

Posted 15 August 2010 - 05:48 PM

Awesome what was the bug with portal on iPad ?
0

#18 User is offline   Sull Icon

  • Group: Banned
  • Posts: 95
  • Joined: 12-February 10

Posted 15 August 2010 - 07:53 PM

Hey Timan what is the color code for the top blue part where logo is ?
0

#19 User is offline   Timan Icon

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

Posted 15 August 2010 - 07:56 PM

background-color: #0F3C6E;
0

#20 User is offline   Sull Icon

  • Group: Banned
  • Posts: 95
  • Joined: 12-February 10

Posted 15 August 2010 - 08:04 PM

Great thanks!

Nice one for the latest news! looks great!

I am wondering about shoxbox support on iPad. You obviously know I had to remove it because it's a bloody eye sore right now, but in final this will be supported ?
0

  • 6 Pages +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • This topic is locked

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users