vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=247)
-   -   Forum Style - Lightweight Style for Small Screen Devices (cell phone, iphone, mobile, android) (https://vborg.vbsupport.ru/showthread.php?t=249277)

@ngel 01-24-2013 09:45 AM

Thank you for your response!
I have 4.1.5 and I do allow users to change style!

dartho 01-25-2013 10:58 AM

Quote:

Originally Posted by @ngel (Post 2399135)
Thank you for your response!
I have 4.1.5 and I do allow users to change style!

try editing the footer template and change teh "-1" in the following:

<a href="?styleid=-1">Default Style</a>

to the styleid number of your default style

@ngel 01-25-2013 02:17 PM

Nothing... neither with -1 or 3

tareqbd 01-28-2013 12:45 AM

Need help to make dbtech credit deluxe work with this style. Seems onclick the charged contents are not loading. Advise appreciated.

djbaxter 01-28-2013 02:26 AM

DBTech add-ons don't play nicely with a lot of other add-ons. You may be further ahead looking for a replacement for whatever add-on is conflicting with this one.

Alan_SP 01-29-2013 12:48 AM

This is not true, especially as we a talking about custom (mobile) skin.

Thing is, there are hooks that are missing and certainly not some coding problem with DBTech mod per se. If you want, you could ask what hooks you need to add, but with adding hooks, style becomes less mobile, which beats it purpose.

Courty 02-07-2013 11:20 PM

Dartho,
first of all, thanks for creating this mod. The Lightweight style is super-popular on my forum.

Now, I have a (minor) issue with users inadvertently hitting the 'report button instead of 'reply'. So my question is this: how do I reorder the buttons below each post?

Disclaimer: Apologies if the info is already in here somewhere. I did do some searching of this thread but have to date been unable to find the answer I am looking for.

dartho 02-08-2013 12:58 AM

edit the postbit and/or postbit_legacy templates and you should find the report post button code in there pretty easily - just move it where you want, or even remove it

Courty 02-09-2013 11:13 PM

Quote:

Originally Posted by dartho (Post 2402772)
edit the postbit and/or postbit_legacy templates and you should find the report post button code in there pretty easily - just move it where you want, or even remove it

Thanks! Worked a treat.

Courty 02-11-2013 10:21 AM

Hmmm, another quick question for Dartho or anyone else who speaks code, apologies if this should be in another thread.

If possible, I would like to align the 'Report' and 'Infraction' button to the left side, and the 'Reply' and 'Edit' buttons to the right. I worked out how to do it using a new div tag, but that pushed the right side onto a new line (which I don't want).

Here's what I'm working with, is there an easy mod to make this work?

Code:

<div class="{vb:raw post.statustitle}windowbg2" id="post{vb:raw post.postid}">
<a name="post{vb:raw post.postid}"></a>
<a href="{vb:link member, {vb:raw post}}">{vb:raw post.username}</a> {vb:raw post.posttime} {vb:raw post.postdate}
<vb:if condition="$show['avatar']"><br />
                                        <a href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">
                                        </a>
                                </vb:if>
</div>

<div class="windowbg">{vb:raw post.message}<br /><br />

                <!-- attachments -->
                <vb:if condition="$show['attachments']">
                        <div><span>Attached: </span>
                        <vb:if condition="$show['thumbnailattachment']">
                                        <span>{vb:raw post.thumbnailattachments}<br /></span>
                        </vb:if>
               
                        <vb:if condition="$show['imageattachment']">
                                        <span>{vb:raw post.imageattachments}<br /></span>
                        </vb:if>
                       
                        <vb:if condition="$show['imageattachmentlink']">
                                        <span>{vb:raw post.imageattachmentlinks}<br /></span>
                        </vb:if>
                       
                        <vb:if condition="$show['otherattachment']">
                                        <span>{vb:raw post.otherattachments}<br /></span>
                        </vb:if>
                       
                        <vb:if condition="$show['moderatedattachment']">
                                        <span>{vb:raw post.moderatedattachments}<br /></span>
                        </vb:if>
                       
                        </div>
                <!-- / attachments -->
                </vb:if>
<vb:if condition="$show['reportlink']"><a id="btn" href="{vb:raw post.reportlink}" rel="nofollow">{vb:rawphrase report_bad_post}</a></vb:if>
<vb:if condition="$show['infractionlink']">
<vb:if condition="$post['editlink']"><a id="btn" href="{vb:raw post.editlink}">{vb:rawphrase edit}</a></vb:if>
<vb:if condition="$post['replylink']"><a id="btn" href="{vb:raw post.replylink}" id="qrwq_{vb:raw post.postid}" rel="nofollow">{vb:rawphrase reply}</a></vb:if>
<a id="btn" href="infraction.php?{vb:raw session.sessionurl}do=report&amp;p={vb:raw post.postid}" rel="nofollow" title="{vb:rawphrase add_infraction_for_x, {vb:raw post.username}}">Infraction</a>
</vb:if>
<vb:if condition="$show['redcard']">
<a class="redcard" href="infraction.php?{vb:raw session.sessionurl}do=view&amp;p={vb:raw post.postid}" rel="nofollow" title="{vb:rawphrase received_infraction}"><img border="0" src="{vb:stylevar imgdir_button}/red-card_sm.png" alt="{vb:rawphrase received_infraction}" /></a>&nbsp;
<vb:elseif condition="$show['yellowcard']" />
<a class="yellowcard" href="infraction.php?{vb:raw session.sessionurl}do=view&amp;p={vb:raw post.postid}" rel="nofollow" title="{vb:rawphrase received_warning}"><img border="0" src="{vb:stylevar imgdir_button}/yellow-card_sm.png" alt="{vb:rawphrase received_warning}" /></a>
</vb:if>

</div>
        <vb:if condition="$post['isfirstshown']">
                {vb:raw ad_location.ad_showthread_firstpost_start}
                {vb:raw ad_location.thread_first_post_content}
        </vb:if>
        <vb:if condition="$post['islastshown']">
                {vb:raw ad_location.thread_last_post_content}
        </vb:if>



All times are GMT. The time now is 06:55 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.02514 seconds
  • Memory Usage 1,763KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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