The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
||||||||||||||||||||||||
Lightweight Style Options for "Lightweight Style"
![]() Developer Last Online: Oct 2023 ![]() ![]()
![]() Firstly - this is only of use if you have installed the Lightweight Style
Secondly - make sure you read the notes if you use the Mobile Style and the Mobile Style Options addon. OK, now that the formalities are over, this is an add-on to the Lightweight Style It allows you to customise a few common parts of the style without needing to edit templates. It also adds in options to disable some products when the Lightweight style is being used and optionally adds "Posted by Mobile Device" type text into posts created using the mobile style. * Optionally adds links to default style (in footer or header) * Optionally add 'Posted Via Mobile' message to new posts/threads (message can be customised) * Optionally display "What's Going On" box in forum home * Optionally display Style Chooser in footer * Set 'Home' link URL (rather than editing templates) * Can optionally hide mobile style from Style Chooser Version Control: 1.0.0 - 26 AUG 2010 - Initial Release Notes: If you have installed "Mobile Style Options" (vb4) and make use of the 'Posted via Mobile Device' option, uninstalling Mobile Style Options will remove all records of posts made using the Mobile Style. The posts will of course remain, just the message will be gone. If this is not an issue for you - uninstall it BEFORE installing this addon. If you wish to keep those records, rather than uninstall it, disable it OR edit the product via Product Manager and remove all the uninstall code, save and then uninstall (this last option is the cleanest) Running them both is OK, but you will need to disable the "Add Posted By Mobile Message to Post" plugin on the Mobile Style Options product. Uninstalling one of them will affect the other and cause errors as they share database columns. If you uninstall one without making the uninstall code changes, you shjould uninstall both and then re-install the one you are staying with. Download Now
Show Your Support
|
Comments |
#62
|
|||
|
|||
![]()
Do you have his other skin/theme/thing installed?
|
#63
|
|||
|
|||
![]()
ah - good point flypaper - I forgot about issues there.
whites - "posted by Mobile" works perfect on my dev site which has minimal otehr addon's. Make sure you read the "Notes"section in the first post. If you are not/ no longer using the previous "Mobile" style, remove it and teh associated add-on, uninstall this one and then re-install it and check settings. I am willing to log onto sites to check them out to see if I can resolve issues, send me a PM. |
#64
|
|||
|
|||
![]()
dartho,
After removing the style and the options plugin, and re-installing them, it is working now. Thanks! |
#65
|
|||
|
|||
![]()
Good to hear!
|
#66
|
|||
|
|||
![]()
Working flawlessly on 4.0.8
Thank you |
#67
|
|||
|
|||
![]()
Can't remove, database error when i remove this add-on
![]() |
#68
|
|||
|
|||
![]()
what is the database error? Also - did you read the notes section before installing?
|
#69
|
|||
|
|||
![]()
Hello
Really a nice add-on. Just a question: is it possible to disable CMS navigation from Lightweight Style? |
#70
|
|||
|
|||
![]()
same on my test site - I'll look into it and fix
|
#71
|
|||
|
|||
![]()
worked it out.
replace the header template in the lightweight style with: Code:
<vb:if condition="$vboptions['ls_page_title']!=''"> <div align="right"> <vb:if condition="$vboptions['ls_default_style_link']==1"> <a class="toplinks" href="{vb:raw vboptions.ls_navbar_home}?{vb:raw session.sessionurl}styleid={vb:raw vboptions.ls_default_style}">{vb:raw vboptions.ls_default_link}</a> </vb:if> <vb:if condition="$show['member']"> <a class="toplinks" href="login.php?do=logout&logouthash={vb:raw bbuserinfo.logouthash}">{vb:rawphrase log_out}</a> </vb:if> </div> <div class="header" align="left">{vb:raw vboptions.ls_page_title}</div> <vb:else /> <div class="logo" style="text-align:right;"> <vb:if condition="$vboptions['ls_default_style_link']=='1'"> <a class="toplinks" href="{vb:raw vboptions.ls_navbar_home}?{vb:raw session.sessionurl}styleid={vb:raw vboptions.ls_default_style}">{vb:raw vboptions.ls_default_link}</a> </vb:if> <vb:if condition="$show['member']"> <a class="toplinks" href="login.php?do=logout&logouthash={vb:raw bbuserinfo.logouthash}">{vb:rawphrase log_out}</a> </vb:if> </div> </vb:if> <vb:if condition="$ad_location['ad_header_logo']"> {vb:raw ad_location.ad_header_logo} </vb:if> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|