vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=247)
-   -   Forum Style - Lightweight Style for Small Screen Devices (cell phone, iphone, mobile, android) (https://vborg.vbsupport.ru/showthread.php?t=249277)

elwachiman 05-04-2011 02:08 AM

Quote:

Originally Posted by Kolbi (Post 2184132)
Compiled and optimised:
Code:

<script type="text/javascript">
function fixImgs(b){var a=document.getElementsByTagName("img");for(i=0;i<a.length;i++)if(w=a[i].width,h=a[i].height,w>b)f=1-(w-b)/w,a[i].width=w*f,a[i].height=h*f}function addLoadEvent(b){var a=window.onload;window.onload=typeof window.onload!="function"?b:function(){a&&a();b()}}addLoadEvent(function(){fixImgs(200)});
</script>


Excellent works perfect images are adjusted to the mobile. thanks

Kolbi 05-04-2011 09:39 AM

Quote:

Originally Posted by elwachiman (Post 2191542)
Excellent works perfect images are adjusted to the mobile. thanks

Have you tested it with an iPhone? With my notebook the images are resized but not on my mobilephone.

elwachiman 05-04-2011 02:13 PM

Quote:

Originally Posted by Kolbi (Post 2191612)
Have you tested it with an iPhone? With my notebook the images are resized but not on my mobilephone.

was tested in nokia e63 soon be tested on the i phone and the images are very well suited to the mobile screen

Kolbi 05-05-2011 09:47 AM

Quote:

Originally Posted by elwachiman (Post 2191688)
was tested in nokia e63 soon be tested on the i phone and the images are very well suited to the mobile screen

Result resizing images (current):
  • Apple iPhone 3G - doesn't work
  • Apple iPad 1 - works
  • Nokia E63 - works
  • PC/Laptop - works

S_E_A 05-05-2011 01:27 PM

Hello, thank you for a great mod.

I would like to remove 'last post by' and 'date/time of last post'. Plus I'd prefer the forum titles not underline on the index page. How can I do this?

Any help is greatly appreciated.

Thank you.

dartho 05-06-2011 12:32 AM

Quote:

Originally Posted by S_E_A (Post 2192269)
I would like to remove 'last post by' and 'date/time of last post'.

edit the threadbit template, search for and delete the following (at the end of the template)
Code:

<div class="windowbg">
{vb:rawphrase last} {vb:rawphrase post}: {vb:raw thread.lastposter}, {vb:raw thread.lastpostdate}
<vb:if condition="!$show['detailedtime']">{vb:raw thread.lastposttime}</vb:if>

</div>

Quote:

Originally Posted by S_E_A (Post 2192269)
Plus I'd prefer the forum titles not underline on the index page. How can I do this?

Edit the lightweight.css.php and search for:
Code:

forumold,.forumnew,.forumlink, .forumold_lock, .forumnew_lock
{
        padding:4px;

and add the following immediately below on a new line
Code:

        text-decoration:none;

S_E_A 05-06-2011 07:58 AM

Thank you, dartho. The 'last post by' and 'date/time of last post' has successfully been removed. I tried the non-underline suggestion, however the forum titles remain underlined?

dartho 05-06-2011 10:23 AM

You could edit the forumhome_forumbit* (only level 1 and level 2 need changing)template and replace occurences of
HTML Code:

<a href="{vb:link forum, {vb:raw forum}}">
with
HTML Code:

<a href="{vb:link forum, {vb:raw forum}}" style="text-decoration:none;">

S_E_A 05-06-2011 11:05 AM

Great stuff, dartho. The second suggestion was successful.

Is it possible the background colour of 'postbit as background for username/date of post' and the background of thread titles in the threadbit template (think correct template) can be different?

The Rocketeer 05-09-2011 05:17 AM

Hi, Its a great style and I have been using this style for a while, but I cant seem to get the forum icons to appear, I was trying to make it look more attractive something close to this one...

https://vborg.vbsupport.ru/showpost....&postcount=353

https://vborg.vbsupport.ru/external/2011/05/46.jpg


All times are GMT. The time now is 07:43 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.01493 seconds
  • Memory Usage 1,746KB
  • 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_html_printable
  • (6)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