vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Mini Mods - Lightweight Style Options for "Lightweight Style" (https://vborg.vbsupport.ru/showthread.php?t=249339)

Shevko 07-13-2011 02:23 PM

Hi i use vb 4.1.4 and this theme.. there is a problem.. when opera mini users use your theme, theme auto change to default theme.. and this always to be.. what can i do?

Taurus1 07-16-2011 10:04 AM

When I choose not to show the "What's going on" section it still shows though. Any ideas on that? Thank you very much!

dartho 07-17-2011 02:48 AM

Quote:

Originally Posted by Taurus1 (Post 2221148)
When I choose not to show the "What's going on" section it still shows though. Any ideas on that? Thank you very much!

oops ...

edit the FORUMHOME template, search for
Code:

<!-- what's going on box -->
replace with
Code:

<vb:if condition="$vbulletin->options['ls_whats_on']">
<!-- what's going on box -->

then search for
Code:

</vb:if>
{vb:raw footer}

replace with
Code:

</vb:if>
</vb:if>
{vb:raw footer}


Taurus1 07-17-2011 06:16 AM

Thanks dartho, that did it.

Monster247 08-29-2011 11:02 PM

dartho do i need to install this if i have installed product-mobdetect40.1.0.1.xml ur newest version??

dartho 08-30-2011 12:38 AM

No you do not. Although, this does different things to the detect modification.

FCRhino 08-31-2011 07:33 PM

I have it installed on 4.1.5 and it doesn't say Posted via Mobile. The other options work, so I guess it's still an overall success, but I wish this one did as well.

blankpage 09-04-2011 04:58 AM

When I post a message with this mobile style, my signature doesn't appear to other users!
How can I solve?

dartho 09-04-2011 10:09 AM

Edit newreply template, search for
Code:

</div>
</form>
{vb:raw footer}

and add imemdiately before:
Code:

<vb:if condition="$bbuserinfo['signature'] != ''">
        <label for="cb_signature"><input type="checkbox" name="signature" value="1" id="cb_signature" tabindex="1" {vb:raw checked.signature} /> {vb:rawphrase show_your_signature}</label>
</vb:if>

then edit SHOWTHREAD search for
Code:

<input type="submit" id="btn" value="{vb:rawphrase submit_reply}" />
add immediately before
Code:

<input type="hidden" name="signature" id="cb_signature" value="1" tabindex="1" />
You can use the code from SHOWTHREAD in NEWREPLY if you always want signature with no checkbox option.

blankpage 09-04-2011 06:32 PM

Wow! Perfect! :)
Thanks! :)


All times are GMT. The time now is 06:33 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01176 seconds
  • Memory Usage 1,738KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (8)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete