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)

tgmorris 02-18-2009 10:51 AM

Quote:

Originally Posted by dartho (Post 1747354)
To disable (in a manner of speaking) vBadvanced, edit the adv_portal template in the mobile style and replace it's contents with the following or something similar:

Alternatively, one can create a vBadvanced wap based page (I use just the calendar for events and recent threads) just for mobile devices. Then, add the plugin for mobile detection to the vba_cmps_include_getpage hook and the add a bit of additional logic to it.
Code:

  if ($pda==1 || $ipod==1 || $custom1==1)
  {
    $mobile=1;
  }

  if ($mobile==1 && $getpage=='home')
  {
    $getpage='wap';
  }

If the desired device is identified and you are on the default vBa home page the page will be reassigned to the wap page identifier.

The only other thing that could be needed is to modify the mobile style header to allow a way to get back to the vBa home page.

testbot 02-18-2009 11:46 PM

how do we remove the google banner that 3.8 includes from this style?

Chevy II 02-23-2009 02:23 AM

Has anyone had a problem where they cannot edit a post after it's been posted?

Biker_GA 02-24-2009 01:04 PM

I, too, will have to add my voice for an updated 3.8.1 version. Just did a fresh install of the forum software, and it just bugs the bejeebers out of me to see those 34 templates sitting at 3.7. :D

mariocaz 02-26-2009 04:38 PM

Please dear dartho, update this great style to 3.8 !!!

Fungsten 02-26-2009 04:58 PM

Quote:

Originally Posted by mariocaz (Post 1755376)
Please dear dartho, update this great style to 3.8 !!!

+1.

ctimes 02-28-2009 02:53 AM

Update would be greatly appreciated.

GeekGrrl 03-01-2009 01:11 AM

I did a search for paid, I want to limit this mod to only paid users, is this possible?

dartho 03-01-2009 10:19 AM

I guess that could be possible...

fattony69 03-01-2009 03:37 PM

Quote:

Originally Posted by mariocaz (Post 1755376)
Please dear dartho, update this great style to 3.8 !!!

Thats easy. Just open up the XML and replace 3.7.2 with 3.8.1.

RedTrinity 03-02-2009 06:21 AM

Could somebody please tell me how to disable smilie images/graphics with this style?

I'm finding that its taking a lot longer to load pages which have smilies in them, so would like to just change them to text form or disable/remove them altogether.

Cheers in advance :)

jiffylb1 03-03-2009 01:56 AM

i upgraded to latest vbulletin forum and now my mobile users can not find the post button for the forum they can write etc and then when they are about to send it the button is misisng and only the report shows up not the send ?

Merriweather 03-07-2009 04:00 AM

Could someone tell me:

(1) How to change it so instead of :-) for all smilies, you see the smilie code (i.e. :shocked: or whatever)? Seeing :-) when a user actually posted a hug or an angry face is just weird. :lol:

(2) How to put more space between the page numbers on showthread.php? Users complain of "fat fingers" issue and not having enough space to hit the right number.

Thank you! :)

Merriweather 03-07-2009 04:08 AM

Quote:

Originally Posted by Merriweather (Post 1762238)
Could someone tell me:

(1) How to change it so instead of :-) for all smilies, you see the smilie code (i.e. :shocked: or whatever)? Seeing :-) when a user actually posted a hug or an angry face is just weird. :lol:

For now, I've used the replacement variable to show (Emoticon) instead of the :-) and I think that will suffice. However, if anyone knows how to get it to show the actual smilie code, that would be even better! :)

Merriweather 03-07-2009 04:30 AM

Quote:

Originally Posted by Merriweather (Post 1762238)
Could someone tell me:

(2) How to put more space between the page numbers on showthread.php? Users complain of "fat fingers" issue and not having enough space to hit the right number.

Got this one with a replacement variable:

Search for text:
Code:

title="Show results
Replace with text:
Code:

style="padding-left: 5px; padding-right: 10px;" title="Show results
Edit the padding to your liking. :)

GoTTi 03-07-2009 07:36 PM

Quote:

Originally Posted by dartho (Post 1586271)
Edit the 4 Cybernetec Chatbox Plugins and add
Code:

