vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Add-On Releases - Extend and Customise "Mobile" Style Options (https://vborg.vbsupport.ru/showthread.php?t=182692)

jiffylb1 03-03-2009 02:13 AM

after uploading new 3.8.1 the reply button is gone in the mobile verison for us on www.clearwaterbiker.biz what can we do to fix it such a popular mod

dartho 03-03-2009 07:58 PM

I can see both Reply and New Thread links (as a guest)...

rowitech 03-04-2009 06:11 PM

:up: Thank you very much, works like a charm!

Quote:

Originally Posted by dartho (Post 1757902)
  1. Save the product-moboptions37-0.0.10b.xml file to your local computer
  2. Go into your sites AdminCP
  3. Navigate the Product Manager in the Plugins and Products section
  4. At the end of that page (in the right pane) click on the [Add/Import Product] link
  5. In the Import Product screen, click the Browse button and then locate and open where you save the XML file
  6. Click the Yes radio control in the Allow Overwrite option
  7. Click the Import button

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


yeku 03-07-2009 10:45 PM

Hello

You can tell me how to turn off MGC_Chatbox_v1.5 will not appear on the style for the mobile

Quote:

//Disables MGC Chatbox
$vbulletin->options['mgc_cb_evo_active']=0;
//Disables Cyb Chatbox
$vbulletin->options['cybchatbox_enable_product']=0;
thx

dartho 03-09-2009 04:58 AM

You mean you *want* the chatbox to show?

delete those lines you quoted above (or add a double slash ( "//" ) to the start of the each line)

edytwinky 03-09-2009 07:06 AM

How would I go about disabling VBmoods?

dartho 03-09-2009 10:15 AM

You mean this one https://vborg.vbsupport.ru/showthread.php?t=41883

I can;t even download that to look at it?!

Edit:

Maybe try ading
Code:

$vbulletin->options['vmoods_active']=0;

edytwinky 03-09-2009 05:35 PM

I'm sorry, I should have been specific. I meant this one:
vMoods aka Mood Manager: https://vborg.vbsupport.ru/showthread.php?t=178020

rcadden 03-09-2009 05:57 PM

Quote:

Originally Posted by dartho (Post 1754836)
ah - try soemthing like this:

change
PHP Code:

$vbulletin->GPC['message'] = $vbulletin->GPC['message'] . "\n""[size=1][i]" $vbulletin->options['mo37_post_text']. "[/i][/size]" "\n"

to
PHP Code:

$vbulletin->GPC['message'] = "[size=1][i]" .  $vbulletin->options['mo37_post_text'] . "\n" . ."\n" "[/i][/size]" $vbulletin->GPC['message']; 

in the same 2 plugins as before

You've got that slightly wrong. Replace it with this:

PHP Code:

$vbulletin->GPC['message'] = "[size=1][i]" .  $vbulletin->options['mo37_post_text'] . "\n""[/i][/size]" $vbulletin->GPC['message']; 

(The correction being yours had an extra . "/n" that threw up an error.)

How can I get it to skip a line between the UA and the person's post, though (I'm still learning this stuff)

For a sample, you can check out www.symbian-guru.com/forum from your phone (using the auto-detect plugin, too)

dartho 03-09-2009 09:23 PM

with an extra "\n" - I actually had an extra ".", not an extra "\n"

Try:

PHP Code:

$vbulletin->GPC['message'] = "[size=1][i]" .  $vbulletin->options['mo37_post_text'] . "\n" "\n" "[/i][/size]" $vbulletin->GPC['message']; 



All times are GMT. The time now is 10:44 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
  • Page Generation 0.01310 seconds
  • Memory Usage 1,753KB
  • 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
  • (1)bbcode_code_printable
  • (4)bbcode_php_printable
  • (3)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