vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=237)
-   -   iPod-Hacking.com's mobile skin (https://vborg.vbsupport.ru/showthread.php?t=213136)

l3it3r 06-05-2009 11:15 AM

Does this only work in safari / webkit browsers on mobile? Anyone try in IE, opera or etc? (I would but I'm in a NOC with no cell at the moment :( )

carphead 06-06-2009 10:14 AM

Quote:

Originally Posted by ForgotenDynasty (Post 1816592)
The one in the top title bar or the list of them in view forum.

The list view. Anything longer than about 60 characters goes onto three lines and looks awful as it over laps the threads above and below.

EDIT: Found the problem. It was in the advanced CSS. I removed the below. I'll add it back and find the perfect settings later.

a.topictitle {

font-size:17px;
font-family: Helvetica;
color: #000000;


display: block; /* Sets the href to be a block rather than inline */

/* The padding properties adjust the text content within the href block */
padding-top: 8px;
padding-right: 8px;
padding-bottom: 8px;
padding-left: 58px;

/* The margin properties adjust the size of the href block */
margin-top: -14px;
margin-right: -0px;
margin-bottom: -14px;
margin-left: -50px;

text-decoration: none;
color:black;
}

Saqibm 06-06-2009 12:32 PM

Just to let you know that I've got mine up and running with no problems :) and have it on auto detect. You can check it out on your own iphone here:

forum.darkline.org.uk

Thanks, great theme!

ForgotenDynasty 06-06-2009 01:18 PM

Quote:

Originally Posted by Saqibm (Post 1824436)
Just to let you know that I've got mine up and running with no problems :) and have it on auto detect. You can check it out on your own iphone here:

forum.darkline.org.uk

Thanks, great theme!

Thats a mod i talked about that earlier.

Also its impossible for me to make my style alone be autodetected you need put code in your default style

I could make it so you can ONLY view it on the ipod touch/ iphone user agents then kick people like style id 2 or something like that so you can make that your your default and it will kick people to default if they are on a computer but thats not efficent

Digital Jedi 06-07-2009 01:55 AM

I'm noticing that Categories with subforums under them are not clickable and just show up as a bar with the Category name and nothing underneath it. Is this something that I need to edit, or will this show up differently in a device? I currently don't have a device with which to check.

http://www.cogonline.net/forums/index.php?styleid=30

TPTP 06-09-2009 02:12 PM

1 Attachment(s)
Quote:

Originally Posted by Digital Jedi (Post 1824862)
I'm noticing that Categories with subforums under them are not clickable and just show up as a bar with the Category name and nothing underneath it.

That's what I'm seeing. I just loaded your site from my iPhone, and here's a snapshot of part of the page:

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

The Categories that you mention are not clickable on the phone, either.


Another issue:
I just loaded this style on my test site, and unfortunately, Cyb's ChatBox and Advanced Forum Statistics do not work. Chatbox simply doesn't load, and Avdvanced Forum Statistics just sits there saying "Loading...".

Yes, it's a mobile style, but I have a number of iPhone users (myself included ;)), who don't care about bandwidth. Besides, ChatBox works fairly well on iPhone, but not on this style.

Any idea what's causing it? I'm running vB 3.8.2 and vBa 3.2.0.

Digital Jedi 06-11-2009 11:20 PM

Thanks for checking for me. I didn't want to edit the templates unless I had to.

I was under the impression that this style had been designed to exclude the chatbox and most of the hooks. Maybe I'm thinking of something else.

rmadeat 06-12-2009 06:30 PM

cool

Jman423 06-19-2009 01:33 AM

Was there ever a fix for forums that are not running quick reply?

Also, I am not seeing the blue and yellow bubbles on mine, just white backgrounds on posts, I've made sure to upload the iPhone folder to the vB root, and everything else seems OK, but no bubbles and no ability to post reply without hitting the quote button.

This is a great template though, thank you for your time in developing and supporting it.

EDIT: I answered all of my own questions, for those that may be wondering the same info:
  • Since I don't run quick reply on my forum, I simply commented out the "Reply" button in my postbit template (either postbit or postbit_legacy)
  • To fix the "Post Reply" button at the top of the thread, I had to edit the SHOWTHREAD template. I replaced the URL for the "largereplybutton" with the following (I also added another button to the bottom of the SHOWTHREAD template):
    Code:

    newreply.php?$session[sessionurl]do=newreply&noquote=1&p=$FIRSTPOSTID
  • And for the bubbles not showing, I realized that the style only shows the bubbles in the postbit_legacy mode (in vBulletin options), so I copied everything out of that template into the postbit template and it worked like a charm.

I hope this helps someone out...

ForgotenDynasty 06-20-2009 03:57 PM

I purposely made the catagory bars not clickable sorry I just think the skin works better that way
sorry for not being active ive just been busy with school and since I took my site down this skin is kin of like out of site out of mind but I will most likely be updating it over the summer

and thanks for that quick list of bug fixes that will save me a lot of time when I go threw to update

andreamarucci 06-21-2009 03:02 PM

Thanks for this fantastic style. However you said
Quote:

I will go threw and remove the hooks for my 1.1.0 release.
And since I've some Cyb mods and other mods on the regular board, I would like to know when you think to release this version because I would not want to mess up with the templates deleting things to make mods doesn't appear in the iphone style. Your idea to remove the hooks is correct so that if anyone would like to have the mods simply put the tag inside the template, otherwise should be better to have a theme without the hooks.

Thanks again...

andreamarucci 06-21-2009 03:20 PM

Another suggestion if possible. I think the the traditional method to display if the content of some forum is new or not it's better than having fixed icons like in this template. This way the user cannot see immediately if there are new post and where. Instead, with the traditional way, the user can see where the new messages are.

is there a way not to show the fixed icons and show the classic icons that are different if there are new messages or not?

thanks again

andreamarucci 06-21-2009 03:37 PM

Quote:

Originally Posted by Jman423 (Post 1832372)
[*] To fix the "Post Reply" button at the top of the thread, I had to edit the SHOWTHREAD template. I replaced the URL for the "largereplybutton" with the following (I also added another button to the bottom of the SHOWTHREAD template):
Code:

newreply.php?$session[sessionurl]do=newreply&noquote=1&p=$FIRSTPOSTID
I hope this helps someone out...

It helped me. Thank you very much!

andreamarucci 06-21-2009 05:09 PM

Last question. The quickreply box is showed but there's no way to make it work. in my forum it's necessary to click on the quick reply button to activate the field but I'm unable to find the correct link to copy and paste in the postbit template. Can you help?

andreamarucci 06-28-2009 01:12 PM

Mmmhh it's just an impression or it seems that noone is hanging out here?

AshleyTwo 07-15-2009 02:40 PM

I really like how it looks but there are a few things I am wondering if anyone knows how to change;

When viewing threads is there any way to introduce a "go to first unread post" button, like on a normal scheme? My forum has some large threads and I'm sure people wouldn't want to be scrolling all the way through them.

Thanks.

thephoneclub 08-31-2009 11:28 AM

How Could you disable the icon column forums?

Alfa1 08-31-2009 08:04 PM

After uploading the files and installing the forum style, I get a zillion of these:

Warning: strpos() [function.strpos]: Offset not contained in string in [path]/includes/functions_forumlist.php(393) : eval()'d code on line 227

How can I fix this?

exel 08-31-2009 10:11 PM

Alfa1, you have any modifications installed?

Alfa1 09-01-2009 03:14 PM

Yes, many. But after review of this style, I choose not to use it. My site is too large for it. Each forums takes up a considerable amount of space in this style. So having 350 forums does not work well with it.

thephoneclub 09-01-2009 06:16 PM

1 Attachment(s)
How Could you disable the icon column forums?
And also how to fix this?

thephoneclub 09-17-2009 02:41 PM

????????????????????????????????

.Tim 10-17-2009 08:46 PM

Status icons are not showing up for me and I don't get what the configuration process is for them.

ForgotenDynasty 10-25-2009 07:25 PM

Quote:

Originally Posted by .Tim (Post 1901470)
Status icons are not showing up for me and I don't get what the configuration process is for them.

all you do is rename the file name to the forum id. Its not difficult. I did that so people can use custom icons for their sections.

.Tim 10-27-2009 04:58 AM

So if my forumid is 27 I make the filename 27.png?

MrRem 11-05-2009 12:18 PM

Yes .Tim:

Quote:

Example
You have a forum named announcements. The forum ID to it is 12. You would Name the picture that you would like to assign to that forum 12.png

In order the find forum id look in the URL bar when inside that forum.
Code:
Code:

http://ipod-hacking.com/forum/forumdisplay.php?f=104
Notice how it end is f=104
The forum id to that forum is 104.
So in order to put a status icon next to it i would need to have a picture named 104.png in the statusicon folder

.Tim 11-06-2009 09:49 PM

I do that and it still doesn't appear. Not a big deal. I'm not going to waste my time trying to figure it out. I'll just build my own style.

orchidsi 11-18-2009 01:20 AM

Great style. Thanks.

Any way I can force the yellow and blue bubbles to work? It looks kinda funny without them.

ForgotenDynasty 11-21-2009 03:14 AM

Quote:

Originally Posted by orchidsi (Post 1916359)
Great style. Thanks.

Any way I can force the yellow and blue bubbles to work? It looks kinda funny without them.

it only works on the iphone or a web-kit based browser

orchidsi 11-21-2009 03:56 AM

Hmmm... not working on vb 3.8.4 on my iPhone. Need a screenshot?

pcam 11-30-2009 04:42 PM

How can I enable categories to be clickable / larger? All my forums are subforums categorized. This style is great, but unfortunately useless to us at its current state :/

seandavidson 12-04-2009 10:18 PM

How can I modify this theme so it does not have a custom forum status icon? I would like to have just 1 standard forum icon.

Sean

urbanpulse 12-17-2009 06:31 PM

Wow.. ive been looking for an iDevice skin for a while now but none have been very good!

This one just blew me awak when i installed it! :) Its awesome, great job!

