vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=230)
-   -   Mobile, Cell, Phone, PDA, iPhone Style (https://vborg.vbsupport.ru/showthread.php?t=174375)

rob30UK 04-17-2008 11:34 AM

after investigation, this may only happen when there has been at least one failed login attempts

J105C 04-21-2008 06:12 AM

'Posted via Mobile Device' message to new posts does not work!

I just tested posting a thread and it didnt' come up weird :o

vB 3.6.9 here though

slmoney 04-23-2008 06:27 PM

any luck configuring Adsense with this?

slmoney 04-23-2008 06:37 PM

Quote:

Originally Posted by J105C (Post 1495598)
'Posted via Mobile Device' message to new posts does not work!

I just tested posting a thread and it didnt' come up weird :o

vB 3.6.9 here though

actually...it works of you hit Post reply...but does NOT work if you use quick reply....

MissKalunji 04-23-2008 06:51 PM

it works both ways for mine:-/

buro9 04-24-2008 02:58 PM

I want to install this but would like to know if it is affected by the security vulnerability discovered in the latest version of vBulletin and whether it works with 3.7 RC4 or will require re-visiting before it is ready for 3.7.

Just to re-cap... all of the forms require changes.

Jase2 04-26-2008 10:13 PM

I hope there's an update soon.... :)

I'm sure Dartho will be back soon.

Crimm 04-29-2008 01:37 PM

Dartho I hope you don't mind this. I HAD to get this working, so I thought I would offer everyone a bandaid until Dartho gets back. I thought I would share in case anyone is stuck after moving to 3.7 today.

Okay I had to get this working, since I have already moved to 3.7 and I have mobile users ;)

According to this post: https://vborg.vbsupport.ru/showthread.php?t=177013

If you are getting this error:

Quote:

‪Your submission could not be processed because a security token was missing or mismatched.If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error
Find the following templates:

Quote:

SHOWTHREAD
newthread
newreply
showthread_quickreply
modifysignature
modifyoptions
socialgroups_group
pm_newpm
editpost
Add this just before the submit button:
Code:

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
That should at least get you by in a pinch until Dartho puts a new version up.

;)

dartho 04-30-2008 06:28 AM

Many thanks, Crimm - I've been away for a few weeks and only got back this morning. I'll look into this soon when I get a chance!

Crimm 04-30-2008 02:06 PM

Quote:

Originally Posted by dartho (Post 1503052)
Many thanks, Crimm - I've been away for a few weeks and only got back this morning. I'll look into this soon when I get a chance!

NP. I love your theme btw ;)

EDIT: I may have found a bug. I can't tell if it's my phone, my server or my site, but sometime the pages load blank.

lifanovsky 04-30-2008 11:49 PM

Since gold is here - will this theme be updated? Thanks in advance - looking forward, actually...

swissbob 05-03-2008 02:49 PM

Any solution to the Mobile Adsense issue?

And we really need some way for users to switch the style back to the default at least - people are getting locked into the mobile style if they select it from the drop down menu :) :(

Great style though, thanks!

swissbob 05-03-2008 04:29 PM

I have set up a subdomain of my forum, m.myforum.com, using the Different Domain plugin, and given it this style.

I have turned off the 'include domain in URLs' option in vbSEO.

The front page works fine, and all the URLs now stay on the mobile domain. However, once I click on a forum page, all the links are now pointing back to the original domain. I tracked this down to the HTML head section, which includes:
<base href="http://www.myforum.com" />

I looked in the header and headinclude template and this isn't there.... so where does this come from and how do I remove it please?

TsirhCitna 05-03-2008 07:26 PM

This seems great except that you can't get out of the style once you choose it.

callumbush 05-04-2008 06:33 PM

Quote:

Originally Posted by TsirhCitna (Post 1507210)
This seems great except that you can't get out of the style once you choose it.

Yes I just logged on to say this also! :) I had to uninstall it to solve the problem

callumbush 05-04-2008 08:38 PM

Here is some more feedback:

