Jump to content

Subseven

Members
  • Posts

    219
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Subseven

  1. 1 minute ago, Eudemon said:

    theme -> edit html -> globalTemplate

    That's where I am. Not sure where to put the edits. Need it centered and full size.

    <!DOCTYPE html>
    <html lang="{expression="\IPS\Member::loggedIn()->language()->bcp47()"}" dir="{{if member.language()->isrtl}}rtl{{else}}ltr{{endif}}">
    	<head>
    		<meta charset="utf-8">
    		<title>{expression="output.getTitle( $title )"}</title>
    		{{if settings.ipbseo_ga_enabled}}
    			{setting="ipseo_ga"}
    		{{endif}}
    		{template="includeMeta" app="core" group="global" location="global" params=""}
    		{template="includeCSS" app="core" group="global" location="global" params=""}
    		{template="includeJS" if="theme.js_include != 'footer'" app="core" group="global" location="global" params=""}
    		{template="favico" app="core" group="global" location="front" params=""}
    	</head>
    	<body class='ipsApp ipsApp_front {{if isset( \IPS\Request::i()->cookie['hasJS'] )}}ipsJS_has{{else}}ipsJS_none{{endif}} ipsClearfix{{foreach output.bodyClasses as $class}} {$class}{{endforeach}}' {{if output.globalControllers}}data-controller='{expression="implode( ',', output.globalControllers )"}'{{endif}} {{if isset( output.inlineMessage )}}data-message="{expression="output.inlineMessage"}"{{endif}} data-pageApp='{$location['app']}' data-pageLocation='front' data-pageModule='{$location['module']}' data-pageController='{$location['controller']}' {{if isset( \IPS\Request::i()->id )}}data-pageID='{expression="(int) \IPS\Request::i()->id"}'{{endif}} {{if isset( \IPS\Dispatcher::i()->dispatcherController ) AND !\IPS\Dispatcher::i()->dispatcherController->isContentPage }}data-nocontent{{endif}}>
    		<a href='#ipsLayout_mainArea' class='ipsHide' title='{lang="jump_to_content_desc"}' accesskey='m'>{lang="jump_to_content"}</a>
    		{{if !request.isApp()}}
    			<div id='ipsLayout_header' class='ipsClearfix'>
    				{template="updateWarning" app="core" group="global" params=""}
    				<header>
    					<div class='ipsLayout_container'>
    						{template="logo" app="core" group="global" params=""}
    						{{if !\in_array('ipsLayout_minimal', \IPS\Output::i()->bodyClasses )}}{template="userBar" app="core" group="global" params=""}{{endif}}
    						{template="mobileNavigationIcon" app="core" group="global" params=""}
    					</div>
    				</header>
    				{template="navBar" app="core" group="global" params=""}
    				{{if !\in_array('ipsLayout_minimal', \IPS\Output::i()->bodyClasses )}}{template="mobileNavBar" app="core" group="global" params=""}{{endif}}
    			</div>
    		{{endif}}
    		<main id='ipsLayout_body' class='ipsLayout_container'>
    			<div id='ipsLayout_contentArea'>
    				<div id='ipsLayout_contentWrapper'>
    					{template="breadcrumb" app="core" group="global" params="'top'"}
    					{template="sidebar" if="theme.sidebar_position == 'left'" app="core" group="global" params="'left'"}
    					<div id='ipsLayout_mainArea'>
    						{advertisement="ad_global_header"}
    						{template="acknowledgeWarning" if="\IPS\Member::loggedIn()->members_bitoptions['unacknowledged_warnings']" params="\IPS\Member::loggedIn()->warnings( 1, FALSE )" group="global" app="core"}
    						{{if !\in_array('ipsLayout_minimal', \IPS\Output::i()->bodyClasses ) and !member.members_bitoptions['profile_completion_dismissed'] and $nextStep = member.nextProfileStep()}}
    							{template="profileNextStep" group="global" app="core" params="$nextStep, true"}
    						{{endif}}
    						{template="widgetContainer" group="global" app="core" params="'header', 'horizontal'"}
    						{$html|raw}
    						{template="widgetContainer" group="global" app="core" params="'footer', 'horizontal'"}
    					</div>
    					{template="sidebar" if="theme.sidebar_position == 'right'" app="core" group="global" params="'right'"}
    					{template="breadcrumb" app="core" group="global" params="'bottom'"}
    				</div>
    			</div>
    			{template="inlineMessage" if="member.msg_show_notification and $message = \IPS\core\Messenger\Conversation::latestUnreadMessage()" app="core" group="global" params="$message"}
    		</main>
    		{{if !request.isApp()}}
    			<footer id='ipsLayout_footer' class='ipsClearfix'>
    				<div class='ipsLayout_container'>
    					{advertisement="ad_global_footer"}
    					{template="footer" app="core" group="global" params=""}
    				</div>
    			</footer>
    			{template="mobileNavigation" if="theme.responsive" app="core" group="global" params=""}
    			{template="guestTermsBar" if="!\IPS\Member::loggedIn()->member_id and \IPS\Settings::i()->guest_terms_bar" app="core" group="global" params="base64_encode( \IPS\Settings::i()->base_url )"}
    			{template="includeJS" if="theme.js_include == 'footer'" app="core" group="global" location="global" params=""}
    			{template="viglink" if="settings.viglink_enabled" app="core" group="global" params=""}
    			{template="metaTagEditor" if="isset( $_SESSION['live_meta_tags'] ) and $_SESSION['live_meta_tags'] and member.isAdmin()" app="core" group="global" params=""}
    		{{endif}}
    		<!--ipsQueryLog-->
    		<!--ipsCachingLog-->
    		{expression="output.endBodyCode" raw="true"}
    		{{if !request.isApp()}}
    			{{if settings.fb_pixel_enabled and settings.fb_pixel_id and $noscript = \IPS\core\Facebook\Pixel::i()->noscript()}}
    				<noscript>
    				{$noscript|raw}
    				</noscript>
    			{{endif}}
    		{{endif}}
    	</body>
    </html>

     

  2. 30 minutes ago, Eudemon said:

    you have the header display set as flex, and justify-content between,

    meaning each element inside the flex container will take up all remainder space between the other element

    since you only have logo and then user nav, it will make logo all the way left and nav all the way right of parent element

    to make logo center, simply add an empty div before the <a> logo and give some width

    image.thumb.png.62f95686568e5ae7f3a590e0cfafbff3.png

     

    So I switched themes and it's still like that. I guess it's the same setting? Can't find where to add the empty div. Can you point me there?

  3. On 3/17/2017 at 8:13 AM, NoGi said:

    I don't know where you've been for the past year but almost all the great and complex apps have been a new purchase with IPS 4. 

    You can label it what you like but attitudes like yours with no concept of the complexities of code changes between 3 and 4 is probably the reason we don't have more good developers around anymore. 

    I've been on cruise control with 3.4.6.

    Don't be talking about attitudes like mine being the reason for developers leaving. I stated a FACT. Another FACT is a lot of the developers left because 4 is a pain for them. Heck. Even Ryan himself runs 3.4.x. I know 4.x.x is more complex. I also know that some addons are with upgrades/updates no matter the version. Want to see somebody that stands behind his products from day one? Check out Devfuse just to name one.

    I have NO PROBLEM paying for addons that are stood behind for the long haul. To charge again is deceptive and greedy in my book. It's part of upgrades/updates no matter the version if it is not specifically said so in the item description (in which case I'd at least acknowledge and possibly purchase). Some say so. Some don't.

  4. On 3/15/2017 at 10:18 AM, Ryan H. said:

    It was supported with free upgrades through the major release (3.x), all the way from 3.1 to 3.4. I don't have the license terms for that old version handy right now, but that's the policy I've always followed. IPS 4 is a completely different software package and architecture from IPB 3, requiring a complete rewrite and completely different code. You'll find the same policy is true for almost every other resource/application on the marketplace.

    Not true. There are others who don't make people pay all over again. You label it how you want I won't be paying again. I'll label it greedy.

  5. 7 minutes ago, Ryan H. said:
    7 minutes ago, Ryan H. said:

    I don't have record of your purchase on the Marketplace, sorry. Did you just upgrade from 3.x, and you purchased on 3.x previously? That seems most likely. The 4.x version (what's currently on the Marketplace) is a separate purchase. All app settings will be maintained through the upgrade to the current version; IPB's normal tags and prefixes will continue showing up and working in the mean time.

     

    Yeah. I bought it. You're seriously telling me I'd have to buy it again?

    prefix.thumb.jpg.4c503eca0a6aa4ab196cd257f0aef7c9.jpg

  6. I bought this a while ago and faithfully used it for our fishing reports section in my fishing forum. After the big update to the IPB newest version, I still see prefixes yet the application isn't installed....yet. :)

    I don't see the download link but it is not in my Purchases. Can you please give me access so I can download and install it again? I'm really hoping that the settings carried over in my database.

    Thanks,

    Jamey

  7. Thank you. I am trying this. I have it installed but do not see the link for the Googlemaps API stuff or have any idea where I'd put it if I had it. I see no instructions in my download. Am I blind?

×
×
  • Create New...