![]() |
dartho,
Thanks for the mod. I've downloaded and am using the lightweight style. I also downloaded and installed the options and mobile detection and style assignment. I'm having some issues with the options and style assignment. The options installs alright but none of the changes actually implement. By that I mean I can access the options under vbulletin options, but nothing happens when I change the options. When I install detection, it doesn't even show up under vbulletin options. I tried both disabling all my other plugins and disabling them before reinstalling but neither appears to work. Do you have any ideas? |
You're in the mobile device detection addon thread for vb3.8, there is a vb3.8 lightweoight style, but there is no "options" add-on for the "vb3.8 lightweight style", which is why they probably don't work :)
|
Quote:
|
Is there a way to allow people to go back to the full style?
|
Quote:
https://vborg.vbsupport.ru/showthrea...ghlight=Mobile |
Quote:
Edit the adv_portal template in the style and replace it's contents with the following or something similar: Code:
$stylevar[htmldoctype] You can do this by removing the left and right column block conditionals in the template in your mobile style. Find and delete the following 2 blocks of code: Code:
<if condition="$show['left_column']"> Code:
<if condition="$show['right_column']"> |
is there any way to add Posted via Mobile Device to all the posts?
|
This will modify the post text and append a message to it, this means that the user could then edit the post again and remove the text if they wished, but it works for the most part. Disabling the pplugins will not remove the text from posts already made.
Create 2 plugins and change the XXX to the styleid number of your mobile style: 1. Product:vBulletin Hook Location:newreply_post_start Title: Posted via Mobile Device NewPost Execution Order:5 Plugin PHP Code: Code:
if ($styleid==XXX) { Product:vBulletin Hook Location:newthread_post_start Title: Posted via Mobile Device NewThread Execution Order:5 Plugin PHP Code: Code:
if ($styleid==XXX) { |
Just wanted to let you know I have tested this on vB 4.1.10 and it works perfect. Thanks.
|
Quote:
i want make 5 empty lines and than "Posted via Mobile Device", but howto? This isnt working: Code:
"\n"; |
All times are GMT. The time now is 01:32 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:
|