Jump to content

Ohio Riders Mobile


Casper
 Share

Recommended Posts

Are you talking about in the new posts? I'll see what I can do to cut those out. Shouldn't be hard.

Found it, New Posts on the other skins is

http://www.ohio-riders.com/search.php?do=getnew&exclude=63,64,77,62,73,61

iPhone skin is

http://www.ohio-riders.com/search.php?do=getnew

Ben just has to update the link

Link to comment
Share on other sites

  • Replies 64
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Yup. But the link is in the javascript so give me a bit.

It doesn't use the navbar template?

<if condition="$show['searchbuttons']">

<if condition="$show['member']">

<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>

<else />

Link to comment
Share on other sites

It doesn't use the navbar template?

<if condition="$show['searchbuttons']">

<if condition="$show['member']">

<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>

<else />

Not on the mobile one. It uses the javascript to create the shadow menu. No biggies.

Link to comment
Share on other sites

It doesn't use the navbar template?

<if condition="$show['searchbuttons']">

<if condition="$show['member']">

<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>

<else />

This is the navbar template so you see what I mean:

<script type="text/javascript">
<!--
function log_out()
{
ht = document.getElementsByTagName("html");
ht[0].style.filter = "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
if (confirm('$vbphrase[sure_you_want_to_log_out]'))
{
return true;
}
else
{
ht[0].style.filter = "";
return false;
}
}
//-->
</script>
<if condition="$show['member']">
<h1><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></h1>
<ul>
<li><phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase></li>
<if condition="$show['pmstats']"><li class="link"><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></li></if>
</ul>
<else />
Welcome Guest please take a minute to <a href=register.php>register</a>.
</if>
<!-- / breadcrumb, login, pm info -->

Link to comment
Share on other sites

How about having the site automatically detect a mobile browser? This way, when I check email on my shitty WinMo phone and I get a subscription update...and follow the link..it automatically brings up the mobile version?!?!?

I had that for a while. Problem is, a lot of people want to be able to look at the full site.

Link to comment
Share on other sites

I had that for a while. Problem is, a lot of people want to be able to look at the full site.

Like me...

Problem with WAP redirectors is how you turn it off. It's very easy to redirect ALL mobiles to a section, but then offering a way to get BACK to the full site requires a link and a cookie being set (which is harder on a mobile phone than on the standard IE)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share


×
×
  • Create New...