![]() |
Sorry - this has no mobile detection - it only adds a few customisable options the the mobile style. If you also want autodetection, you will need to use thjis one https://vborg.vbsupport.ru/showthread.php?t=173239 for now.
|
Hello,
nice hack, installed. I'd like to add a php code to the mobile style, like the adsense for mobile as example: PHP Code:
Moreover, where to test the style (sites like ready.mobi) ? |
see here: https://vborg.vbsupport.ru/showthrea...19#post1531419 for mobile adsense integration sample.
|
hi , i what to remove VBSeo archive from mobile style footer , but i don't want to stop VBSeo on mobile style , i mean just disable archive footer links , how ? can you help me plz ?
and can you add an option for do that in next release. thanx man. |
I don't have vbseo - So I'm unsure how it adds to the footer. Is there a vbseo setting to disable archive footer links? If so, you may be able to disable this but adding some php to the 'Disable Addons' section to re-set the option ...
|
reserve
|
Is it possible to disable vBadvanced CMPS using the "code here to disable addons" feature? I spent a while looking around and couldn't find xml to disable the product.
My goal is to remove the sidebar I've integrated into the forum when using the mobile style. |
I can;t see anything yet to do this - I think by the time it gets to style selection VBAdvanced is already integrated.
You could ask at vbadvanced.com if there is a way to turn off integration for a specific style? |
Is there a way to easily put a logo as the header, instead of a text description?
|
Yes. By default, teh mobile style removes image tags and replaces them with links to teh image. You can choose to remove the replacement variables from teh style and show all images or you could use a slighly diffferent IMG tag so it doesn;t get replaced. For example you can edit the header templates and put in images. However, when using the IMG tag, use in the format of:
HTML Code:
<img border="0" src="image.jpg" /> |
do I do this through products or through styles?
|
this is a product which allows customisation (without template edits) of this style.
|
mmmmm
now it's not work after upgrade to 3.7.4 PL1 after sign in the page change to white color only !! before logged in the forum showing no problem ! @_@ |
I cannot find these plugins: newreply_post_start and newthread_post_start
I have this mod, mobile style and detection installed. All are working properly. Can someone tell me where to find them? Quote:
|
How do I change 'Posted via Mobile Device' to 'Posted via iPhone,' 'Posted via Blackberry,' etc.?
|
delete the text in this field in AdminCP (which in effect disables it) and install THIS add-on
|
Quote:
Thanks a lot! Quote:
|
Installed and working perfectly on 3.6.12
Thanks for the good work. |
First I want to thank you for this awesome config addon ... Got this working beautifully @ wap.serpents-guild.com
I was just wondering if you had any further info about disabling addons within the mobile options ... I've added several to teh main page but I just want to clean up the output ... no need for the mobile browser to load wowhead/wardb mouseover scripts and image resizer scripts :) |
That depends a lot on the addon and how it's implemented. WHich addon's are you using - if you point me at them I can likely work out how to disable them for the mobile style...
|
|
Add the following in teh disable addons code area to stop the ncode stuff. the tooltips doesn't have a simple enable/disable switch ...
$vbulletin->options['ncode_imageresizer_enabled']=0; |
*bam!* like a charm! Thank you so much!
|
so basically what I can do for further addons is to do a search for "$vbulletin->options" in the product.xml to see if I can disable them in the mobile option page?
|
With installed products, if it has an option to enable/disable it, you need to find the variable that corresponds to this and then you can set that accordingly.
For example - if an add-on has an option "Enable This Addon", search the xml product file for "Enable This Addon" - you'll find this in teh phrases section - check the phrase name - it will start with "setting" and end with "title" eg. setting_enable_this_addon_title. The variable name will then be enable_this_addon You can then add a line in teh disable addons code area of: $vbulletin->options['enable_this_addon']=0; Be wary that the add-on author may have posed teh question "disable this addon" - in which case we would have. $vbulletin->options['disable_this_addon']=1; There are other ways to disable products that don;t have a global enable/disable switch, but it's a bit of a manual process or wrapping conditionals around plugins. |
Is there a way to enable blogs?
|
I've not redone any blogs templates in the style, so they will show up using your default style
|
Does this work correctly in 3.8?
|
Is for me...
|
I had to reinstall this modification and forgot how to add "Wirelessly posted (BlackBerry8300/4.2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/102)" to the post. Can I get a hint on how to do it again.
|
First, install the latest version - updated today - overwriting existing (whilst looking at this I noticed a possibly HTML injection vulerability)
Set Mobile post text to be "UA" Edit Mobile Device Post Footer and Mobile Device Thread Footer plugins and change: Code:
$vbulletin->options['mo37_post_text'] = $ua_str; Code:
$vbulletin->options['mo37_post_text'] = "Wirelessly posted (" . $ua_str . ")"; |
Hello
i will try,, Thanks :) |
Thanks for the update.
|
I update, and it works perfectly on 3.8 !
Is it possible to add option to see who is online? |
Quote:
Also, there is a 'mobile firendly' (although rather simple) who's online page (there's just no longer a link to it) you can manually type/click in online.php to view or possible edit the footer template to add a link? |
Thanks for the security update.
|
Quote:
But one more thing. The update changed the code somewhat and I can't figure out how to make the UA post look like this: Code:
Wirelessly posted (BlackBerry8300/4.2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/102) |
ah - try soemthing like this:
change PHP Code:
PHP Code:
|
Could you please give me a hint how to install it? It's some days ago since I installed it :sorry:.
Best regards Rolf |
I think that's about it - you should now have a new section in vBulletin Options called Mobile Style Options where you can set and modify options |
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:
|