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)

nnjj.net 08-07-2007 09:16 AM

installed ;)

dartho 08-07-2007 01:22 PM

Quote:

Originally Posted by Mark Hewitt (Post 1311746)
Some thoughts after using it for a few days..

It's difficult to keep track of latest posts. When forums have new posts they have a green background, my suggestion is to extend this into the forumdisplay, when a thread has new posts, it has a green background.

Additionally, for the posts themselves, the header bar with the username, that should have a green background when it's a new post.

Also it doesn't seem to jump to the latest post the way it does on the full version. I don't know if that's a limitation of the skin or my phone.

PS You can find my forums at http://m.motorsportforum.com/

I can extend the highlighting of new threads when they have new posts, but this doesn't *appear* to extend to being able to do the same with new posts with in a thread.

I think I have the jumping to the latest post sorted now too - as of the next re4lease, it should jump to the newest post, currently it jumps to the page of the newest post.

Thanks for the feedback - when I release (which may not be real soon), you'll get an update notification :up:

tekguru 08-08-2007 07:05 AM

Sounding good - keep up the good work :)

Mark Hewitt 08-08-2007 09:36 AM

Quote:

Originally Posted by dartho (Post 1311872)
I can extend the highlighting of new threads when they have new posts, but this doesn't *appear* to extend to being able to do the same with new posts with in a thread.

I've had a quick look and they turned out both to be pretty straightforward with just an addition of a template conditional, so I've implemented it on my board.

Here is the code, feel free to use it in an upcoming release

Code:

POSTBIT:

<if condition="$post[statustitle] == 'Old'">
<div class="windowbg2">
<else />
<div class="new">
</if>

$post[username] $post[posttime] $post[postdate]
</div>
<div class="windowbg">$post[message]
<if condition="$post['editlink']"><a href="$post[editlink]">[Ed]</a></if>
<if condition="$post['replylink']"><a href="$post[replylink]">[Rep]</a></if>
<if condition="$show['reportlink']"><a href="report.php?$session[sessionurl]p=$post[postid]" rel="nofollow">[!!]</a> </if>

</div>

=========================

THEADBIT:

<if condition="$show['sticky']">
<div class="sticky">Sticky:
<a href="showthread.php?$session[sessionurl]goto=newpost&amp;t=$thread[threadid]"><strong>$thread[threadtitle]</strong></a>
<br />
by $thread[lastposter]: $thread[lastposttime] $thread[lastpostdate] </div>
<else />
<if condition="$show['gotonewpost']">
<div class="new">
<a href="showthread.php?$session[sessionurl]goto=newpost&amp;t=$thread[threadid]"><strong>>></a>
<else />
<div class="windowbg2">
</if>
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]">$thread[threadtitle]</strong></a>
<if condition="$thread['pagenav']">$stylevar[dirmark]<span class="smallfont" style="white-space:nowrap">( $thread[pagenav]<if condition="$show[pagenavmore]"> ... <a href="showthread.php?$session[sessionurl]t=$thread[threadid]&amp;page=$thread[totalpages]$thread[highlight]">$vbphrase[last_page]</a></if>)</span></if>
<if condition="$show['deletethread']">
 <a href="postings.php?$session[sessionurl]do=deletethread&t=$thread[threadid]">[X]</a></if>
</div>
<div class="windowbg">
$thread[lastposter]$thread[lastposttime] $thread[lastpostdate]
$thread[replycount]
</div>
</if>


Chadi 08-08-2007 08:00 PM

I just installed this and it appears to conflict with vbseo, or so it seems. Some forums show up as "page not found" yet they all work fine in the default vb theme for me. Can someone confirm this?

tekguru 08-08-2007 08:32 PM

No such problems here, working in conjunction well for me.

dartho 08-09-2007 02:02 PM

It does appear to work fine on other vbseo sites. You seem to have a bunch of other plugins - I'd suggest disabling installed products one ata time and see which one is getting in the way...

dartho 08-09-2007 09:27 PM

Quote:

Originally Posted by peterbabiy
I was just wondering when I go to a specific forum from your wap template that I installed, can I make the threads not in bold but only the ones that have new posts in them to be bold?

If so can u plz help me out. Im a real beginner so I'll need it real simple. If I need a code to paste somewhere can u show me which one and where to paste it?

Not real sure - I don't do any bolding myself, however you could use the code by Mark above to highlight new posts differently...

peterbabiy 08-22-2007 05:41 PM

I think this is the best wap theme I've ever seen. Its simple and easy to use. Love it and thank you so much. I do have a few suggestions thou. I think if you made the forums 2 or 3 spaces forward and kept the titles as they are it would seperate the title from the forums a lot. Here's what I mean

This is the title
--- This is the forum
--- This is another forum
This the title
--- This is another forum.

See what I mean? It would make the titles and the forums stand out a lot more which would make the whole browsing much easier.

And one more thing. As it was mentioned before about the new posts. If maybe you could keep the threads with no new posts regular font and the threads that do have new posts to be in bold. I think it would be the greatest thing ever.

Ow and ps. Is there a way to change the link color of the forums or threads? Cause when I'd try changing it in css it would not make any difference.

Thank you sir!

ShackMaster 08-22-2007 08:01 PM

Quote:

Originally Posted by peterbabiy (Post 1323350)
I think this is the best wap theme I've ever seen. Its simple and easy to use. Love it and thank you so much. I do have a few suggestions thou. I think if you made the forums 2 or 3 spaces forward and kept the titles as they are it would seperate the title from the forums a lot. Here's what I mean

This is the title
--- This is the forum
--- This is another forum
This the title
--- This is another forum.

See what I mean? It would make the titles and the forums stand out a lot more which would make the whole browsing much easier.

And one more thing. As it was mentioned before about the new posts. If maybe you could keep the threads with no new posts regular font and the threads that do have new posts to be in bold. I think it would be the greatest thing ever.

Ow and ps. Is there a way to change the link color of the forums or threads? Cause when I'd try changing it in css it would not make any difference.

Thank you sir!

Excellent idea... https://vborg.vbsupport.ru/external/2007/08/9.gif


All times are GMT. The time now is 07:38 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.01361 seconds
  • Memory Usage 1,753KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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