Another Free Dolphin 7.1 Template - part 2

9 Feb 2013

 RE:

I had this in line 2

<div style="background-image:none;background-image: url(/templates/base/images/icons/fb1.png);width:75px;height:40px;float:left;margin-right:2px;cursor:pointer;" onclick="window.open ('<bx_url_root />modules/?r=facebook_connect/login_form','_self');"></div>

 First, I have to ask: If you have the FB connect module installed and set up, there is already a FB selection for the auth type on the login forms, so why do you even need this?

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
9 Feb 2013

Latest Download is Attached.  A few minor css changes, and support for Facebook Connect button in service menu added.

To add a 'Facebook Connect' button to the service menu, run the following sql query on your data base:

INSERT INTO `sys_menu_service` (`Name`, `Caption`, `Icon`, `Link`, `Script`, `Target`, `Order`, `Visible`, `Active`, `Movable`, `Clonable`, `Editable`, `Deletable`) VALUES
('Facebook Connect', '_bx_facebook', '', 'm/facebook_connect/login_form', '', '', 3, 'non', 1, 3, 1, 1, 1);

 

You must, of course, have the facebook connect module installed

If you don't like the button, run this query to delete it:

DELETE FROM `sys_menu_service` WHERE `Name` = "Facebook Connect";

 

@miketsp00  ..... I realize this button won't have that indescribably beautiful facebook icon, but I hope it will suffice.

NeonGreen_NeonGreenEx-V2.zip · 3.1M · 566 downloads
My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
9 Feb 2013

Sorry for that :-)

 Let me see if I can figure out what your issue is, if all you do is tell me.   If it has to do with the missing text for the top menu items, I've already explained that, and what you have to do to correct it.  But I know that must not be it, since I called attention to it in the very first post with great big bold letters.

Diddy is not greedy and has time. Dolphin is cool and its not just mine :-)
9 Feb 2013

Pay attention Diddy ..... or no more free stuff for you

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
9 Feb 2013

 ok :-)

Pay attention Diddy ..... or no more free stuff for you

 

Diddy is not greedy and has time. Dolphin is cool and its not just mine :-)
9 Feb 2013

 

 RE: First, I have to ask: If you have the FB connect module installed and set up, there is already a FB selection for the auth type on the login forms, so why do you even need this?

 

I do have the standard dolphin facebook connect module installed, but I don't really think most people not familiar with dolphin would even click or notice facebook connect in the drop down.  I like to make it easy to find and use because a lot of traffic comes from my sites fb page...  And even though I've made my join form as short as possible it still seems to be a hurdle for lazy potential members lol.  I will run that database query though.  Thank you

Outdoor Community
9 Feb 2013

 RE:

but I don't really think most people not familiar with dolphin would even click or notice facebook connect in the drop down.

 That's a good enough reason.  The query as is, uses the language key _bx_facebook which is added when the fb connect module is installed.  The corresponding text string that will appear on the button is "Facebook  Connect".  Id you want to use a custom language string, change _bx_facebook in the query to _something_else of your choosing, then just add whateve text you want to use for the language string.... just don't edit the _bx_facebook key.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
9 Feb 2013

That's perfect.  Thanks Houston, cool template too!

Outdoor Community
9 Feb 2013

actually..  I updated the template and ran the query.  Said the query was added successfully, but the button isn't showing.  I cleared the cache too..  It's probably some stupid mistake on my part.  I'm not real fluent with this stuff obviously, but I ran the query on sys_menu_service

Outdoor Community
9 Feb 2013

 RE:

actually..  I updated the template and ran the query.  Said the query was added successfully, but the button isn't showing.  I cleared the cache too..  It's probably some stupid mistake on my part.  I'm not real fluent with this stuff obviously, but I ran the query on sys_menu_service

 Might be a dumb question, but are you logged into the site?  The button doesn't show for logged in users.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
9 Feb 2013

No, I realize that it doesn't show for logged in users.  Sorry, I hate being a pain.  I know it's a free template and I'm asking for a lot of help.  Reason it's so important is I run targeted facebook ads for the facebook app because, well they are cheap.  My site is only about a month old, and 42 of my 58 members use the facebook connect module.

Outdoor Community
9 Feb 2013

Have you looked at the database and verified that the entry has been added to sys_menu_service? If the entry is in the table, there's no way it can not appear in the service menu.  You've done a hard refresh on the browser?

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
9 Feb 2013

I did try a hard refresh..  Cleared my browsing history and tried again.  I will check to see if it's listed in the database table now

Outdoor Community
9 Feb 2013

 

Have you looked at the database and verified that the entry has been added to sys_menu_service? If the entry is in the table, there's no way it can not appear in the service menu.  You've done a hard refresh on the browser?

 

Nevermind HL.  Sorry for troubling you.  I'm an idiot lol.  I was running the query to my old database and didn't realize it.  Works perfectly.  Thanks again!

Outdoor Community
9 Feb 2013

 RE:

I'm an idiot lol.  I was running the query to my old database and didn't realize it.  Works perfectly.  Thanks again!

 Please stand facing a mirror, and extend your right arm.  Then slap yourself as hard as you can. 

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
9 Feb 2013