if (STYLEID!=xx){
at the very top where xx is teh STyleID number of the mobile style

and
Code:

}
at the very end

nice. works fine with 3.8 chatbox. appreciate it.

Tourmeister 03-10-2009 12:28 AM

Quote:

Originally Posted by dartho (Post 1607905)
As with pretty much all updates, it is unlikely that there will need to be code changes to this style unless new features are added which need to be incorporated into it.

All templates have a version number which matches the vbulletin version they were last changed in. When a new release is installed, if templates in the new release have been modified for that release, a warning will be shown for all templates (in all styles) that have an older version number.

As this style (and thus its templates) is so cut back it is unlikely that there will need to be edits made. This is especially the case when there are no "mandatory template changes" (http://www.vbulletin.com/forum/showp...19&postcount=2)

Edit the 6 templates, make no changes, and then save and the warning messages will go away.

We're going to have this issue every other month now that there are scheduled releases.

You could alternatively download and edit the XML and do a search and replace on 3.7.2 for 3.7.3.

I am running in 3.8.1 Patch level 1, seems to work fine. However there are now 36 out of date templates. I also have the device detection mod and your style installed, hence the higher number. Rather than edit all the templates, I could edit the XML files and add 3.8.1?

dartho 03-10-2009 12:56 AM

@Tourmeister - Yes you could do that..

yahoooh 03-10-2009 06:19 PM

i wait for 3.8
there are groups and other new features
hope that will be supported also vblog

darkdan 03-14-2009 03:23 PM

For some odd reason it shows a TON of ads on my site. Like a mile of them that you have to scroll down before you get to the forum.

I can't find it in any of the templates.

But if you use the mobile style on a PC the ads don't display.

I'm not sure when the problem started since I don't look at my own website with my phone often, but when I first installed it I didn't have this problem.

dartho 03-14-2009 08:51 PM

There's no ad stuff in this style (apart from the ad_location termplate hooks), not even any 'sample code'. I'd be checking my ad software and temapltes to see where the issue is.

Assuming they are hooking into the template hooks, and you don;t want to show ads in your mobile style, you could delete them from the templates. Search the Mobile templates for $ad_location and remove the template hooks

Alfa1 03-14-2009 10:53 PM

Unfortunately this does not work in 3.8.1 for me. Asides that it does not support chat, blog & groups( which was to be expected), it also does not display profiles. Posting new threads or using quick reply does not work. Please consider to add a 3.8 version.

dartho 03-15-2009 02:17 AM

Quote:

Originally Posted by Alfa1 (Post 1768309)
Unfortunately this does not work in 3.8.1 for me. Asides that it does not support chat, blog & groups( which was to be expected), it also does not display profiles. Posting new threads or using quick reply does not work. Please consider to add a 3.8 version.

On my 3.8.1 site groups are the only native vBulletin component to no longer disaplay correctly (although individual group pages are OK)

Everything else is working as designed. I will be working on a 3.8 version when I get the time and opportunity

Alfa1 03-15-2009 03:42 PM

Thats good news.
Do you have any idea what may be the problem with quick reply?

darkdan 03-15-2009 07:54 PM

Quote:

Originally Posted by dartho (Post 1768231)
There's no ad stuff in this style (apart from the ad_location termplate hooks), not even any 'sample code'. I'd be checking my ad software and temapltes to see where the issue is.

Assuming they are hooking into the template hooks, and you don;t want to show ads in your mobile style, you could delete them from the templates. Search the Mobile templates for $ad_location and remove the template hooks

I went through and removed all the $ad_location, and they're still there.

There must be something I'm missing.

It's strange it only shows up on a phone, and not the PC using the mobile style.

v12kid 03-15-2009 11:04 PM

got it installed but because of the chatbox and 3.8.1 updates I had to uninstall, look forward to an update and then a paypal donation :)

Sooner95 03-22-2009 04:57 AM

This does not work for me either since going to 3.8.1 It was perfect before..now I don't know what happened.

Anyhow, I hope it gets corrected, was a nice addon for sure.

Biker_GA 03-22-2009 07:23 AM

