View Single Post
  #1  
Old 12-26-2013, 06:50 PM
Chadi's Avatar
Chadi Chadi is offline
 
Join Date: May 2004
Location: USA
Posts: 2,043
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default how do I remove the arrows on homepage?

Trying to remove the right arrow (grey) from mobile skin, cannot figure out where in the code this resides. Would appreciate help.

forumdisplay template

Quote:
{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml"<vb:if condition="$vboptions['enablefacebookconnect']"> xmlns:fb="http://www.facebook.com/2008/fbml"</vb:if> dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html">
<head>
{vb:raw headinclude}
<title>{vb:raw vboptions.bbtitle}</title>
{vb:raw headinclude_bottom}
</head>
<body>

{vb:raw header}

{vb:raw navbar}

<div id="pagetitle" class="pagetitle ui-bar-b">
<h1 class="pagetitle">{vb:raw foruminfo.title_clean}</h1>
</div>

<div data-role="content">
<form id="thread_inlinemod_form" action="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}inlinemod.php?forumid={vb:raw forumid}" method="post" data-ajax="false">
<vb:if condition="$show['threadslist']">
<div data-role="controlgroup" data-type="horizontal" class="modbuttongroup">
<vb:if condition="$show['newthreadlink']">
<a href="newthread.php?{vb:raw session.sessionurl}do=newthread&amp;f={vb:raw foruminfo.forumid}" rel="nofollow" id="newthreadlink_top" data-role="button" data-icon="plus" data-inline="true">{vb:rawphrase new_thread}</a>
</vb:if>
<vb:if condition="$show['member']">
<vb:if condition="$show['subscribed_to_forum']">
<a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}subscription.php?{vb:raw session.sessionurl}do=removesubscription&amp;f={vb :raw foruminfo.forumid}" rel="external" data-role="button" data-icon="star" data-inline="true" data-iconpos="notext" data-theme="e">{vb:rawphrase unsubscribe_from_this_forum}</a>
<vb:else />
<a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}subscription.php?{vb:raw session.sessionurl}do=addsubscription&amp;f={vb:ra w foruminfo.forumid}" rel="external" data-role="button" data-icon="star" data-inline="true" data-iconpos="notext" data-theme="c">{vb:rawphrase subscribe_to_this_forum}&hellip;</a>
</vb:if>
</vb:if>
<vb:if condition="$show['inlinemod']">
<button type="button" name="moderate" data-theme="c" data-icon="grid" data-iconpos="notext">Moderate</button>
</vb:if>
</div>
</vb:if>

<vb:if condition="$forumbits">
<div data-role="collapsible" data-collapsed="<vb:if condition="$show['threadslist']">true<vb:else />false</vb:if>" data-theme="c">
<h3>{vb:rawphrase go_to_subforums}</h3>
<ul data-role="listview" data-theme="d" class="forumbits">
{vb:raw forumbits}
</ul>
</div>
</vb:if>

<vb:if condition="$show['threadslist']">
<div id="threadlist">
{vb:raw pagenav}
<vb:if condition="$announcebits">
<ul data-role="listview" data-theme="e" id="announcements" class="announcements">
{vb:raw announcebits}
</ul>
</vb:if>
<vb:if condition="$show['stickies']">
<ul data-role="listview" id="stickies" class="stickies">
<li data-role="list-divider">
<span style="text-transform:lowercase">pinned topics</span>
</li>
{vb:raw threadbits_sticky}
</ul>
</vb:if>
<vb:if condition="$show['threads']">
<ul data-role="listview" id="threads" class="threads">
<li data-role="list-divider">
<span style="text-transform:lowercase">latest topics</span>
</li>
{vb:raw threadbits}
</ul>
<vb:else />
<div class="threadbit">
<p class="nonthread">
<vb:if condition="$show['noposts']">
<strong>{vb:rawphrase no_posts_in_this_forum}</strong>
<vb:else />
<strong>{vb:rawphrase no_posts_last_x_days_forum, {vb:raw daysprune}}</strong>
<span class="understated">{vb:rawphrase try_controls_below_for_older_posts}</span>
</vb:if>
</p>
</div>
</vb:if>
{vb:raw pagenav}
</div>
</vb:if>