HL I did your mirror trick for you lol...  Just  curious if there is a fix for "Date of birth" in chrome yet?  Clicking to change it doesn't seem to do anything.  Works in IE though

Outdoor Community
13 Feb 2013

 RE:

Just  curious if there is a fix for "Date of birth" in chrome yet?  Clicking to change it doesn't seem to do anything.  Works in IE though

 You can download and apply this changeset: http://www.boonex.com/trac/dolphin/changeset/17368

Then, since this template does not import any css from the base directory, add this to the end of forms_adv.css for both the NeonGreen and NeonGreenEx templates.

::-webkit-calendar-picker-indicator {
    display: none;
}

 

** Just applied the changeset on my own site.  I'm not sure how they can call this fixed, because the behavior is different than in other places, like event date.  On the join form, I get selector arrows in the input field that need to be clicked... in all other places you just click on the input field.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
13 Feb 2013

i still can´t figure out who to solve this:  

 

www.holidate.it/holidate    

 

i have made some changes to your template ,,,but if call

change template or language the box is hidden under a white fog ,,i tried also to change 

body.bx def font / opacity but it is not working buttons are not responding to mouseover and klick.

I know has to be a problem with the:   

div.sys_main_content background-color#4667

but i can´t figure out how to solve this " :/

 

kindly 

 

maurizio 

13 Feb 2013

Yeah that is a bit odd.  But as long as it's usable I'm alright with it.  They only join once, usually.  Thanks

Outdoor Community
14 Feb 2013

 RE:

i still can´t figure out who to solve this:  

 

www.holidate.it/holidate    

 

i have made some changes to your template ,,,but if call

change template or language the box is hidden under a white fog ,,i tried also to change 

body.bx def font / opacity but it is not working buttons are not responding to mouseover and klick.

I know has to be a problem with the:   

div.sys_main_content background-color#4667

but i can´t figure out how to solve this " :/

 

kindly 

 

maurizio 

1. This is the wrong topic to be posting this

2. The template as provided does not have this problem.  That should narrow things down to something of your own doing.

3. Lose the opacity declaration for  div.sys_main_content {  

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
14 Feb 2013

Please do not send me PMs to answer any questions about this template.  That will just annoy me, and I don't like being annoyed.  If you have a question, post it here so that everyone can benefit from the answer.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
14 Feb 2013

Houston one issue I noticed is with blogs.  When creating a new blog the title box is filled with text "please title your blog.  You'll only have to do this once yadda yadda".  I can't seem to input anything in there though.  I can add a description, and title my blog posts, but can't add a title to the blog as a whole.  

Outdoor Community
15 Feb 2013

 RE:

Houston one issue I noticed is with blogs.  When creating a new blog the title box is filled with text "please title your blog.  You'll only have to do this once yadda yadda".  I can't seem to input anything in there though.  I can add a description, and title my blog posts, but can't add a title to the blog as a whole.  

Description = Title   However, this really as nothing to do with this template, or any other template.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
15 Feb 2013

PLEASE, limit question to things that are at least remotely related to template behavior.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
15 Feb 2013

Yes i think i will check for alternative software to launch my " community" i see to much problems in here for 7.1 maybe in future i will give a try again ...

 

 

thanks 

 

maurix

15 Feb 2013

Great Idea.  Bye.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
15 Feb 2013

houstonlively thank you very much for this beautiful template :)

people like you make me hope for a good community on Boonex

12 Mar 2013

Thanks..nice...its different!

Everyday is a new beginning.
21 Mar 2013

HL,

How do I remove the option for expert/novice mode for the menus?

22 Mar 2013

 

HL,

How do I remove the option for expert/novice mode for the menus?

 In _header.html ... delete this code:

<script type="text/javascript">
$(document).ready(function(){
    $(".trigger").click(function(){
        $(".panel").toggle("fast");
        $(this).toggleClass("active");
        return false;
    });
});
</script>
<style>
.panel {
position: absolute;
top: 50px;
left: 10px;
display: none;
background: #000000;
border:1px solid #202020;
width: 150px;
height: auto;
padding: 10px;
z-index:200;
}

.panel h3 {
color:#0593F0;
}

a.trigger{
position: absolute;
text-decoration: none;
top: 10px; left: 10px;
font-size: 12px;
letter-spacing:-1px;
color:#8100eb;
padding: 4px;
font-weight: normal;
background:none transparent;
display: block;
z-index:210;
}

a.trigger:hover{
color:#fff;

}

a.active.trigger {
background:none;
}
</style>

 

In _sub_header.html ... remove this code:

<!-- Begin Slide Out Panel -->
<div class="panel">
    <h3>Select Menu Mode</h3>
<p><a style="font-size:14px;color:#81eb00;margin-left:10px;" href="<bx_url_root />?skin=NeonGreen">NOVICE</a></p>
<p><a style="font-size:14px;color:#81eb00;margin-left:10px;"  href="<bx_url_root />?skin=NeonGreenEx">EXPERT</a></p>
<p style="font-size:9px;">Click 'Mode' again to close this popup</p>
</div>
<a class="trigger" float_info="Click to select Expert or Novice menus" href="#">Mode</a>

