The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Lightweight Style Options for "Lightweight Style" Details »» | ||||||||||||||||||||||||
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 |
#92
|
|||
|
|||
You need to tell me what add-on you are using to make those statistics
|
#93
|
||||
|
||||
i used
[AJAX] Advanced Forum Statistics |
#94
|
||||
|
||||
hello
|
#95
|
|||
|
|||
Hello. There doesn't appear to be an "enable / disable" type option in that add-on (which I assume is this one: https://vborg.vbsupport.ru/showthrea...ght=statistics ?) so you can;t disable it as such. However, you could try editing and deleting the contents of all the temapltes for that product within this style:
Code:
'+++++++_topstats_main', '+++++++_topstats_tabbit', '+++++++_topstats_menubit', '+++++++_topstats_footer', '+++++++_topstats_thread_info', '+++++++_topstats_blog_info', '+++++++_topstats_latest_posts', '+++++++_topstats_hottest_threads', '+++++++_topstats_most_viewed', '+++++++_topstats_top_posters', '+++++++_topstats_latest_news', '+++++++_topstats_newest_members', '+++++++_topstats_top_starters', '+++++++_topstats_top_referrers', '+++++++_topstats_top_reputation', '+++++++_topstats_thanked_members', '+++++++_topstats_top_forums', '+++++++_topstats_top_credits', '+++++++_topstats_latest_blogs', '+++++++_topstats_top_infractions', '+++++++_topstats_latest_classads', '+++++++_topstats_latest_comments', '+++++++_topstats_most_viewed_entrys', '+++++++_topstats_hottest_entrys', '+++++++_topstats_top_bloggers' |
#96
|
||||
|
||||
thanks dartho
it's work |
#97
|
|||
|
|||
Some of my posts are mistakenly marked as "Posted via Mobile Device" ....... I want to remove it from everywhre and reset its status so that I should mark only new post from now on as "Posted via Mobile Device" ...
Can u suggest any sql query which can remove "Posted via Mobile Device" status from all my posts? |
#98
|
|||
|
|||
something like the following 2 queries should do it:
Code:
UPDATE post SET mobile = NULL, ua = NULL WHERE post.userid = nn; UPDATE thread SET mobile = NULL, ua = NULL WHERE post.userid = nn; |
#99
|
|||
|
|||
Any idea why this is left aligned rather than being next to the links on the right in postbit foot?
Screenshot attached |
#100
|
|||
|
|||
because that's where I put it
|
#101
|
|||
|
|||
Any insight on what .css file or template to modify to put it right next to edit post?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|