vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - Mobile Device Style Assignment (https://vborg.vbsupport.ru/showthread.php?t=130983)

mariocaz 03-12-2008 04:01 PM

Of course work in 3.6.8 yo can see it in the top of this site.

Also I have installed there and works perfectly.

nicolerork 03-12-2008 04:07 PM

Ah, nevermind. I figured it ou!

tehtide 03-14-2008 10:04 PM

Ok... we have this installed on our site, http://www.clan-tlb.com, with vbAdvanced as our home page. The issue is this.. when you browse to the site with Windows Mobile 6, there are 3 broken image links, and the login doesn't work. Any one have any ideas?

thanks

mariocaz 03-14-2008 10:13 PM

Solution by dartho:
Edit the adv_portal template in the CMPS group for the mobile styles and replace the contents with
Code:

<html>
<head>
<title>Redirecting to mobile friendly</title>
<META http-equiv="refresh" content="2;URL=http://URL_TO_FORUM_HOME">
</head>
<body>
<p>
Redirecting to mobile site...
</p>
</body>
</html>

make sure to change the URL in the code above

This is the best solution my friend.

dartho 03-14-2008 10:39 PM

Quote:

Originally Posted by tehtide (Post 1464897)
Ok... we have this installed on our site, http://www.clan-tlb.com, with vbAdvanced as our home page. The issue is this.. when you browse to the site with Windows Mobile 6, there are 3 broken image links, and the login doesn't work. Any one have any ideas?

thanks

Those broken image links and login issues are nothing to do with this addon - all this does is detect a mobile device and assign a style accordingly.

The first of the broken images is http://www.clan-tlb.com/images/butto...lapse_tcat.gif which doesn't exist, neither do the other two - http://www.clan-tlb.com/images/buttons/sendtofriend.gif and http://www.clan-tlb.com/images/buttons/printer.gif seems there are some paths wrong somewhere... I think you need to do some more editing of your vbadvanced templates

As for the login not working - does it work from your forums home page (as opposed to the vbAdvanced page?)

Personally I'd suggest the same as Mario. Feel free to click "Mark as Installed" also... ;)

tehtide 03-14-2008 11:16 PM

Ok... I'll take a look.

The crazy thing is that it work on every other device that we have used... it is just the Windows Mobile 6 that isn't playing friendly.

thanks for all your help guys!

tehtide 03-15-2008 12:07 AM

Ok... I found in the vbAdvanced CMPS templates where the issues were... took a bit but now it's working...

Dartho... one thing in your style in order to fix the login issue I changed the following:
<form action="login.php?do=login" method="post">
to
<form action="$vboptions[bburl]/login.php?do=login" method="post">

and all was fixed!!!

thanks for the help...

dartho 03-15-2008 12:58 AM

glad it's working for you..

BTW:

Quote:

I changed the following:
<form action="$vboptions[bburl]/login.php?do=login" method="post">
to
<form action="$vboptions[bburl]/login.php?do=login" method="post">
you mean from <form action="login.php?do=login" method="post"> to <form action="$vboptions[bburl]/login.php?do=login" method="post">

Yep - that would need to be done to make the logging on work on a vBadvanced page if you had vBa CMPS installed in the root of your domain and vBulletin in a directory off your root.

Jase2 03-16-2008 10:32 PM

*Jason eagerly awaits the 3.7 release* :p

Regards Jason :)

dartho 03-17-2008 12:49 AM

Relased for 3.7 HERE

:)


All times are GMT. The time now is 01:21 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.01435 seconds
  • Memory Usage 1,740KB
  • 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
  • (2)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