vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=230)
-   -   Mobile, Cell, Phone, PDA, iPhone Style (https://vborg.vbsupport.ru/showthread.php?t=174375)

thompson 07-13-2008 03:18 PM

looks very good. will try this soon.

vbreal 07-14-2008 12:44 AM

Quote:

Originally Posted by dartho (Post 1572313)
Apologies - you haven;t done any thing wrong - that's the style, although somewhat reduced in size.

Judging by the fact that the entire forum home is visible on the one screen, I'd guess your iPhone is scaling the page down to make it fit, where it really shouldn't need to. I don;t have an iPhone so can't test but is there an option to automatically scale pages or something similar?

Have you checked ElForros' iPhone style (there's a link to it in the add-on description above) which is designed for specifically for iPhones. It's not well supported, and a bit heavy on bandwidth usage, but looks good.

[Edit: the iPhone may be reducing the page size as no width is set - I'll look into optionally setting the width of the page and see if that looks better]


thanks for the reply.

it not being supported is the problem. its a great theme but there are a few things about it that urk me like when u make a new thread or reply it shows the WYSIWYG. i like how urs doesn't.

dartho 07-14-2008 02:39 AM

@vbreal:

I think you may be able to set the page width of your forums in this style for iPhones with 2 template edits.

1. Edit the header template, and add the following at the very beginning:
Code:

<script type="text/javascript">
    if (navigator.userAgent.indexOf('iPhone') != -1) {
        document.write("<div style=\"width:320px\">")
    }
</script>

set the 320px to be the width of an iPhone which I think is 320.

2. Edit the footer template and add the following at the very end:
Code:

<script type="text/javascript">
    if (navigator.userAgent.indexOf('iPhone') != -1) {
        document.write("</div>")
    }
</script>

3. This is just for testing, please let me know if that resolves things for you. If so I should be able to work a better way of implementing it.

Thanks

dartho 07-14-2008 02:43 AM

@tekguru
Quote:

Originally Posted by tekguru
One small but annoying change in the new Mobile Style is that text typed into the quick reply box no longer word wraps to the screen width; most of the time this is OK but if you need to go back up the posts to check something in the thread, it takes ages to get back to where you were because the standard SIP doesn't have a 'End' or "Home' keys

Try editing the SHOWTREAD template and change this line:
Code:

<textarea name="message" rows="10" cols="30" style="height:100px;width:100%" tabindex="1">
to

Code:

<textarea wrap="virtual" name="message" rows="10" cols="30" style="height:100px;width:100%" tabindex="1">
Let me know the results so I can include it in a future release.

Thanks

MissKalunji 07-16-2008 06:50 PM

some of my thread images don't show is it possible to add thumbnail of images?

Thanks

dartho 07-18-2008 03:35 AM

** UPDATED to version 0.0.10, now fully phrased and a few changes added to make the Extend and Custiomize Mobile Style product do a bit more

dartho 07-18-2008 03:42 AM

Download 0.0.10 again if you have already before this post - minor last second change! :redface:

@MissKalunji - thumb nailing would be a whole other product, sorry ...

Derekclarke 07-18-2008 08:47 AM

Just downloaded the 0.0.10 file and tried to import it but says Invalid File Specified

I am running Latest VB version 3.7.2 Patch Level 1

any ideas?

dartho 07-18-2008 12:53 PM

I just imported this style downloaded from here again - no issues here... try again and see how you go...

Fireproof 07-18-2008 02:50 PM

Can we still use the CSS file we've been using, since I've made some changes to that? And just import only the style file?


All times are GMT. The time now is 05:04 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
  • Page Generation 0.01674 seconds
  • Memory Usage 1,741KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete