Aqua-Soft Mobile 2 Beta

Got 2 for yea!

1. When replying to a threadthe "Topic Summary" showing the thread below the input field is not coded: http://cl.ly/c9231b3155f793dd25cf

2. WHen you tap the banner it goes to #bottom wtf lol How would I manually change that to go to the home page?

Can't wait for prefix styling and messaging :P

#537023

Fixed

- Messenger now skinned

- Topic Summary now skinned

- My Content now skinned

- Icons added back to ucp & messenger

- Deleted/unapproved/moderated content will show up red

- Thread prefixes now styled (pinned, moved, folder names)

- Misc tiny fixes/optimizations

#537026

How come the "browse" button doesn't work for file uploads on the iPhone?

#537027

OH I am very excited for this release. I won't be able to install until tonight... blah long day at work.

Anyone care to send me some screenshots of messenger, thread prefixes etc :D

#537030

How come the "browse" button doesn't work for file uploads on the iPhone?

iPhone has no file system, so apple doesn't let you use the <input type="file">

I basically enabled it for people who use android / jailbroken phones.

#537031

How is it that I am able to upload photos to facebook from my iPhone then, shouldn't Ip.Board be able to do the same?

#537032

You're using an App

#537033

Yeah that is true, didn't think about that with facebook. Is there no way to do this in the browser yet?

A couple of other things, if I am a paid subscriber can I remove the additional copyright you added?

<a href="http://www.aqua-soft.org/forum/">Aqua-Soft Mobile Skin</a> by Tim Kimberl

A believe I found a bug too, my avatar does not show up when viewing my profile - it just shows a broken image.

post-120197-081227500 1282068008_thumb.p

Image is also missing when quoting a post.

post-120197-013374400 1282070013_thumb.p

Calendar is getting cut of when viewing new content.

post-120197-072010500 1282074965_thumb.p

photo.PNG
photo.PNG
photo2.PNG
photo2.PNG
photo3.PNG
photo3.PNG

#537034

Running fine on my live site (minus blogs of course). Any plans to add a status update screen, similar to the default mobile skin?

#537037

You can update ur status from your profile page

#537038

yay your amazing timan <3

EDIT:

a status update page would be neat ^ ^
/>http://www.aqua-soft.org/forum/statuses/all

though i can probably make-shift a poopie looking one myself

#537040

Ah I'll look into skinning that, had no idea there was even a page for it.

As for those wondering if they can remove the skin by text in the footer, yea go for it (bottom of globalTemplate).

#537056

yay your amazing timan <3

EDIT:

a status update page would be neat ^ ^
/>http://www.aqua-soft.org/forum/statuses/all

though i can probably make-shift a poopie looking one myself

That's what I meant to say.

Ah I'll look into skinning that, had no idea there was even a page for it.

As for those wondering if they can remove the skin by text in the footer, yea go for it (bottom of globalTemplate).

Awesome, very generous of you Tim.

#537058

As for those wondering if they can remove the skin by text in the footer, yea go for it (bottom of globalTemplate).

Thanks Tim!

Did you see the bug reports I submitted here - http://www.aqua-soft.org/forum/topic/54113-aqua-soft-mobile-2-beta/page__view__findpost__p__537034. I am guessing you did and are working them when you get a chance. I appreciate your hard work on this skin.

Can we get the Subscriptions module skinned next and have a tab added for it like you have done for "forums, blogs, shoutbox, etc"? I don't use the shoutbox so I would like to have a "Subscribe" tab instead if this is do-able.

post-120197-086864100 1282137410_thumb.p

photo.PNG
photo.PNG

#537059

Wondering if this is a bug. Replying to a thread.. the poll looks a little small, the icon etc

post-113128-017438700 1282142604_thumb.p

pollbug?.png
pollbug?.png

#537061

Wondering if this is a bug. Replying to a thread.. the poll looks a little small, the icon etc

Known Issues:

- Post search results un-skinned

- Misc moderation bits un-skinned

- Poll un-skinned

- Missing Gradients on webOS and earlier Android versions

- Lack of Shoutbox and Blog support

"Poll un-skinned, this most likely falls under that.

#537062

Yea, I'll have poll + status page thingy fixed for the next version.

I will be adding support for subscription. I just wanna get 100% of the forum module complete.

#537063

Thanks Tim.

#537064

Ah gotcha thanks

#537065

Is there a way to detect if iPad or iPhone/iPod. Would like to implement some ads, but I should show different ads depending on device ?

#537068

You should be able to detect it off the user agent.

#537069

You should be able to detect it off the user agent.

I figured as much, but what is the code for that :D

#537070

Is there a way to detect if iPad or iPhone/iPod. Would like to implement some ads, but I should show different ads depending on device ?

<if test="strpos( strtolower( $this->member->user_agent ), 'ipad' ) != true">
<!-- iPad Ad -->
<else />
<if test="strpos( strtolower( $this->member->user_agent ), 'iphone' ) != true OR strpos( strtolower( $this->member->user_agent ), 'ipod' ) != true">
<!-- iPhone ad -->
</if>
</if>

#537071

Exactly what I am looking for thanks

#537072

Tim any idea of when we should expect the next update?

#537085