Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 12-26-2013, 07: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
  #2  
Old 12-28-2013, 01:06 AM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you are talking about the one on forum home, you can do this.

1) Add a new template to the mobile style called additional.css and insert this code in that template:
Code:
.ui-btn-icon-right .ui-icon
{
	display:none;
}
Then click Save.

2) Open the template, headinclude for the mobile style and find this bit of code:
Code:
<vb:if condition="$vboptions['storecssasfile']">
	{vb:cssfile main-rollup.css}
        {vb:raw template_hook.custom_css_links}
<vb:else />
	{vb:cssfile bbcode.css,editor.css,popupmenu.css,reset-fonts.css,vbulletin.css,vbulletin-chrome.css,vbulletin-formcontrols.css{vb:raw template_hook.custom_css_list}}
</vb:if>
Add this below it:
Code:
{vb:cssfile additional.css}
That will now remove the gray arrow from forum home.
Reply With Quote
  #3  
Old 12-31-2013, 08:07 PM
Chadi's Avatar
Chadi Chadi is offline
 
Join Date: May 2004
Location: USA
Posts: 2,043
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks, but I wanted to remove the entire column also and gain that extra space on the mobile screen.
Reply With Quote
  #4  
Old 01-02-2014, 12:57 AM
Chadi's Avatar
Chadi Chadi is offline
 
Join Date: May 2004
Location: USA
Posts: 2,043
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Would appreciate anyone's help. Thanks.
Reply With Quote
  #5  
Old 01-03-2014, 08:53 PM
Chadi's Avatar
Chadi Chadi is offline
 
Join Date: May 2004
Location: USA
Posts: 2,043
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone please know how to do this?
Reply With Quote
  #6  
Old 01-03-2014, 09:40 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Did you set it to display: none as Ozzy wrote? If so, how about a link to see it so we can help you write some CSS to move other parts over.
Reply With Quote
  #7  
Old 01-04-2014, 01:56 AM
Chadi's Avatar
Chadi Chadi is offline
 
Join Date: May 2004
Location: USA
Posts: 2,043
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks Lynne. I already applied that display none code but it only hides it, without removing the column.

Check the home page on talkjesus.com via smartphone browser.
Reply With Quote
  #8  
Old 01-04-2014, 02:04 AM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

From the CSS, it looks like you are trying to save 30px so try this:

HTML Code:
.ui-li-has-count .ui-li-count {right: 10px;}
adjust as needed.
Reply With Quote
  #9  
Old 01-04-2014, 04:10 AM
Chadi's Avatar
Chadi Chadi is offline
 
Join Date: May 2004
Location: USA
Posts: 2,043
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you. That worked.

edited: fixed my other issue
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:51 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.03992 seconds
  • Memory Usage 2,265KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (3)bbcode_code
  • (1)bbcode_html
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (9)postbit
  • (9)postbit_onlinestatus
  • (9)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • 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
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete