![]() |
Do you include the sample code for Cybernetec Paypal Donate?
|
Code:
//Disables Cybernetec Paypal Donate |
Thanks, installed
|
My users are requesting that I remove this mod from the mobile style.
https://vborg.vbsupport.ru/showthrea...lbums+homepage Any help on the phrase to add? |
EvilJohn - if you add the following code to teh 'Code to disable add-ons' section, it might disable it for the mobile style...
Code:
//disables Latest Album Pictures - Forum Home |
Thank you, I will try this and get back with you.
Edit: Thanks, that did the job. |
hello
am installed in vb 3.7.2 pl2 but not working when use mobile still defult style!! whats wrong?! all options is okay |
did you also install the Mobile style to go with this? https://vborg.vbsupport.ru/showthread.php?t=174375
Additionally, you need the autodetect add-on here https://vborg.vbsupport.ru/showthread.php?t=173239 if you want mobile devices to automatically get the mobile style |
Quote:
am install [product-mobdetect37.xml] from: https://vborg.vbsupport.ru/showthread.php?t=173239 and [vbulletin-mobile-style-0.0.10a.xml] & [wireless.css] from : https://vborg.vbsupport.ru/showthread.php?t=174375 then enable Product in Mobile Device Detection Option also select style for mobile device :confused: still not work it's work with me before upgrade to last version of vbulletin . |
Is the mobile style user selectable? Let me know its style id number so I can test
|
Quote:
but the style not allow in the quick style chooser in the forum home page and mobile mobile style: http://www.omanmoon.net/vb/index.php?styleid=84 |
OK - assuming you have the mobile detect add-on configured correctly, there could be a plugin conflict.
Try changing the exectution order of the detect mobile device plugin to 10... If you are willing to PM me admin credentials with plugin and style manager access I could log on to your site have a look... |
Mate we use your mobile style, its brill.
But we also installed that auto detect thing. Man that caused MAJOR issues, ppls styles were getting mixed up, they couldnt log in. Im not sure if that was a 3rd party mod to yours, but we just could not get our heads round it. Ste |
G'day,
Not had any reports of issues which couldn't be rectified - was always config issues or conflicts with other addons. Let me know if you're up for having another crack at it and I can help out if needed - I'm Perth, so time zones aren't much of an issue. BTW, the latest version of teh mobile style + this mod together add a few things which make it easier on users when you don;t use the autodetect add-on such as having a link back to your default style when in the mobile style |
Gday Dartho.
We use: vbulletin-mobile-style-0.0.10a wireless css product-mobdetect37 iphoneskin The issue was with mobdetect and iphoneskin. Only a few of our guys use this, but love your mobile style, it truly is exceptional. The mobdetect was ditched, it caused page refresh issues, login issues.. Perhaps its a conflict with our other mods, i hasten to say, its no great loss, as the skin is just great. Ppl who use pda/blackberry/iphone can still use your skin, and are more than capable of navigating to and from diff skins. The only I WANT we needed was :posted from Mobile That would have been great. Ste |
This addon adds the "Posted by Mobile" facility :)
|
and there's a stand alone version here: https://vborg.vbsupport.ru/showthread.php?t=185987
|
Mate lol... whats that about, I didnt understand the appending strings etc.. will have another play around, as our site is quiet today :)
|
Ok.
We have vbulletin-mobile-style-0.0.10a Im at a loss as to where and how we enable , posted from Mobile. Strike that ( your products have such similar tags i missed that this is an addon ) apologies |
Quote:
|
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? |
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'] != '')) Code:
if (($styleid==xx)||($styleid==$vbulletin->options['mo37_mobile_style']) && ($vbulletin->options['mo37_post_text'] != '')) (untested :D) |
Finaly it's work :)
after upgrade to 3.7.3 Done ^^ thanks |
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 |
Punchbowl - Have you tried that product? Posts in the thread say it works with 3.7.2 ...
|
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. |
Can you let me know your site (PM if you don;t want public) so I can have a look?
|
Quote:
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. |
Installed and working, thanks dude.-
|
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? |
untested, but you can try editing 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'] != '')){ Code:
if (($styleid==$vbulletin->options['mo37_mobile_style']) && ($vbulletin->options['mo37_post_text'] != '')){ |
Quote:
|
I tried searching this but, the 'PC Mode' link does not change the style, on my BlackBerry it stays on the mobile version.
Am I missing the post showing how to fix this? |
Thanks a bunch!!
|
Quote:
|
Quote:
This creates the text on the mobile style called 'Full Version', with a link to the styleid that PC's use. |
Sorry - my question should have been: How did you select the Mobile style in the first place? Are you using the Mobile detection add-on?
|
Quote:
|
Yep - that's right...
|
So is this addon supposed to detect that it's a mobile device, set the style as the Mobile style, and then users are able to switch to PC View if needed? I've been playing with this addon for about 30 minutes now because it's not going straight to mobile version on my blackberry. Figured I should ask to see if it's supposed to or not.
I'm hoping it's like the Auto-Force mobile addon that's available, but I like that you can switch out to the default style among the other options this has available. |
All times are GMT. The time now is 12: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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|