vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=230)
-   -   iPhone / iPod Touch Optimized Skin (https://vborg.vbsupport.ru/showthread.php?t=171947)

Tralala 07-31-2008 06:38 AM

Here's another tip/tweak. Makes it so that new reply composition screen isn't in WYSIWYG mode... it's just the simple box. (but auto-quoting still works)

Thanks to dartho for the assist, I've done the same in this style and it works fine.

Changing your newreply template to the following:
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>


GoldenChaos 08-02-2008 11:29 PM

This is great! There are a few issues already mentioned that stop it from being perfect. For reference, I'm using SemperFideles's modification, which is as bug-free and English-optimized as I've found this theme to get. In addition, I'm using the modification to the newreply template stated in the post directly above this.

The list of what needs to be fixed from SemperFideles's release:
  • When browsing a specific forum, the top iPhone navigation bar is too skinny for the buttons (a screenshot was provided earlier in the thread)
  • When replying to a PM, the recipient's username overlaps the word "Recipients:"
  • "What's Going On" lacks additional stats beyond the number of users online
  • Profile Pages aren't in tune with the vB 3.7 profiles
  • You can't view or enter subforums! They don't even show up.
  • When posting, lines breaks don't register as new paragraphs - the whole post comes out as a lump.

That's the major stuff. It would be great to see if, perhaps, SemperFideles could add this (in addition to the modification Tralala mentioned above) to his modification? In addition, it would be neat to be able to edit posts from here with the simple non-WYSIYWG editor that Tralala provided above.

MissKalunji 08-03-2008 01:48 AM

I did fix other stuff... like the "post new reply" i removed the WYSIYWG it was too much

- Recipients:? i don't have that problem....i wouldn't be bale to help only if i can reproduce it
- About the 3.7 Profiles the main reason i believe they done it standard was because it would be too heavy for the mobile itself..
- You can't view or enter subforums? where? from the index?
- The bar being too skinny problem : https://vborg.vbsupport.ru/showpost....4&postcount=76

as for everything else keep in mind that you can't show everything when you are using mobile...the heavier it is more chance you get to crash on you...if you're looking to show everything you might as well just give them the full style no? Just a thought...

GoldenChaos 08-03-2008 11:10 AM

Quote:

Originally Posted by MissKalunji (Post 1590252)
- About the 3.7 Profiles the main reason i believe they done it standard was because it would be too heavy for the mobile itself..

I meant more that certain areas are incompatible. It tries to display IM information, but that predates it to vB6 - the information doesn't show up.

Quote:

- You can't view or enter subforums? where? from the index?
No, from within the parent forum. For example, we have a forum called "Community Central". Posts are made in one of the five separate subforums within Community Central, and no posts are made in the main Community Central board. However, this skin does not show those subforums.

Quote:

- The bar being too skinny problem : https://vborg.vbsupport.ru/showpost....4&postcount=76
Thanks! Worked like a charm. :D

Quote:

as for everything else keep in mind that you can't show everything when you are using mobile...the heavier it is more chance you get to crash on you...if you're looking to show everything you might as well just give them the full style no? Just a thought...
The only other thing I mentioned was showing s'more info down in the What's Going On area as well as the edit functionality :B... I don't think it's too much for mobile devices to handle, especially the iPhone that it was built for. In addition, I don't think it's going to *crash* under any circumstances...

I'll work on applying some of this stuff myself, though. :P

Banana 08-05-2008 09:18 AM

For reference, I'm using SemperFideles's modification

It looks great - thanks. However I cannot see the icon that takes one to the first unread post of each thread on the "New Posts" results page. Have I messed up or is it missing?

Thanks

p.s. I had to change the header template to change the landing site to my own website :)

MissKalunji 08-07-2008 03:58 AM

Quote:

Originally Posted by GoldenChaos (Post 1590462)
I meant more that certain areas are incompatible. It tries to display IM information, but that predates it to vB6 - the information doesn't show up.


No, from within the parent forum. For example, we have a forum called "Community Central". Posts are made in one of the five separate subforums within Community Central, and no posts are made in the main Community Central board. However, this skin does not show those subforums.


Thanks! Worked like a charm. :D


The only other thing I mentioned was showing s'more info down in the What's Going On area as well as the edit functionality :B... I don't think it's too much for mobile devices to handle, especially the iPhone that it was built for. In addition, I don't think it's going to *crash* under any circumstances...

I'll work on applying some of this stuff myself, though. :P

Cool let me know if you need more help :). i was just giving an advice about the crashing cause some of those news websites crashes the browser but you are right most of them are just variable to add anyways

unknownkind 08-14-2008 07:11 PM

Can anyone confirm this working on 3.6.8?

vomer 08-16-2008 05:12 PM

Quote:

Originally Posted by Kaelon (Post 1541117)
This is a beautifully-designed skin, and I have been using it as a basis for a skin for my site. However, I'm having problems adapting it for use with sites that have nested forums. For example:

--Category
----Forum (no posts)
------Forum (posts)
------Forum (posts)
----Forum (no posts)
------Forum (posts)
... etc.

Is there a way to get these subforums properly rendered when users select a parent forum?

yes any solution to this?? :confused:

Gossennator 08-18-2008 03:12 PM

Quote:

Originally Posted by unknownkind (Post 1598692)
Can anyone confirm this working on 3.6.8?

works perfect for me...except there is no new post button? How could go about adding this?

vol_freak 08-24-2008 03:46 AM

Quote:

Originally Posted by SemperFideles (Post 1586338)
Are you sure that's the issue? Deleting that code didn't solve the problem for me.

Edit: Figured it out. It's in the postbit template. I added the a name back in and it works now.

Can you clarify about adding the a name back?

Quote:

Originally Posted by Banana (Post 1591754)
For reference, I'm using SemperFideles's modification

It looks great - thanks. However I cannot see the icon that takes one to the first unread post of each thread on the "New Posts" results page. Have I messed up or is it missing?

Anyone ever figure this out. The "go to first new post" in each thread is a very important feature imo that could really be a nice addition to this skin.


All times are GMT. The time now is 05:50 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.02549 seconds
  • Memory Usage 1,757KB
  • 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
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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