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)

TheWhite 07-06-2008 04:08 AM

How can i just add the following information in the footer?

Threads: XX,XXX, Posts: XX,XXX, Members: XX,XXX
Welcome to our newest member, Rocky


Regards

dartho 07-06-2008 10:00 AM

Edit the FORUMHOME template and remove the bits you don't want...

TheWhite 07-07-2008 04:00 AM

ok, Is there a way to activate just the smileys without the rest of the images?

Regards

dartho 07-07-2008 04:42 AM

not with out editing vBulletins source files I don;t think ...

tekguru 07-07-2008 05:01 AM

Is this going to be updated for 3.7.2 compatability?

dartho 07-07-2008 05:22 AM

I haven't upgraded my sites yet. Are there any issues between 3.7.1 and 3.7.2 that I need to be aware of you think?

tekguru 07-07-2008 05:55 AM

There were quite a lot of changed needed to the style I use (Red Carbon) so I think it likely you'll need to take at least some of them into consideration. 10 templates are listed as requiring reversion.

dartho 07-07-2008 06:03 AM

A full style would need to be updated, but due to the stripped back nature of this style, template changes will be unlikely to need to be made to make it compatible with 3.7.2.

tekguru 07-07-2008 02:39 PM

Fair enough I'll just resave the templates it is complaining about then!

NAZIA 07-08-2008 10:21 AM

Is default template will automatically divert to this when user is visiting the site via mobile?
Any idea about this...

dartho 07-08-2008 10:37 AM

See this addon: https://vborg.vbsupport.ru/showthread.php?t=173239

Roxie 07-08-2008 11:04 AM

How can I keep the chatbox from showing up on showthread.php (or any pages of the mobile)? Maybe just add a link to the archives? Thanks...

dartho 07-08-2008 12:28 PM

Which chatbox are you using? I'll check its instructions and let you know what you can do...

Crimm 07-08-2008 05:31 PM

Dartho everything is looking great.

I have been so busy with work I haven't stopped by in a long time.

I actually adapted one of your first versions so much ... I'm scared to try and upgrade ;)

If this has been posted before please ignore... I haven't gone through it all yet. I have been testing caching. I noticed that my BlackBerry was caching an awfully lot on the 3.7 version.

I kept having to refresh when clicking a link. I have added the following META tags to the style and I'm letting it sit for a week or two to get a good test:

Code:

<META HTTP-EQUIV="Cache-Control" CONTENT ="no-cache">
or

Code:

<META HTTP-EQUIV="expires" CONTENT="0">
*NOTE*: I only added it to the online template, search template and forum home template. I realize that it can slow things down a bit, but having to refresh was getting annoying ;)

Have you thought about caching or has anyone else had this issue?

dartho 07-08-2008 09:55 PM

Seems vBulletin only sets cache headers on Forum home:
Code:

        <!-- no cache headers -->
        <meta http-equiv="Pragma" content="no-cache" />
        <meta http-equiv="Expires" content="-1" />
        <meta http-equiv="Cache-Control" content="no-cache" />
        <!-- end no cache headers -->

I've not noticed any issues on my own site using PocketIE on a windows mobile device, but it makes sense...

BlueBulletRL 07-08-2008 11:05 PM

How can I get my vbulletin to stop saying 15 of my templates need updated?

dartho 07-08-2008 11:19 PM

I have uploaded a new version (0.0.9) - the only changes is the vBulletin version on the templates.

You can either upload the new version, or edit each template that says it requires updating, and save it again without actually making changes to remove the vBulletin warnings.

vbreal 07-10-2008 04:35 AM

i installed this and it comes up as a whole page and not optimized for the iphone. it looks nothing like the attachments. i have to zoom in to see the words.

dartho 07-10-2008 06:03 AM

you've done something wrong then... or are you talking about a portal/vbadvanced page or something?

Boards.ie 07-10-2008 08:50 AM

Some suggestions:
  • Have the index page show categories rather than all forums, less scrolling through subforums for users on large forums.
  • Change the "Rep" reply button to the word "Reply". A lot of our users said that they were confused as to whether this was a "Report" button or "Reply" button.
  • The "!!" is not intuitive and should probably just say "Report". Minimal screen real estate used in making these extra few characters default.

dartho 07-10-2008 11:53 AM

'bout ye!

I should be able to make this an option in a future release, just need to a plugin to chnage the $vbulletin->options['forumhomedepth'] value to 1.

The report post was added as a request, should also be able to make this optional.

Fireproof 07-10-2008 02:10 PM

Quote:

Originally Posted by dartho (Post 1570533)
I have uploaded a new version (0.0.9) - the only changes is the vBulletin version on the templates.

You can either upload the new version, or edit each template that says it requires updating, and save it again without actually making changes to remove the vBulletin warnings.

Awesome - thanks for this update. Easy upload/install.

vbreal 07-10-2008 03:25 PM

Quote:

Originally Posted by dartho (Post 1571714)
you've done something wrong then... or are you talking about a portal/vbadvanced page or something?


i uploaded the css to my forums directory remvoed the css and then i uploaded the xml file.

did i miss something?

vbreal 07-10-2008 03:45 PM

here is what it looks like on my iphone

dartho 07-10-2008 09:40 PM

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]

tpearl5 07-11-2008 03:42 PM

I have a user getting the error 'handler could not be removed' on his treo - something to do with the javascript, but not sure what. Anyone have any ideas?

dartho 07-12-2008 12:02 AM

I donlt think there are any javascripts in this style, do you have any other modifications installed which could be causing the error? Let me know the page the error is occuring on and I can have a look

ultimatearco 07-12-2008 03:03 PM

Installed Rated Best And Motm!!

10/10

tpearl5 07-12-2008 05:44 PM

Quote:

Originally Posted by dartho (Post 1573204)
I donlt think there are any javascripts in this style, do you have any other modifications installed which could be causing the error? Let me know the page the error is occuring on and I can have a look

I don't think there's anything I've installed that would be causing this. The guy that is reporting the error says that it's happening on every page.

Another weird thing that happens on an env2 is you do not stay logged in. You can log in and post, but when the page reloads you are logged out. This is really strange since it works fine on my voyager and it practically the same browser.

tekguru 07-13-2008 07:28 AM

Comment from one of my Moderators:

Quote:

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

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 02:24 AM.

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.01817 seconds
  • Memory Usage 1,825KB
  • 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
  • (7)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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