Im running 4.0 beta 5 and i have found one minor bug in the menu button when using my iphone to browse my forum, The option 'your posts', when opened, the theme is mixed between this skin and my website skin.. the screen is also out of proportion as i must scroll left and right to be able to read / view my posts.

If you can fix this that would be great!

I recommend this style to anyone, Thanks allot

choccyclaire 12-21-2009 10:24 PM

Where can I alter the width of the page navigations at the top and bottom of both forums and threads? I don't wish to have it stretch the whole of the screen.

Thanks.

EDIT: Nvm, I adjusted the ul width in additional css. :)

Kat00 01-02-2010 01:32 AM

Quote:

Originally Posted by urbanpulse (Post 1932424)
Wow.. ive been looking for an iDevice skin for a while now but none have been very good!

This one just blew me awak when i installed it! :) Its awesome, great job!

Im running 4.0 beta 5 and i have found one minor bug in the menu button when using my iphone to browse my forum, The option 'your posts', when opened, the theme is mixed between this skin and my website skin.. the screen is also out of proportion as i must scroll left and right to be able to read / view my posts.

If you can fix this that would be great!

I recommend this style to anyone, Thanks allot

You can fix the "Your Posts" screen being "Out of Proortion" by setting the Stylevar doc_minWidth to 280px

