vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=195)
-   -   Mobile/Cell Phone Style (https://vborg.vbsupport.ru/showthread.php?t=151186)

incisor 06-18-2008 11:16 AM

Quote:

Originally Posted by dartho (Post 1547489)
You're right! Should be fixed now (version 2.10a) Thanks!

nope, not for me i get a Invalid File Specified error when i try to update with 10a

dartho 06-18-2008 10:40 PM

Are you installing via product manager or style manager?

incisor 06-20-2008 11:02 AM

as a style...

tried again tonite and it went fine, so it is clear it was something at my end..

not sure what but it worked fine....

Tralala 07-18-2008 07:24 PM

I'd love this skin, and am still on 3.6.x so can't (yet) use the 3.7 upgrade.

Any chance this version can get the update: "Added auto quoting when replying to a post"
(Cuz that's really the only thing my users are clamoring for.)

And I can't justify going through the hassle of upgrading my whole forum to 3.7 just yet, just to use that skin, just to get that feature.

Thanks for the consideration. :)

dartho 07-18-2008 09:56 PM

Changing your newreply template to the following should do the trick
Code:

$stylevar[htmldoctype]
<html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
</head>
<body>
$header
$navbar
<div class="titlebg">Reply To: $threadinfo[title]</div>
<form action="newreply.php" method="post">
<div>
$vbphrase[message]:<br />
<textarea name="message" id="{$editorid}_textarea" rows="10" cols="15" style="width:100%; height:100px">$newpost[message]</textarea>
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="postreply" />
<input type="hidden" name="t" value="$threadid" />
<input type="hidden" name="p" value="$postid" />
<input type="hidden" name="posthash" value="$posthash" />
<input type="hidden" name="poststarttime" value="$poststarttime" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<input type="submit" class="button" name="sbutton" value="$vbphrase[submit_reply]" accesskey="s" tabindex="1" />
</div>
</form>
$footer
</body>
</html>


Tralala 07-22-2008 06:31 PM

That worked just fine, thanks very much, dartho!

WichitaRacing 07-26-2008 05:30 PM

Very nice style!

Right now vBshout shoutbox displays on my PDA. Any way to disable the shoutbox for this style only?

dartho 07-26-2008 10:35 PM

I think you could revert all the forumhome_vbshout templates for this style (make sure you don;t do this on your otehr styles, only for styles you don;t want vbshout to show up for!

Alternatively you could wrap the plugin code for vbshout templates in conditionals.

Edit all the vBshout [Template Alteration] plugin and add a new line at the start:

Code:

if (STYLEID != xx){
replace the XX with the styleid number of this style

and a new line at the end

Code:

}

Ransack 08-14-2008 11:37 PM

How is a user to unset this style? Once using this skin, the UserCP => Select Skin option is no longer available :(
Or am I missing something?

dartho 08-15-2008 12:53 AM

Edit your navbar or footer template and add in a link back to you main page default style

<a class="navbar" href="$vboptions[bburl]/index.php?$session[sessionurl]styleid=xx>Full Version</a>

where xx is the styleid number of your default style

sunnylikbeckham 08-15-2008 07:17 PM

great man
installed
will it automaticaly redirect the mobile users to it?
does anybody confirmed?

dartho 08-15-2008 09:58 PM

see here :https://vborg.vbsupport.ru/showthread.php?t=130983 for redirection add-on..

viper357 10-10-2008 03:33 PM

Is there any way to allow users to quote posts in this style?

dartho 10-11-2008 08:13 AM

Clicking/Tapping "reply" in a post should automatically quote the post from memory ...

turbosatan 10-16-2008 06:41 PM

Nice Style :D:D

Thank you

wilson.dvb2 10-31-2008 10:35 AM

Installed succesfully ... , thanks ..

now i have a question , How can i allow picture in my forum load in this style on mobile ?

dartho 10-31-2008 11:19 AM

Removing all the replacement variables for this style will allow images to be displayed

edytwinky 12-03-2008 07:35 PM

Is there a way to add a template selector on this?

Some of my mobile users have phone browsers that are good enough to view the regular forum. I'd like for them to be able to switch back and forth as they please.

Krazeguy 02-12-2009 01:46 AM

I have come across a very annoying but presumably easy to fix issue;

Here on the forum index, the thread page selection works fine eg Page (1 2 3 ... ) points to mobile.adultforum.co.nz

But here within the thread, the page number links point to www.adultforum.co.nz

So we are loosing the mobile template upon page selection within threads ... can anyone point me to a fix please?

EDIT: More link issues, heres a quote from one of my members;

Quote:

Oops, when you reply to a thread by clicking the reply link it goes back to the www.adultforum.co.nz version of the site.

Also, you are looking at a list of topics (e.g. from the "new posts" link) the "lastest messages" type button is missing so you can't go to the post just after the one you last read.

dartho 02-12-2009 09:43 PM

I no longer have a 3.6 site, but I couldn't reproduce this on my 3.8 site, and never encountered the issue previously when it was 3.6 or 3.7 I also use DDDS to switch styles. I'd hazard a guess that something else is at play here...

slehmann 05-03-2009 10:26 PM

does this style work with all versions of 3.6 or just 3.6.10? and do you have to use the mods to direct cellphone users or will it work without that?

dartho 05-04-2009 01:34 AM

should work with all 3.6 versions. It's just a style - if you want any 'smarts', you'll need to look at other add-ons.

slehmann 05-04-2009 11:07 AM

thanks for the reply.

princeedward 07-10-2009 11:30 AM

nice thing....to test this one...one questions is...if i click the Mobile Style...is there any way of possible to go back to the default style that i'm using?

also i am using cyb chatbox...but can't make my shout through...any way to make it work or if not...how can i remove the chatbox?

thanks and best regards...

;)

EDITED: figure it out now!

;)

flowermama 07-21-2009 06:04 AM

Just had to come here and say that it's working great on my board (I have version 3.8.3). Thank you so much! eta: Oh, wait, lol... I clicked on the wrong link. I meant to post this to this thread: https://vborg.vbsupport.ru/showthread.php?t=174375 Sorry about that.

rushabh 02-15-2010 04:17 AM

Excellent style. Loads super fast. Rated 5 star & marked as installed (along with your mobile detection -> custom skin hack). Thanks for sharing, Dartho.

One question : Our users prefer to have the attachment option available. Now, your skin doesn't display attachments at all. Is it possible to add a link to the attachment (at the right place in the post)? Thus, the skin will still load quickly and those who want to see the photo attachment in a post, can click on the link to have the attachment open up.

dartho 02-15-2010 06:42 AM

Attachments were addressed in later versions which may still work under 3.6

3.7 https://vborg.vbsupport.ru/showthread.php?t=174375
3.8 https://vborg.vbsupport.ru/showthread.php?t=229238

I'd install these as new styles and test first!

rushabh 02-15-2010 07:58 AM

Thank you, Dartho. Your support is much appreciated :)