1. If I am viewing a thread with multiple attachments, this style doesn't work great as it lists each attachment in one single line (i.e. it doesn't indent them), which makes the page extremely wide and therefore you have to zoom to view it (I was using Opera mini btw). There is also no gap between the names of each attachment, which makes them even harder to read/distinguish.

2. You cannot see how big an attachment is. It is really important to know this

Hope this helps! :)

Callum

Crimm 05-06-2008 08:42 PM

Here's some things I have found. Dartho I hope you don't mind me offering suggestions. If you do, let me know.

1. Style Choosing issue:

I went to the following template: modifyoptions

Before:

Code:

<div>
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<input type="submit" class="button" value="$vbphrase[save_changes]" accesskey="s" />
<input type="reset" class="button" value="$vbphrase[reset_fields]" accesskey="r" />
</div>

I added the following code:

Code:

<if condition="$show['quickchooser']">
<div class="windowbg2">Style Chooser</div>
<span>
<select name="styleid" onchange="switch_id(this, 'style')">
<optgroup label="$vbphrase[quick_style_chooser]">
$quickchooserbits
</optgroup>
</select>
</td>
</if>
</span>
<br />

2. Phrases Missing

I also noticed that in the same template: modifyoptions... The following phrases aren't showing up:

Quote:

$vbphrase[show_my_reputation_level]
$vbphrase[pm_from_buddies_only]
So if you go to the
  • Admin CP->Language and Phrase Manager
  • Click add new phrase at the bottom
  • In varname put pm_from_buddies_only
  • In text put PM's from buddies only
  • Add another new phrase
  • in varname put show_my_reputation_level
  • in text put Show my reputation level
3. Larger Text in Some Areas

I have noticed that on some pages the text is larger than others, but I haven't figure out why. I'll play with it and see if I can find anything.

4. Spaces above and below SocialGroups and MemberINFO

For some reason on my phone there are newlines at the top and bottom of these templates. I don't see it when I use a PC browser. I'll also see if I can offer any advice on that as well.

Ad1tya 05-07-2008 08:38 AM

Can you please update this for vB 3.7 Gold?

lifanovsky 05-07-2008 12:51 PM

Quote:

Originally Posted by Ad1tya (Post 1511417)
Can you please update this for vB 3.7 Gold?

Just can't wait, really...

Jase2 05-07-2008 05:44 PM

Any update soon? :)

dartho 05-09-2008 08:58 AM

Sorry - no update coming anytime soon :(

Message from 'Update Email':

Quote:

Originally Posted by dartho
Many apologies but I no longer have the time to support this style. However, I hope not to leave everyone high and dry with an unsupported style - If anyone with necessary skills/knowledge is interested in taking over it's development etc, please let me know. All I ask in return is that they do the same should they no longer be able to develop in the future....


buro9 05-09-2008 09:18 AM

I still want this updated for vb3.7 but don't have the time to maintain all by myself.

However, if you're willing dartho, I am prepared to upload it to sourceforge under a open source license, and grant developer rights to other users so that the mobile skin can collaboratively be worked upon.

A definitive feature rich mobile skin is so essential, and this is the best of the bunch IMO. So I'd be happy to get it to 3.7 gold, get it open sourced and shared, and help deal with some of the bugs... providing that dartho agrees to open sourcing his code, and at least one other committed developer comes on board to help so that it's not a solo job.

dartho 05-09-2008 09:36 AM

Sounds fantastic to me if other coders/designers are up for it - a "stable release" should likely be maintained on vBulletin.org so people find it - but you already knew that ;)

Would vBulletin.org allow us to link to a sourceforge page ratherthan host the style here?

Crimm 05-09-2008 11:59 AM

I would like to take over the project if the offer still stands as well.

I'm semi-new to the vBulletin.org world, but I have enjoyed working on this style for my own site and wouldn't mind giving it a go here.

RCK 05-09-2008 03:23 PM

If Crimm already worked on this style, I would say let give it control.
This style deserve to be finalized for vB 3.7 :)

Jase2 05-09-2008 04:59 PM

That's a shame Dartho, but I understand how "real life" things can get in the way. I wish you the very best for the future.