<vb:if condition="$show['threadslist']">
<div data-role="controlgroup" data-type="horizontal" class="modbuttongroup">
<vb:if condition="$show['newthreadlink']">
<a href="newthread.php?{vb:raw session.sessionurl}do=newthread&amp;f={vb:raw foruminfo.forumid}" rel="nofollow" id="newthreadlink_bottom" data-role="button" data-icon="plus" data-inline="true">{vb:rawphrase new_thread}</a>
</vb:if>
<vb:if condition="$show['member']">
<vb:if condition="$show['subscribed_to_forum']">
<a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}subscription.php?{vb:raw session.sessionurl}do=removesubscription&amp;f={vb :raw foruminfo.forumid}" rel="external" data-role="button" data-icon="star" data-inline="true" data-iconpos="notext" data-theme="e">{vb:rawphrase unsubscribe_from_this_forum}</a>
<vb:else />
<a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}subscription.php?{vb:raw session.sessionurl}do=addsubscription&amp;f={vb:ra w foruminfo.forumid}" rel="external" data-role="button" data-icon="star" data-inline="true" data-iconpos="notext" data-theme="c">{vb:rawphrase subscribe_to_this_forum}&hellip;</a>
</vb:if>
</vb:if>
<vb:if condition="$show['inlinemod']">
<button type="button" name="moderate" data-theme="c" data-icon="grid" data-iconpos="notext">Moderate</button>
</vb:if>
</div>

<vb:if condition="$show['inlinemod']">
<div class="inlinemodbuttons">
<vb:if condition="$show['deletethread']">
<button type="submit" class="inlinemod" name="deletethread" data-theme="e">{vb:rawphrase delete_threads}...</button>
<button type="submit" class="inlinemod" name="undeletethread" data-theme="e">{vb:rawphrase undelete_threads}</button>
</vb:if>
<vb:if condition="$show['openthread']">
<button type="submit" class="inlinemod" name="open" data-theme="e">{vb:rawphrase open_threads}</button>
<button type="submit" class="inlinemod" name="close" data-theme="e">{vb:rawphrase close_threads}</button>
</vb:if>
<vb:if condition="$show['approvethread']">
<button type="submit" class="inlinemod" name="approvethread" data-theme="e">{vb:rawphrase approve_threads}</button>
<button type="submit" class="inlinemod" name="unapprovethread" data-theme="e">{vb:rawphrase unapprove_threads}</button>
</vb:if>
<vb:if condition="$show['movethread']">
<button type="submit" class="inlinemod" name="stick" data-theme="e">{vb:rawphrase stick_threads}</button>
<button type="submit" class="inlinemod" name="unstick" data-theme="e">{vb:rawphrase unstick_threads}</button>
<button type="submit" class="inlinemod" name="movethread" data-theme="e">{vb:rawphrase move_threads}...</button>
</vb:if>
</div>
</vb:if>
</vb:if>

<input type="hidden" name="url" value="{vb:raw url}" />
<input type="hidden" name="s" value="{vb:raw session.sessionhash}" />
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
<input type="hidden" name="forumid" value="{vb:raw forumid}" />
</form>

</div>

{vb:raw footer}

</body>
</html>
forumhome_forumbit_level2_post

Quote:
<li class="forumbit_post L2">
<h3 style="font-size: 18px !important;"><a href="{vb:link forum, {vb:raw forum}}"<vb:if condition="$forum['statusicon'] == 'link'"> rel="external"</vb:if>>{vb:raw forum.title}</a></h3>
<span class="ui-li-count">{vb:raw forum.threadcount}</span>
</li>
forumhome_forumbit_level1_post

Quote:
<vb:if condition="THIS_SCRIPT != 'forumdisplay'">
<li data-role="list-divider">
&nbsp;
</li>
</vb:if>
<li id="forum{vb:raw forum.forumid}" class="forumbit_post L1">
<h3><a href="{vb:link forum, {vb:raw forum}}"<vb:if condition="$forum['statusicon'] == 'link'"> rel="external"</vb:if>>{vb:raw forum.title}</a></h3>
<vb:if condition="$show['forumdescription']"><p>{vb:raw forum.description}</p></vb:if>
<span class="ui-li-count">{vb:raw forum.threadcount}</span>
</li>
Thanks.
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02103 seconds
  • Memory Usage 1,823KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete