Page 1 of 1

OBBLM PHP question

Posted: Sat Oct 27, 2012 4:54 am
by Daikaiju
I need to add a button to my OBBLM nav bar to go back to the home site.

I have my home site installed at URL/home and the obblm installed at URL/obblm. When a user goes to the URL, they are redirected to URL/home. I have a button on the URL/home page to take league members to URL/obblm but once there, I don't have a button to bring them back to the URL/home.

I know some HTML but PHP is over my head. Where should I go to add a menu button after the OBBLM button that says "Back to [url]"?

I would post this over in the obblm code site, but I don't even think this is a feature to be a feature request....

Any help?

Jim

Re: OBBLM PHP question

Posted: Sat Oct 27, 2012 4:01 pm
by Daht
Not a button, but can add an http link in the intro area of the front page. Thats how I ran it, I wasn't comfortable with trying to mess with the core layout. just add <a href="http://your-url-here.com">corresponding text to read and click on here</a>

Re: OBBLM PHP question

Posted: Sun Oct 28, 2012 3:15 am
by Daikaiju
Daht wrote:Not a button, but can add an http link in the intro area of the front page. Thats how I ran it, I wasn't comfortable with trying to mess with the core layout. just add <a href="http://your-url-here.com">corresponding text to read and click on here</a>
Good call. I forgot I could just put in some plain old HTML. Not ideal, but I atleast got a easier way to get back to the home page.

Thanks for the tip!

Daikaiju

Re: OBBLM PHP question

Posted: Mon Oct 29, 2012 10:10 am
by nicholasmr
I guess this is a feature that many would find useful. I'll add it to the next version.

Re: OBBLM PHP question

Posted: Mon Oct 29, 2012 12:24 pm
by Daikaiju
nicholasmr wrote:I guess this is a feature that many would find useful. I'll add it to the next version.
Awesome! I know you have a lot of other stuff on your plate, so I didn't want to ask for something that was just for *my* implementation.

Thanks and keep up the great work!! My whole league loves the site!

Jim