vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Add-On Releases - Extend and Customise "Mobile" Style Options (https://vborg.vbsupport.ru/showthread.php?t=182692)

TimberFloorAu 08-24-2008 09:35 PM

Okies.

Our Blackberry users, are fine.

Says Posted From Mobile in their posts...

IPhone users, doesnt say anything ( apologies if im a bit thick lol )

What do I need to do, to amend this please?

dartho 08-25-2008 09:09 AM

OK - you use different styles for blackberry and iPhone users. A little plugin editing should be able to work around this.

edit both the Mobile Device Thread Footer and Mobile Device Post Footer plugins and change
Code:

if (($styleid==$vbulletin->options['mo37_mobile_style']) && ($vbulletin->options['mo37_post_text'] != ''))
to
Code:

if (($styleid==xx)||($styleid==$vbulletin->options['mo37_mobile_style']) && ($vbulletin->options['mo37_post_text'] != ''))
where xx is the styleid number of your other mobile style - keep adding more ($styleid==xx)|| if needed...

(untested :D)

omanmoon.net 08-27-2008 07:12 PM

Finaly it's work :)
after upgrade to 3.7.3
Done ^^
thanks

punchbowl 08-31-2008 10:30 AM

So is there any way to only allow certain user groups use a mobile style? I understand we can hide it from the list but it's still user selectable.

3.5 ver https://vborg.vbsupport.ru/showthread.php?t=95910

thanks

dartho 09-02-2008 08:07 AM

Punchbowl - Have you tried that product? Posts in the thread say it works with 3.7.2 ...

Ransack 09-06-2008 06:41 AM

I see the "Mobile post text" attached to the bottom of my posts. But I don't see "Mobile Style Page Title?" anywhere nor do I see the link from "Add a link to the default style?" whether I set header or footer.

Thanks for the tip on Replacement Variables though, at least I can see images on my iPhone now.

dartho 09-06-2008 11:09 AM

Can you let me know your site (PM if you don;t want public) so I can have a look?

Ransack 09-06-2008 06:25 PM

Quote:

Originally Posted by dartho (Post 1615759)
Can you let me know your site (PM if you don;t want public) so I can have a look?

Sorry I'm thick. I was using this with the Mobile Device Detection plugin which was using the wrong style. I have since disbled the Mobile Device Detection plugin altogether and now use only this plguin. Added a link called "PDA" to my default navbar to "index.php?styleid=X" (X is this style id)

Note I'm running 3.6.x so it complains on install, need to check the ignore version box, it works fine for me on this older version.

Fantastic plugin/style. I've struggled with various mobile skins / plugins and never found one that worked the way I wanted until now.

I did still tweak the replacement variables so I can view images in mobile mode and tweaked some threadbit templates to add "New" before threads with new posts and indent the "by: user" line below the thread title.

Oh and thanks for the quick response here too.

Marking installed. Highest rating. Great job.

masterweb 09-07-2008 07:14 AM

Installed and working, thanks dude.-

CrashPush 09-15-2008 10:14 PM

I got it working but I'm not quite pleased how it looks.

It looks like this:
==========================
Test post.
Wirelessly posted (BlackBerry8300/4.2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/102)
==========================

But I want it to look like this, with the UA on top and a space before the actual post:
==========================
Wirelessly posted (BlackBerry8300/4.2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/102)

Test post.
==========================

How can I achieve this look?


All times are GMT. The time now is 11:51 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.01117 seconds
  • Memory Usage 1,740KB
  • 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
  • (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