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)

xxalexkimxx 11-07-2008 01:25 PM

Does this style working with G1 phone?

dartho 11-07-2008 08:34 PM

I don;t see any reason why it wouldn't.

caldangel 11-09-2008 07:48 PM

I'm having problems even installing this.

I downloaded everything as stated. I changed the css.txt to remove the .txt. I imported the xml file in product manager...but then it states that "invalid file specified". I've deleted and retried this 5 times now and still cannot get it to work.

What am I doing wrong???

dartho 11-09-2008 09:16 PM

It's a style, not a product. You need to install via the Style Manager as per instructions in first post:
Quote:

Originally Posted by dartho
Install Instructions
  • Save attached XML to your local computer
  • Save attached wireless.css.txt, rename to wireless.css and upload to your forum root
  • In AdminCP go to "Styles and Templates"
  • In the "Import Style XML File" section browse to where you saved the XML
  • Click "Import" button
  • Come back to this page and click "Mark as Installed"


caldangel 11-10-2008 12:28 AM

oops, I meant style. I did that, and it does say invalid.

caldangel 11-10-2008 03:06 PM

OK, I got it uploaded. Now, I have some issues, however I haven't read all 26 pages.

* I would like to see something identifying new posts on the phone, is there an option or code for this?

* Some of my moderators use their phone, and moderate that way, however there's no way to see the mod options other than delete and edit. Is there any way to see the moderating menu in this skin?

rcadden 11-10-2008 07:05 PM

Any word on being able to register using this style? I've got alot of users complaining that they can't register from their mobile.

I've edited the navbar to include a link to the registration form, but I'm having big issues formatting the registration form to show up on a mobile device - in particular, the Password and Email fields, the 2nd 'confirm' box doesn't show.

MissKalunji 11-11-2008 07:49 PM

Quote:

Originally Posted by dartho (Post 1487973)
@MissKalunji - not sure what the issue may be there...

On a note to disabling GARS for a specific style, Morgan over at www.TheVBGeek.com offered this suggestion which I tested and it seems to work:

Edit the "GARS - Startup" plugin and replace

Code:

require_once(DIR . '/geek/gars/includes/gars_ignition.php');
with

Code:

if (STYLEID != xx){
    require_once(DIR . '/geek/gars/includes/gars_ignition.php');
}

where xx = the styleid of the mobile style.

If there's two style how do i input both number?

dartho 11-11-2008 08:13 PM

if ((STYLEID != xx) && (STYLEID != yy))

:up:

dartho 11-11-2008 08:15 PM

oops - that should have been an && not an || - post edited


All times are GMT. The time now is 10:54 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.01848 seconds
  • Memory Usage 1,736KB
  • 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
  • (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