vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Mobile Solution? (https://vborg.vbsupport.ru/showthread.php?t=322870)

gobears20 06-18-2016 11:49 AM

Mobile Solution?
 
I currently use Tapatalk which is a nice app but I really want a different app that allows me to better manage my users and ads. One of the things I want to be able to do is having certain user groups from seeing ads. Also I want a better way to mange my ads.

I was curious if any of you folks had some suggestions.

Also, how much does it cost to have your own app written to work with VBulletin?

Thanks for any advice!

In Omnibus 06-18-2016 12:22 PM

I'd just use a responsive theme instead of a mobile application.
Most mobile devices now display full HD resolution without any problems.
If you're willing to spend a reasonable amount for quality you may want to check out SultanTheme. https://www.sultantheme.com/

gobears20 06-19-2016 01:40 PM

Thanks for the info!. Would a theme just be something that could be created within my VB admincp and allow it to pickup any mobile device and automatically switch to that specific theme. Thanks!

Mattwhf 06-19-2016 02:38 PM

Quote:

Originally Posted by gobears20 (Post 2572232)
I currently use Tapatalk which is a nice app but I really want a different app that allows me to better manage my users and ads. One of the things I want to be able to do is having certain user groups from seeing ads. Also I want a better way to mange my ads.

I was curious if any of you folks had some suggestions.

Also, how much does it cost to have your own app written to work with VBulletin?

Thanks for any advice!


Try to convert your theme into responsive design like I did with my forum

then you even don't need an app or mobile style any more.

grey_goose 06-20-2016 01:08 PM

Quote:

Originally Posted by gobears20 (Post 2572232)
One of the things I want to be able to do is having certain user groups from seeing ads.

This is pretty easy, if a little intimidating at first. What you probably want to do is to wrap your ads in conditionals based on usergroups.

HTML Code:

<vb:if condition="is_member_of($bbuserinfo, 5, 7)">
Only members in Usergroups 5 and 7 would see this. 
</vb:if>


gobears20 06-25-2016 12:15 PM

Thanks folks for your comments!


All times are GMT. The time now is 04:02 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.01010 seconds
  • Memory Usage 1,721KB
  • 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_html_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete