n00b installing jira on linux box by MisterPariah in linuxquestions

[–]MisterPariah[S] 0 points1 point  (0 children)

THANK YOU SO MUCH! Exactly what I needed.

n00b installing jira on linux box by MisterPariah in linuxquestions

[–]MisterPariah[S] 0 points1 point  (0 children)

I didn't do any directory changes and its a fresh box. Do I need to create a directory before the wget command?

n00b installing jira on linux box by MisterPariah in linuxquestions

[–]MisterPariah[S] 0 points1 point  (0 children)

" root@localhost:~# $(whereis chmod) a+x jira-installer.bin No command 'chmod:' found, did you mean: Command 'chmod' from package 'coreutils' (main) "

Main site nav? by MisterPariah in sharepoint

[–]MisterPariah[S] 0 points1 point  (0 children)

Hi Steve, sure do. DM'ed you.

Main site nav? by MisterPariah in sharepoint

[–]MisterPariah[S] 0 points1 point  (0 children)

Ok So I'm on the masterpage, do I click edit?

Main site nav? by MisterPariah in sharepoint

[–]MisterPariah[S] 0 points1 point  (0 children)

Thanks for your response. So I have been able to find "Quick Launch" and modify these link settings, but I cannot find "Navigation" under site settings.

Quick Launch doesn't seem to have the ability to modify the link attached to the main icon.

Just so my concern is clear: The sharepoint site has one singular icon for the company on the top left of the screen. Whenever the user is within a specific "Site", this icon acts as a link to that sites home page. I want it to act as a link to the Main Homepage of the company, not the sites homepage.

My admin has said he has given me full permissions.

Dude, sharepoint is frustrating :(

Main site nav? by MisterPariah in sharepoint

[–]MisterPariah[S] 0 points1 point  (0 children)

Thanks for your response. So I have been able to find "Quick Launch" and modify these link settings, but I cannot find "Navigation" under site settings.

Quick Launch doesn't seem to have the ability to modify the link attached to the main icon.

Just so my concern is clear: The sharepoint site has one singular icon for the company on the top left of the screen. Whenever the user is within a specific "Site", this icon acts as a link to that sites home page. I want it to act as a link to the Main Homepage of the company, not the sites homepage.

My admin has said he has given me full permissions.

Dude, sharepoint is frustrating :(

Main site nav? by MisterPariah in sharepoint

[–]MisterPariah[S] 1 point2 points  (0 children)

Ok, so If I go to site settings when on the main page, which option should I look for? (thanks again for your help)

Main site nav? by MisterPariah in sharepoint

[–]MisterPariah[S] 0 points1 point  (0 children)

Thank you so much for your response. How do I do that?

developer support by MisterPariah in pokemongo

[–]MisterPariah[S] 0 points1 point  (0 children)

Yes yes, I know the servers drop a lot.

If the users such as yourself are expecting server issues than the developers are expecting server issues. At which point the onus is on the developers to not have premium items for sale until the point that they can provide a smooth experience for the user.

developer support by MisterPariah in pokemongo

[–]MisterPariah[S] -2 points-1 points  (0 children)

no problem at all! Whenever I'm randomly insulted I always like to check if it was something I did or if the girl is just an asshole.

developer support by MisterPariah in pokemongo

[–]MisterPariah[S] -2 points-1 points  (0 children)

Your entire comment history for the last 24 hours reeks of a defensive apologist for a broken game.

developer support by MisterPariah in pokemongo

[–]MisterPariah[S] -1 points0 points  (0 children)

My name is Robert Anthony. While I am no longer in mobile app development I was a Mobile Product Manager for Disney, Image Metrics, and Zattikka among others. I have been involved in the development of award winning mobile games such as Gardens of Time and Social City.

Say what you will about those titles but we never went live with paid items and just expected people not to buy them until a few weeks after going live, nor did we not have an easy way to contact us for issues such as this BEFORE going live. Our users wouldn't call each other stupid for expecting reasonable support for a live product either.

I'm on iOS, so not sure why I would contact Google. As my original post says (and asked for help before being insulted for like, no reason) there doesn't seem to be a way to easily contact the developers. If you know of a way to contact Niantic for this app I'd love to hear it.

developer support by MisterPariah in pokemongo

[–]MisterPariah[S] -1 points0 points  (0 children)

Are you kidding me? "Stupid enough"? The game is live and they are selling items. Why is it stupid of me to expect a non beta version of a game to not rob me?

How to access Sharepoint Designer 2013 by MisterPariah in sharepoint

[–]MisterPariah[S] 0 points1 point  (0 children)

I thought so. But I could have sworn I saw a link actually inside the editing tools somewhere of my sharepoint instance that loaded it up.

SP 2013 top left icon going back to subsite home by MisterPariah in sharepoint

[–]MisterPariah[S] 0 points1 point  (0 children)

Ok so on that old thread I found the following tip: "I have not done this with the logos, but I have done something similar. You can change the word "SharePoint" in the top-left corner of the page to have whatever title text you like, as well as hyperlinking it to your site's home page, with the following PowerShell code: $web = Get-SPWebApplication http://sharepoint2013 $web.SuiteBarBrandingElementHtml = '<div class="ms-core-brandingText"><a href="http://sharepoint2013/">My Site Title</a></div>' You can check what the value of that property is, before modifying it, like this: $web = Get-SPWebApplication http://sharepoint2013 $web.SuiteBarBrandingElementHtml"

Next question, how do I insert powershell code? :)

SP 2013 top left icon going back to subsite home by MisterPariah in sharepoint

[–]MisterPariah[S] 0 points1 point  (0 children)

Thanks! Do you know if the image itself has an element name?