OBBLM PHP question

However you play online - Java, Vassal, Email, Cyanide etc - talk about it here.
This is also the place for discussing the various tools for managing leagues, teams and so on.

Moderator: TFF Mods

Post Reply
Daikaiju
Rookie
Rookie
Posts: 33
Joined: Sat Aug 18, 2012 12:04 am
Contact:

OBBLM PHP question

Post 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

Reason: ''
Image
Boardgame News and Bloodbowl League
http://www.GCGG.org
User avatar
Daht
Emerging Star
Emerging Star
Posts: 353
Joined: Fri Nov 05, 2010 3:31 am
Location: Las Vegas

Re: OBBLM PHP question

Post 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>

Reason: ''
Image
Daikaiju
Rookie
Rookie
Posts: 33
Joined: Sat Aug 18, 2012 12:04 am
Contact:

Re: OBBLM PHP question

Post 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

Reason: ''
Image
Boardgame News and Bloodbowl League
http://www.GCGG.org
User avatar
nicholasmr
Experienced
Experienced
Posts: 110
Joined: Mon Oct 22, 2007 1:01 pm
Location: Copenhagen, Denmark
Contact:

Re: OBBLM PHP question

Post by nicholasmr »

I guess this is a feature that many would find useful. I'll add it to the next version.

Reason: ''
Daikaiju
Rookie
Rookie
Posts: 33
Joined: Sat Aug 18, 2012 12:04 am
Contact:

Re: OBBLM PHP question

Post 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

Reason: ''
Image
Boardgame News and Bloodbowl League
http://www.GCGG.org
Post Reply