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)

dartho 04-10-2008 03:20 AM

Uploaded a new 2.09 version - only change is version number now at 3.6.9 + only has new 'blue' css file in zip

@RaceJunki - there are no Gallery or vbAdvanced templates in current version (or the last version, I didn't check back further) I have removed old versions to minimise confusion

RaceJunkie 04-10-2008 10:33 AM

Quote:

Originally Posted by dartho (Post 1487203)
Uploaded a new 2.09 version - only change is version number now at 3.6.9 + only has new 'blue' css file in zip

@RaceJunki - there are no Gallery or vbAdvanced templates in current version (or the last version, I didn't check back further) I have removed old versions to minimise confusion

When I upload the style the extra templates are there though.:confused:

edch 04-10-2008 04:19 PM

Hello, I have installed but when I try to login I can enter my username and password and check the remember me but the login link is not active. In other words when I try to get to the login link I can't get to it. Can't highlight, cursor doesnt' go to login link. Using sprint network and a sanyo katana.

Thanks

dartho 04-11-2008 01:20 AM

Quote:

Originally Posted by dutchbb (Post 1486782)
And how do we change style back to normal? There isn't a menu on forumhome , also can't find it in options...

You'll need to manually edit say the footer template and insert a link to your default style - say after the Online link?

<a href="/index.php?styleid=xx">Full Version</a> where xx is the styleid of your default style

@Racejunkie - are you importing the style with no parent as a new style?

@edch - not sure - do you have a login button showing? This is teh only report I have of this being an issue. Sorry - I know nothing about sprint or Katanas...

mariocaz 04-11-2008 03:05 AM

So this with new version my mobile style will works again ??

And what I have to do to update with the new version ?

dartho 04-11-2008 03:14 AM

this adds no new features or changes. I only updated the version number in the XML so that vBulletin does not report templates being out of date. I've checked you site and the mobile detection and this style seem to be working fine.

mariocaz 04-11-2008 03:21 AM

So when you enter to my site automatically enter with the mobile style in your device ?

dartho 04-11-2008 04:05 AM

that is correct!

edch 04-11-2008 01:00 PM

Hello, I reinstalled and everything seemed the same, what I was doing was looking at the sections. I finaly decided to try the view pc version and wow everything looked better and I could login and reply. So user freakn error. Thanks for this wonderful mod!

GYSMO 04-14-2008 04:39 AM

was wondering if was an other way then disconnecting to go back on default style setting dont know if its hidden somewhere I cant see but once are on this style I must digh out to have default setting back again :eek:

www.ir-gsm.ir 04-15-2008 05:24 AM

need this style
www.gsmhosting.com

mindfrost82 04-20-2008 12:31 AM

How can I make it so that a user's signature shows up when they make a post from their mobile device?

I saw the template changes to show sigs on the posts, but when someone makes a mobile post their sig doesn't show up (even when using the regular style).

tekguru 04-20-2008 12:43 PM

I still get vB reporting that the 'theadbit' template needs updating to 3.6.9 ...

J105C 04-21-2008 12:08 AM

Weird I get this error from ready.mobi:

Character Encoding:

FAIL
Character encoding in Content-type HTTP response header is not UTF-8. It was detected as: ISO-8859-1

NSeXcellent 04-21-2008 05:09 PM

Can someone direct me to the post that explains how to deactivate the vbadvanced side columns for this style? Everything else seems to be working good.

Thanks in advance

treasureman 04-25-2008 04:39 PM

I just tried to import this style for 3.6.10 and VB wouldn't allow me. Below is the error messsage:

This file was created using a different version of vBulletin from the one you are running.

Your version: 3.6.10
File version: 3.6.9

Any idea how I can use it for 3.6.10?

tekguru 04-26-2008 11:01 AM

It's not just that issue, on my site at least even if one has the template already installed and upgrades the forum to 3.6.10 then using the style one is not able to post using it as the template upgrade has not worked.....

We need some serious fixing by the author here to give a 3.6.10 compatible version!

dartho 04-30-2008 06:22 AM

Been away on holiday for a bit - will look into issues as soon as I get a bit of time...

treasureman 05-04-2008 07:15 PM

Yeah, the new security check in VB 3.6.10 will not allow a post from this style. I went ahead and installed it with 3.6.10 and can view the forum fine, but get the below error when trying to post:

Your submission could not be processed because a security token was missing or mismached.

Phaedrus 05-04-2008 08:14 PM

hmmm... It worked for me in 3.6.10 before the upgrade.

Does yours have the line:

Code:

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
in the "newreply" template?

treasureman 05-05-2008 11:55 AM

Quote:

Originally Posted by Phaedrus (Post 1508517)
hmmm... It worked for me in 3.6.10 before the upgrade.

Does yours have the line:

Code:

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
in the "newreply" template?

No mine does not have that in the new reply template for the Mobi style.

Is there an update that has that?

b-roll 05-06-2008 07:12 PM

This has been a great skin for me, but I'm in the same boat. After my most recent upgrade, I am unable to use this skin. I've placed the code described above - with no luck.

I look forward to being able to use this skin again.

kev

treasureman 05-06-2008 08:34 PM

Okay here is now I got it to work for me with 3.6.10

Open the xml file in a text editor (mobi-vbulletin-style-2.09.xml)

Find:
<input type="hidden" name="s" value="$session[sessionhash]" />

ON a new line under each instance of the above add:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />

Save the file. Delete the old Mobi style. Then import the saved XML file file as a new style. It will be a larger number than before so if you use the "Mobile Device Detection" mod you will need to change the style # for Mobi to the new #.

b-roll 05-06-2008 08:57 PM

Thanks for the idea treasureman, but that didn't work for me... I get the same error after replacing the lines...

I'm still looking for ideas...

kev

Tim. 05-07-2008 08:40 PM

This is a great mod, perfect for my Blackberry Curve!

However after applying it, I notice one problem:
The top forums are not displayed in the Mobile Version, however are displayed in the Full Version. Screen shot attached.

Webpage: http://www.wc3campaigns.net/forums.php

As you can see on the Full Version there are forums titled 'Developers Corner', 'Artists Corner,' 'Project Discussion,' 'Hosted Projects,' then 'Town Hall' and the rest. The Mobile Version skips straight to the 'Town Hall.'

https://vborg.vbsupport.ru/attachmen...1&d=1210196214

Any ideas?

Derek_Trotter 05-13-2008 08:03 AM

Dartho,
is it possible to edit this excellent 2.09 stile and make it work for version 3.7?
Thanks!

dartho 05-13-2008 09:35 AM

Hi Derek, this has been ported over to 3.7, check HERE

I've been pretty busy and quite possibly not as thorough as usual in testing, please report any probs in that thread.

many thanks

Derek_Trotter 05-20-2008 09:27 AM

Thanks Dartho, I will report bugs if I detect any.

SwissGuy 06-11-2008 06:28 AM

Quote:

Originally Posted by b-roll (Post 1510957)
Thanks for the idea treasureman, but that didn't work for me... I get the same error after replacing the lines...

I'm still looking for ideas...

kev

I have the same problem. Any solutions would be much appreciated.

Thanks.

dartho 06-11-2008 10:26 AM

I'm sorry folks - I'll get a 3.6.10 version out by the end of the week. Security Token fixes is the only significant one I believe?

Tim - when I update to fix the security token issues, give it another go and see if you still have the same problems, however I think there may be external influences here - we'll see how it goes.

Again, my apologies - this version totally slipped my mind :(

SwissGuy 06-12-2008 06:57 AM

Maybe I missed it (happens :rolleyes:), new threads/threads with new posts are not highlighted (green, I read in the thread) on our forum. Any thoughts?

Edit: Stickies show up fine (yellow) by the way. So I guess the CSS is in the right place.

dartho 06-12-2008 08:31 AM

Green for new threads was from the original CSS. I think now new threads are only bolded..

You can change the colours around by editing the wireless.css file - look at all the classes with "new" or "unread" in the name...

dartho 06-12-2008 08:39 AM

New version release - only change is securitytoken added in for all forms..

Quote:

Originally Posted by Tim. (Post 1512012)
This is a great mod, perfect for my Blackberry Curve!

However after applying it, I notice one problem:
The top forums are not displayed in the Mobile Version, however are displayed in the Full Version. Screen shot attached.

Webpage: http://www.wc3campaigns.net/forums.php

As you can see on the Full Version there are forums titled 'Developers Corner', 'Artists Corner,' 'Project Discussion,' 'Hosted Projects,' then 'Town Hall' and the rest. The Mobile Version skips straight to the 'Town Hall.'


Any ideas?

Hi Tim - I've just had a look at your forums, and the "missing" forums are somehow different to the rest... Your "Modding" Forums and sub forums are the ones not showing up. I notice the link to "Warcraft III Modding Forums" is /forums.php?ex=1 which is not standard vBulletin. There must be an addon installed messing with things....

SwissGuy 06-12-2008 09:00 AM

Great. Found the right places and made the changes .... and there we are. Many thanks!
Quote:

Originally Posted by dartho (Post 1547454)
Green for new threads was from the original CSS. I think now new threads are only bolded..

You can change the colours around by editing the wireless.css file - look at all the classes with "new" or "unread" in the name...


SwissGuy 06-12-2008 09:01 AM

Quote:

Originally Posted by dartho (Post 1547459)
New version release - only change is securitytoken added in for all forms.

Just tried it. Sadly, this hasn't completely fixed the issue.

I found out that I can post using the reply button and "normal editor". The quick reply returns the same error as before, though.

dartho 06-12-2008 09:41 AM

You're right! Should be fixed now (version 2.10a) Thanks!

SwissGuy 06-12-2008 10:03 AM

Works like a dream now. Many thanks for your efforts, Dartho. Much appreciated.

mariocaz 06-12-2008 04:04 PM

I have a problem I want to do the update but in the ACP panel said me that the specified file is invalid when I want to overwrite the other version.

dartho 06-12-2008 09:51 PM

Mario - this is the 3.6 version - you need the 3.7 version

mariocaz 06-13-2008 01:29 AM

Yes so sorry I was confused because I received a mail of updated advice for this mod, sorry also I have that one for 3.7 and updated.


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