rushabh 02-15-2010 09:19 AM

Hi Dartho,

The mobile auto-detect hack does not work with this hack?

If I leave the mobile auto-detect on (from this hack), and display the style chooser from the "Extend and Customise "Mobile" Style Options" hack, it is not possible to change styles. Whatever style you choose, its only the mobile style that loads.

Just wanted to make sure I am getting this correctly.

dartho 02-15-2010 10:29 AM

They work together as such, but the mobile autodetect hack overrides all others as far as changing styles go so if you use both there is no point placing a link to your default style

rushabh 02-16-2010 04:31 AM

Quote:

Originally Posted by dartho (Post 1982825)
but the mobile autodetect hack overrides all others as far as changing styles go

Thanks Dartho.

So, just to confirm : If I have the mobile autodetect hack, there is no point in offering the style chooser on the mobile skin. The style chooser will get over-ruled anyways? That is, the mobile autodetect hack will continue to show the forum in the mobile skin ONLY.

And why is this option available in the "Mobile Style Options" Hack?

Quote:

What is your Mobile style?
Which style do you display to mobile device users?
If its not going to offer a style automatically to mobile users (like the auto detector does), what is the purpose of this option in the adminCP?

dartho 02-16-2010 05:51 AM

This style is not compatible with the "Mobile Options" addon

Posting here is likely causing confusion. Please post in the correct thread for the add-on or style you are questioning and I'll answer there as I do not know what version of which you are attempting to use.

basketmen 11-30-2010 07:43 PM

Quote:

Originally Posted by viper357 (Post 1642009)
Is there any way to allow users to quote posts in this style?

Quote:

Originally Posted by dartho (Post 1642536)
Clicking/Tapping "reply" in a post should automatically quote the post from memory ...


I am sorry guys, when i try clicking Reply link, no quoted message with it

is it really quoting in your installation? if yes please give some live forum


i already try add complete codes from default style (postbit template) to this mobi style postbit, already click all link, but still no one quoted

Gueldenstern 08-21-2011 09:04 PM

thanks for this style.


All times are GMT. The time now is 01:36 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.01458 seconds
  • Memory Usage 1,809KB
  • 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
  • (3)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (34)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