I'm running it on 3.8.1 and haven't had a single complaint from my users.

fbriceno97 03-23-2009 02:34 PM

Hi Guys, i have vbulletin 3.8.1 with this style working just perfect!

i decided to install VBSEO and the problems began to happen:

when you reply via mobile, the Forum actually takes it but iit does not update/refresh the page to see the reply (it does not matter if you do a quick reply or not), it only does it when the reply must generate a new page, otherwise you have to manually refresh the page to see the replied done.

on the other hand, when you re-enter the thread containing new replies it does not update itself you have to manually update to see them.

This happen after getting VBSEO installed and running and ONLY with the Mobile Style, on the PC it works perfect... any advice about it?

Regards

swiftor 03-23-2009 03:40 PM

I'm using 3.7.5 and have Cyb Chatbox on my main page.. but it loads as a grey box, is this intentional or is there a way to get it to work?

dartho 03-24-2009 11:14 AM

you can eitehr modify teh chatbox plugins to not load under a specific style, alternatively Installing THIS addon to this style, may help in disabling addons such as chatbox...

dartho 03-24-2009 11:16 AM

Sorry - I know nothing about VBSEO - although otehrs may have opinions on what may be causing you issues ...


Quote:

Originally Posted by fbriceno97 (Post 1775050)
Hi Guys, i have vbulletin 3.8.1 with this style working just perfect!

i decided to install VBSEO and the problems began to happen:

when you reply via mobile, the Forum actually takes it but iit does not update/refresh the page to see the reply (it does not matter if you do a quick reply or not), it only does it when the reply must generate a new page, otherwise you have to manually refresh the page to see the replied done.

on the other hand, when you re-enter the thread containing new replies it does not update itself you have to manually update to see them.

This happen after getting VBSEO installed and running and ONLY with the Mobile Style, on the PC it works perfect... any advice about it?

Regards


fbriceno97 03-24-2009 01:01 PM

Quote:

Originally Posted by dartho (Post 1775737)
Sorry - I know nothing about VBSEO - although otehrs may have opinions on what may be causing you issues ...

Thanks dartho in replying....

Biker_GA 03-24-2009 01:02 PM

Quote:

Originally Posted by swiftor (Post 1775097)
I'm using 3.7.5 and have Cyb Chatbox on my main page.. but it loads as a grey box, is this intentional or is there a way to get it to work?

Keep in mind this style is a "bare bones" style that allows most mobile devices to read and post on a site. Goodies such as the chatbox, arcade, etc., aren't designed to run on the majority of mobile devices and should be disabled when using this style.

Glynn58 03-29-2009 07:18 AM

Eagerly awaiting the 3.8.1 version as this is sorely missed by my members since upgrading :up:

dartho 03-29-2009 08:07 AM

Glynn, 3.8.1 forums work fine with this style - extras such as groups etc have some issues and other extras such as albums will probably never be supported....

Glynn58 03-29-2009 09:36 AM

Quote:

Originally Posted by dartho (Post 1779574)
Glynn, 3.8.1 forums work fine with this style - extras such as groups etc have some issues and other extras such as albums will probably never be supported....

I must be missing something somewhere as it goes to the full forum for me.

Or could it be the Add On ( auto detect ) thats not compatible with 3.8.1

PS, only need it for new posts not bothered about the extras as such

Cheers :up:

dartho 03-29-2009 10:15 AM

Both work fine! - must be a setting awry somewhere in teh autodetect adon, or possible a device which isn't recognised?

Glynn58 03-29-2009 10:45 AM

Quote:

Originally Posted by dartho (Post 1779609)
Both work fine! - must be a setting awry somewhere in teh autodetect adon, or possible a device which isn't recognised?

Thanks dartho it was a setting in the auto detect i missed now its working great.

Cheers & thanks again :up:

Greek76 03-31-2009 08:04 PM

Problem people who log in with FF through the internet are put in mobile style. Is their a fix to this?


All times are GMT. The time now is 04:50 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.02206 seconds
  • Memory Usage 1,831KB
  • 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
  • (5)bbcode_code_printable
  • (14)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