vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=195)
-   -   Mobile/Cell Phone Style (https://vborg.vbsupport.ru/showthread.php?t=151186)

dartho 03-18-2008 04:03 AM

I've just knocked up and uploaded a new css file called "alt-vb-wireless.css.txt" - save it and rename to wireless.css and then upload to you forum root (rename your existing one out of the way first). It's uses similar colours to vBulletin default style.

If you have a CSS file you would like to share with others, please let me know and I'll upload them here also.

@Codershark - that happens as this was developed under 3.6 and the vB version number is included in the XML. I'll do a release for 3.7 soon, but it may not include much (if any) support for Blogs, Photos, Social Groups, Tags and other such features.

peterpigman 03-20-2008 07:41 PM

I have added this but "new thread" isn't displayed, any ideas?

Nm when I fixed the templates I had messed one up.

nanaimobar 03-21-2008 02:01 PM

Quote:
@Codershark - that happens as this was developed under 3.6 and the vB version number is included in the XML. I'll do a release for 3.7 soon, but it may not include much (if any) support for Blogs, Photos, Social Groups, Tags and other such features.
End Quote.

3.7 RC1 won't accept 2.08 for same reason. I'll just have to wait to install.

Phaedrus 03-22-2008 04:42 PM

Excellent. So much quicker and very easy to use. Installed.

Phaedrus 03-22-2008 06:01 PM

Quote:

Originally Posted by dartho (Post 1467640)
I've just knocked up and uploaded a new css file called "alt-vb-wireless.css.txt" - save it and rename to wireless.css and then upload to you forum root (rename your existing one out of the way first). It's uses similar colours to vBulletin default style.

If you have a CSS file you would like to share with others, please let me know and I'll upload them here also.

@Codershark - that happens as this was developed under 3.6 and the vB version number is included in the XML. I'll do a release for 3.7 soon, but it may not include much (if any) support for Blogs, Photos, Social Groups, Tags and other such features.

I like this one much better than the first one. Way better looking on the phone.

MrToasty 03-24-2008 01:49 PM

Doesn't support prefixes in 3.7, but you can quickly change the following to make it work :)

Open template under "new posting templates >>" newthread

Find
Code:

$vbphrase[title]:<br />
<input type="text" class="bginput" name="subject" value="$subject" size="20" maxlength="85" style="width:100%"/><br />

Replace with
Code:

            <if condition="$prefix_options">
                $vbphrase[prefix]:<br />
                    <select name="prefixid" class="bginput">
                        <option value="">$vbphrase[no_prefix_meta]</option>
                        $prefix_options
                    </select><br />
                $vbphrase[title]:<br />
                <input type="text" class="bginput" name="subject" value="$subject" size="20" maxlength="85" style="width:100%"/><br />
            <else />
                $vbphrase[title]:<br />
                <input type="text" class="bginput" name="subject" value="$subject" size="20" maxlength="85" style="width:100%"/><br />
            </if>

Open template under "Threadbit templates >>" threadbit

Find
Code:

<div class="sticky">Sticky:
Replace with:
Code:

<div class="sticky">
            $thread[movedprefix]
            $thread[typeprefix]
            $thread[moderatedprefix]
            $thread[prefix_rich]

then

Find
Code:

<div class="thread$thread[statusicon]">
Add Below
Code:

            $thread[movedprefix]
            $thread[typeprefix]
            $thread[moderatedprefix]
            $thread[prefix_rich]

And then you're done and prefixes are enabled. I haven't included searching for prefixes as searching isn't really included in this style anyway...

dartho 03-24-2008 08:14 PM

Thanks Mr Toasty! I'll look at adding this in for a 3.7 release :up:

punch 03-25-2008 04:42 AM

My only complaint is when you're reading a busy thread and people are quoting often, it's hard to follow the thread. I would suggest a little more spacing between posts or coming up with a way to show a definte beginning and end of a users post.

When it goes

-username-
-quote-
textext[reply]
-username-
-quote-
textext[reply]

over and over it's tough to read the flow of the conversation. Espically when there is no space between the end of the text and the next line that says the next poster's username.

Need to maybe space things out a little more.

dartho 03-25-2008 11:29 AM

anyone made the leap to 3.7 willing to do some testing for me ? No real changes, but needs testing in a live site. minimal tag/groups support added in addition to prefixes as provided by mr toasty.

@punch - Shouldn't be too hard to edit you postbit template to add a bit more padding

MrToasty 03-25-2008 11:37 AM

I have it running on 3.7 and can test a bit if needed? Currently I have it running as you had it with no links to any 3.7 features, but with the prefixes code installed.


All times are GMT. The time now is 06:39 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.01293 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
  • (6)bbcode_code_printable
  • (1)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
  • (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