Buggered if I can get any colors to change thou.....

VB4.0PL1

Can anyone else get this going properly?

Kat00 01-02-2010 03:14 AM

Getting errors when logging in, I just about give up.

Kat00 01-03-2010 04:19 AM

Overcame the logging in and out problem.....

The only thing I can't get working with this style in V4.0 is page 2 in any thread or post for some reason its calling for a page that doesn't exist.

The info is there because if I make a new post in a existing thread with more than one page....... and then view todays posts and go to page 2 that way it works........

Close but no cigar.

MrRem 01-07-2010 10:05 AM

This style is for version 3.8 not 4.0

accludetuner 01-10-2010 08:36 PM

Searched and I didn't see anyone else with this problem.

I know this is for iPhones, but it also works and looks great on other phones as well. I have one member with a Blackjack2 phone running Windows Mobile 6. The style works great for him too with the exception of one thing. If he posts, everything works great. If he goes to edit his post, it shows all of the HTML within the post. After he edits, the HTML code is visible in the post to everyone. Not sure what would cause this on just that one type of phone. Any ideas?

EDIT: Here's an example of his edited post:

Quote:

<p>MWG 90 Rounder AR-15 Magazine</p>
<p>&nbsp;</p>
<p>Take your shooting to the next level with this high capacity magazine. The enclosed MWG 90 Rounder for the AR-15/M16 boasts the finest in state of the art high capacity magazine design. An innovative snail-drum design and advanced materials combine to make it extremely light, strong, and ultra reliable. Made to handle heavy field use with little maintenance. Magazine holds 90 rounds of 5.56 mm (.223 Remington). Only 3/4&quot; longer than a standard 30-round magazine. Stripper clips and speed loader included. Weight: Empty, 1.25 lbs., Loaded, 3.60 lbs. Length: 7.75&quot; </p>
<p>$90 shipped Never fired!!</p> Still Available!!
<p><img src="http://images.cabelas.com/is/image/cabelas/s7_227640_imageset_01?$main-Large$" border="0" alt="" /></p>
That's what everyone sees.

Ramya108 02-01-2010 09:49 PM

Installed, works great!
Thank you!


All times are GMT. The time now is 12:48 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.01291 seconds
  • Memory Usage 1,832KB
  • 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
  • (10)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
  • (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