![]() |
Change in previous post implemented. If you forum home page is not index.php - you will need to edit the navbar temaplte and change accordingly
|
Good to see this being developed. Installed.
|
Quote:
http://forums.techguy.org/ shows up in this skin on my phone in both IE and Opera... IE works completely OK, but Opera has the 11x11progress issue. Thanks! |
Hi TechGuy, I don't seem to be having that problem with mine. Do you have any modified code ? I suggest you upload the code you're using, so that we can take a look. That is, the whole style .xml =)
|
I haven't modified the style in any way. Just signed up for your site (nice one, by the way) -- same problem when using Opera for Windows Mobile.
|
Ah, so it appears to be. I'll have to take a look through the code -- unless Dartho already has a fix?
Quote:
|
I just loaded opera mini 4 on my device, surfed to my site (which I just installed the latest version of this style on fresh).
The quick reply appears to have a small square in it which I am assuming is a carriage return or line feed marker. By editing the SHOWTHREAD template and removing any whitespace between "<textarea name="message" rows="10" cols="30" style="height:100px;width:100%" tabindex="1">" and "Posted via Mobile Device</textarea>" this will remove that symbol. Although it doesn't appear to affect functionality... |
Not Opera Mini, but Opera for Windows Mobile. :)
|
any help on the ability to allow tmobile sidekick users to see the normal version instead of mobile? I'm not sure what I would need to write in the exception box?
|
Assuming you are using this https://vborg.vbsupport.ru/showthread.php?t=173239 for mobile detection? If so, when a sidekick user is online, check their useragent string in teh Who's Online section. You can then pick a unique piece of this and add it to teh exceptions.
A quick google and it looks it the UA string will be: Mozilla/5.0 (compatible;AvantGo 3.2 ProxiNet; Danger hiptop 1.0) If this is the case, probably add "hiptop 1.0" to the exceptions - I believe Danger Hiptop make the sidekick? Liek I said - this is from 30 seconds of research, so double check and test! Hope this helps - |
hey hey hey - thank u - I will look now
|
Quote:
I have tried turning vBSEO off and on, and it is definitely the cause of the base href inclusion. I have asked on thieir forum if it is possible to turn it off. In the mean time, I have been trying to install Google Mobile Adsense, without any luck. Do the hooks not work in this mobile style? I tried a conditional clause on the style id in a new plugin like this, wrapped around the adsense code, but can't get it to appear for any of the main hooks: Code:
if($GLOBALS[foruminfo][styleid]==8) |
No, the template hooks will need to be added. I believe Dartho was going to do this, not too sure now, however. It's pretty easy to add the hooks, though. :)
|
FYI, I "fixed" the Opera Mobile bug by removing this code from the tagbit_wrapper template:
Code:
<img src="$stylevar[imgdir_misc]/11x11progress.gif" id="tag_form_progress" class="inlineimg" style="display:none" alt="" /> |
Is it possible to turn off the 'Posted via Mobile Device' message?
Thanks! |
Quote:
|
You don't need to do that now. Dartho has updated the original first post with the new download package :)
|
I am still getting that message. I have done the final update as suggested after going from 6.10 to 7 from vb.com. I don't know how to get this to work properly.
|
for some reason it works now.
oh well. thanks! |
Quote:
|
Quote:
I see I'm probably going to have to release a product with this style to turn things on and off and set options ? |
Quote:
I finally managed to get a mobile sub domain working with vBSEO. for anyone else getting the same problem, there are at least two solutions here: http://www.vbseo.com/f2/base-href-23196 |
Our next challenge is to create a mobile domain site map for Google.
|
Also, it is no longer validating as XHTML 1.0 Strict. It looks relatively simple to fix though - just remove a 'center' argument and the layout of some of the tags.
|
Great out of the box mobile style! Works great on my PDA!
I just added Quote:
|
Quote:
|
I have noticed that every page has the same title too. This is of course terrible for search engine placement.
The problem is that the headinclude features this: Code:
<title>$vboptions[bbtitle] Mobile</title> Code:
<if condition="THIS_SCRIPT == 'forumdisplay'"> I am a complete novice at this kind of alteration. Can anyone see what I am doing wrong? |
This is just a quick recap of what this style could do with to make it perfect:
1. Mobile Adsense integration 2. Appropriate titles 3. An option to revert to the default style in the footer 4. Inclusion of tags for adding/editing (not essential though) 5. Optional removal of the 'posted via mobile device' message. 6. Creation of a mobile sitemap for Google |
Hmm.... why is is bad for search engine? Bots aren't going see this style, are they ?
It can be easily changed to use the forum and thread titles, but I don't see the benefits... |
Quote:
I use m.mydomain.com for the mobile version and hopefully I will work out how to create a separate mobile sitemap for the site too. If it is easy enough, then please, please, please make the change! :) |
I see what you mean. I don't think this style was made for a different domain, though -- since Dartho only released an hack to do that not so long ago. It's simply an easy-to-use mobile style!
|
Quote:
I think that the titles should be fixed for both the sake of doing it properly for mobile users with decent sized screens and for those forum owners who want to run a separate domain (i.e. me). |
Fixing up titles:
Edit the headinclude template and remove: Code:
<title>$vboptions[bbtitle] Mobile</title> Code:
<title>$thread[prefix_plain_html] $thread[title]<if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if> - $vboptions[bbtitle]</title> Then edit the forumdisplay template and add: Code:
<title>$foruminfo[title_clean]<if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if> - $vboptions[bbtitle]</title> Then edit the FORUMHOME template and add: Code:
<title>$vboptions[bbtitle] Mobile</title> |
In relation to search engines. I started showing this style to Yahoo (my ranking sucks on Yahoo anyway, so I wasn't too concerned about negative side effects and it's always crawling with Yahoo spiders) only yesterday and noticed that my bandwidth usage for the day dropped significantly!
It's hard to tell after only a day, but anywhere between 25% and 50% which is 250 - 500MB on my site! |
Thanks for the titles solution. That will make a huge difference. I love this style on a separate domain that you have created.
Now we just need a hook and plugin for the adsense. Any idea how to add those? We shouldn't underestimate the worth of the mobile Adsense. I have one other site (not a forum) that has a mobile version and the mobile adsense consistently out performs the main adsense, despite having about 1/3 of the traffic. |
New version released - Changes above (post 113) have now been integrated, also added ad_location hooks (be aware that if you have an ad management system these may now be used and display non mobile ads in your style!)
I also played with integrating Google Mobile Adsense - I have done it (I think - it may take a couple days for teh ads to start showing, but it looks promising from the HTML source code of my site) on SHOWTHREAD as below: Edit: See post 134 for mobile ads integration information... |
Looks great! Even Opera Mobile likes it. :)
|
I installed it, and selected it on my pc, but how do I go back to my other skin now? I dont see any skin selection drop down box.
|
Quote:
As for locations, which hooks have you included? showthread_start appears to put the ad code right at the top, above the HEAD section, which I think will cause it to fail validation and breaks the cookies for mobile browsers (i.e. breaks the website). Ideally, we would want it after the HEAD, and just before the content. Any idea which hook corresponds to this position for every page? |
Thanks, ive noticed a few slight things, but hopefully you will continue to update and support this skin, because it looks promising! thanks.
Just wonder tho, I have a donation hack installed and it is showing on my mobilie skin, any idea how I will remove this from just the mobile skin? www.gamerzneeds.net/forums Thanks. |
All times are GMT. The time now is 05:00 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|