When I get sometime, I'm going to be updating this for my tech site. I will then release an updated version.

MissKalunji 05-09-2008 05:03 PM

Quote:

Originally Posted by dartho (Post 1513561)
Sorry - no update coming anytime soon :(

Message from 'Update Email':

Thanks for your time :) nonetheless

RCK 05-09-2008 07:36 PM

Quote:

Originally Posted by swissbob (Post 1507045)
I have set up a subdomain of my forum, m.myforum.com, using the Different Domain plugin, and given it this style.

I have turned off the 'include domain in URLs' option in vbSEO.

The front page works fine, and all the URLs now stay on the mobile domain. However, once I click on a forum page, all the links are now pointing back to the original domain. I tracked this down to the HTML head section, which includes:
<base href="http://www.myforum.com" />

I looked in the header and headinclude template and this isn't there.... so where does this come from and how do I remove it please?

Hello,
I don't know what is vbSEO and didn't change the 'include domain in URLs' option. But with standard vB I manage to fix the error you had.

Go into admincp > Search in Templates > Find and Replace > Choose "mobile" template.
Search for text: $vboptions[bburl]
Replace with Text: empty
Test Replacement: no
hit button "Find" and this will fix your problem, because all reference to original board url will have been removed :)

4695697.mobi 05-11-2008 05:48 AM

hi

I also would like to raise the question if anyone has found any success yet including Google's new "Mobile Adsense" yet with this wonderful mobile style (I get an error when I try to add the php codelet to the header or footer in Common Templates)

hope we can find out how soon, here, this is all Great :)

Thank you for this opportunity

Jase2 05-11-2008 11:16 AM

That's because it is PHP code. You will need to add some hook locations for mobile ads to work.

dartho 05-11-2008 09:22 PM

Crimm's changes to fix security token errors and RCK's changes to remove absolute URL's have now been implemented in latest version

SwollenCranium 05-12-2008 12:36 AM

I am unable to post.

When I attempt to make a post it says i am not logged in. Then it directs me to a log in page.

After I log in it tries to send me to the thread but instead gives me an 'invalid thread' message.

Any ideas what needs to be done to fix this ?

SAT2M 05-12-2008 08:16 AM

Quote:

1. Mobile Phone / iPhone / PDA Detection and Style Assignment
Will automatically detect a mobile device and force the user to use a pre-defined style
This option dont work for me What I was doing?

dartho 05-12-2008 09:46 AM

@SAT2M - Not sure - but questions in regards to that add-on should probably be asked in its' thread.

@SwollenCranium - what sort of device are you posting from? Also - what are teh URL's which are giving you issues.

Crimm 05-12-2008 04:19 PM

Dartho,

Does this mean you have decided to work on it again? That's great news :)

I have more to add ... Keep posting in here?

TechGuy 05-13-2008 12:24 AM

My mobile version of Opera shows the 11x11progress image when I click inside the quick reply box... and then nothing else. :(

dartho 05-13-2008 01:07 AM

@Crimm - yeah, keep posting and I'll implement as I get the time
@TechGuy - so you can't type when in the Quick Reply box?

TechGuy 05-13-2008 01:45 AM

Right -- as soon as I click inside the message box it points my browser to the .gif image. It's not just showing the gif, but I can see the URL to the .gif in the address bar (rather than the URL of the thread I was viewing).

dartho 05-13-2008 03:30 AM

I actually don't use any gif's in this style - I logged onto your site with a mobile device and didn't get a mobile style either...

dartho 05-13-2008 04:05 AM

There seems to be a bug with the "Home" link in the navbar. You will need to edit the navbar template and edit the first line. It currently says
Code:

<div class="navbar"><a class="navbar" href="$session[sessionurl_q]">Home</a>
You will need to change it to
Code:

<div class="navbar"><a class="navbar" href="index.php$session[sessionurl_q]">Home</a>
or what ever your default forum home page is...


All times are GMT. The time now is 09:18 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.01482 seconds
  • Memory Usage 1,830KB
  • 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
  • (5)bbcode_code_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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