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)

MissKalunji 11-11-2008 08:21 PM

thanks :)

abrecher 11-12-2008 05:48 AM

I recently upgraded to 3.7.4 and I'm being asked to revert templates in the AdminCP.

Do I revert or just keep things as they are ?

Are you planning to update the skin ?

dartho 11-12-2008 06:30 AM

For more info, have a look here: https://vborg.vbsupport.ru/showthrea...05#post1607905

abrecher 11-12-2008 07:26 AM

Quote:

Originally Posted by dartho (Post 1664068)

Thanks! Edited and saved the templates.

Quarterbore 11-15-2008 10:32 PM

I downloaded the new version and I still have a suggestion that I think should be standard:

Change template: headinclude

FROM:
PHP Code:

<link rel="stylesheet" href="wireless.css" type="text/css" /> 

TO:
PHP Code:

<link rel="stylesheet" href="wireless.css" type="text/css" />
<
meta http-equiv="Cache-Control" content="no-cache" />
<
meta http-equiv="Pragma" content="no-cache" />
<
meta http-equiv="Expires" content="0" /> 

Reason: Forum Content is always changing

I also really suggest updating the navbar template to add the following:

FIND:
PHP Code:

<class="navbar" href="search.php?$session[sessionurl]do=getnew">$vbphrase[new_posts]</a

AFTER ADD:

PHP Code:

<class="navbar" href="$vboptions[bburl]/search.php?$session[sessionurl]do=getdaily">$vbphrase[todays_posts]</a>
<
class="navbar" href="$vboptions[bburl]/search.php?$session[sessionurl]do=process&showposts=0&exactname=1&searchuser=$bbuserinfo[username]">My Posts</a
<
class="navbar" href="$vboptions[bburl]/search.php?$session[sessionurl]do=process&showposts=0&starteronly=1&exactname=1&searchuser=$bbuserinfo[username]">My Topics</a

Reason: Just with a Mobile Devise, I assume these other three links may be things the user really wants to have available right there.

Otherwise, as a Site Admin I am loving this and your mobile detecton script as it has allowed me to keep an eye on the spammers when I can't get to a computer :D

MissKalunji 11-16-2008 12:31 AM

there's no way to cache the stylesheet? cause my blackberry loads my site twice as slow cause of that stylesheet...?

dartho 11-16-2008 08:46 PM

You could try editing your .htaccess file and setting caching on CSS files there, but if the blackberry doesn't want to cache it, it won't no matter what you do on the server

Code:

# Requires mod_expires to be enabled.
<IfModule mod_expires.c>
  # Enable expirations.
  ExpiresActive On
  # Cache CSS for 2 weeks
  ExpiresByType text/css A1209600
</IfModule>


MissKalunji 11-17-2008 01:44 AM

Quote:

Originally Posted by dartho (Post 1667062)
You could try editing your .htaccess file and setting caching on CSS files there, but if the blackberry doesn't want to cache it, it won't no matter what you do on the server

Code:

# Requires mod_expires to be enabled.
<IfModule mod_expires.c>
  # Enable expirations.
  ExpiresActive On
  # Cache CSS for 2 weeks
  ExpiresByType text/css A1209600
</IfModule>


*edit*

Nop you're right no difference

any tip on how i can speed that up?

tekguru 11-17-2008 08:13 AM

Good suggestions I too think should be included, just added to me site!

dartho 11-17-2008 07:55 PM

You could copy the CSS from the CSS file and put it in the Additional CSS Definitions section of teh style properties in control panel, then remove <link rel="stylesheet" href="wireless.css" type="text/css" /> from headinclude.

This won't reduce the size, but it may make for faster loading as an additional file request isn't needed? At only 2.5k, I didn;t think it would make much of a performance hit ...

If this makes no difference, I'd be incluned to put it back to how it was.


All times are GMT. The time now is 06:27 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.01899 seconds
  • Memory Usage 1,757KB
  • 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
  • (2)bbcode_code_printable
  • (4)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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