<!-- End Slide Out Panel -->

 

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
23 Mar 2013

Thanks HL!  Laughing

27 Mar 2013

The code is to remove the NOVICE option?

Everyday is a new beginning.
8 Apr 2013

Sorry for the delay here, another member had helped me here.

Everyday is a new beginning.
11 Apr 2013

Is there a way to change the color of top header blocks from green to either white or blue?

Everyday is a new beginning.
19 Apr 2013

i would guess you could change any color you wanted using the css stylesheet in the template.

caredesign.net
19 Apr 2013

 RE:

Is there a way to change the color of top header blocks from green to either white or blue?

 Those are css3 gradients.  Inspecting the element with Firebug or equivalent, will show you which css to change.  The code below can be found in about 5 seconds.

.oval {
    background-image-moz-linear-gradient(left center , rgba(129, 237, 0, 0), rgba(129, 237, 0, 0.75), rgba(129, 237, 0, 0));
    border0 none;
    height2px;
    margin-bottom5px;
    margin-top10px;
    width100%;
}
 
(Firebug will show the portion of css applicable to the FF Browser.) The complete css is in common.css and is shown below.  Change the rgba values to whatever you want.
 
/* Design box header bottom HR */
.oval {
width:100%;
 border: 0;
margin-top:10px;
margin-bottom:5px;
    height: 2px;
    background-image: -webkit-linear-gradient(left, rgba(129,237,00,0), rgba(129,237,00,.75), rgba(129,237,00,0));
    background-image:    -moz-linear-gradient(left, rgba(129,237,00,0), rgba(129,237,00,.75), rgba(129,237,00,0));
    background-image:     -ms-linear-gradient(left, rgba(129,237,00,0), rgba(129,237,00,.75), rgba(129,237,00,0));
    background-image:      -o-linear-gradient(left, rgba(129,237,00,0), rgba(129,237,00,.75), rgba(129,237,00,0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#81ED00', endColorstr='#101010');
}
My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
19 Apr 2013

Thanks!

Everyday is a new beginning.
21 Apr 2013

Is this compatible with v 7.1.2 ? I would not really want to change this template u offered.

Everyday is a new beginning.
6 Jun 2013

 

Is this compatible with v 7.1.2 ? I would not really want to change this template u offered.

 It seems to work with 7.1.2 and 7.1.3 beta ok.

If you want to see it in action try this link here ( it's 7.1.2):

http://modmycms.com/index.php?skin=NeonGreenEx

http://ModMyCMS.com --> Dolphin Hacks &Mods
6 Jun 2013

I do have a question about the template if someone can be so kind to help me with this I want to remove that colorful block on the login page to something else how would I do that  I need some help asap almost done and that is the last thing and also how do I change the front page of the login  to a different look

13 Jun 2013

Hi.

First, it is a great template!!!! Thanks for sharing it for free!

I want the service-menu put to the top of the page.

Everything works fine but not on the index-page ......

How can I show the service-menu on every page on the top on the same position?

My changes on css you can see on the images.

Rappi

ebh-index.png · 58.5K · 418 views
ebh-other.png · 144.7K · 387 views
Bezirzer.de, elbrocker.de, tierschutz-community.de
28 Jan 2014

When I have some time, I'll update the template.  Currently I'm working on Gamma Ray Spectrometry electronics for oil well logging that will keep amused for a while.  Whenever that endeavor seems it is eating my brain, I'll take a break and update the template.  For now, I have about 10,000 pages of technical documentation to digest.  Speaking of which, anyone here have any expertise in embedded firmware for ARM Cortex M3 microcontrollers?

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
31 Jan 2014

cool, I would love to see the final on this template for dolphin 7.1...

http://vi-bin.com
13 Feb 2014

Great job on the menu. That looks HOT! Cool

16 Mar 2014

Great work HL> I did notice one thing. The 'Outline' won't display a 3rd column on homepage. Not sure why.

towtalk.net/?preview=1&skin=NeonGreen

Also, you might want to change the description:

"The default template for Dolphin, universally suitable for variety of social networking website niches. UNI is optimized for large screen resolutions and features minimalistic layout with vector-based icons (good for "retina" screens)."

http://towtalk.net ... Hosted by Zarconia.net!
17 Mar 2014

 RE:

Not sure why

 It's because you got that skinny-ass, non-standard column width on your home page.  That description is close enough for me.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
17 Mar 2014

lol. I luv talkin at you... That skinny assed column is wide enough for all the other templates I use to display 3 columns. At the risk of pissing you off even further, can you please point me to the difference that causes it? I suppose I could just make the column WIDER but I don't really want to.

http://towtalk.net ... Hosted by Zarconia.net!
17 Mar 2014

nEvEr mInD....

I added 9 px to the width and all is well.

http://towtalk.net ... Hosted by Zarconia.net!
17 Mar 2014

All kidding aside. This is very well done..... Cool

http://towtalk.net ... Hosted by Zarconia.net!
17 Mar 2014
17 Mar 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.