Quantcast
toolbar_logo graphic

Stats

  • Category: Themes
  • License: GNU General Public License (GPL) version 2
  • Updated: 2010-6-26
  • Downloads: 3681

Releases


Previous releases:

Images

Other Projects

Jayadeep's plugins:

8

Recommendations

Summary:

a clean, elegant theme for elgg

Full description:

A clean, elegant looking  and fast loading theme for elgg 1.7.1 with light shades. What i tried to do in this theme is to stick on to elgg default looks and to give a clean appearance. I will try funky things from next release onwards.

How To Install:

Unzip the plugin and upload the folder "theme_666" to mod folder and enable it. Place the theme at the bottom of plugins list for better results.

Release notes:

v 2.2

**fixed widgets not loading while logged out.

v 2.1

**Now replaced the default elgg topbar with new navigation menu.

**css fixes.

Those who like elgg default topbar, please use the previous version (v 1.01)

How To Install:

For fresh installation:

*upload the folder theme_666 to the mod folder and enable the plugin.

*Place the plugin in the bottom of plugins list for better results.

*run yoursite.com/upgrade.php

For upgrading from earlier version:

*delete existing theme_666 folder from your mod folder

*upload fresh copy of the folder theme_666 to the mod folder and enable the plugin.

*Place the plugin in the bottom of plugins list for better results

*run yoursite.com/upgrade.php

To Do:

To theme the custom index.

suggestions and feedbacks are welcome !

Compatible Elgg Version: 1.7

hey jayadeep ... thanks a lot for this release :)

Hassan Khan 680 days ago

@jaya.. what changed ?

jaxcatz 680 days ago

the widgets whose access level set to 'public' were not loading while logged out, fixed it ! a small javascript error.

Jayadeep 680 days ago

thanks jayadeep to help me now its working perfect for 1.7.1.

ghumanz 678 days ago

Is there a way to change the black menu tab to another color?

webnovice 658 days ago

Yes.. through the css. Open the css.php file and edit.

elHayaze 658 days ago

What plugin do i need to use the the "add new video" under the video tab

F3RR3T 648 days ago

Thanks a lot Jayadeep for this theme . Simply great

bujji1 633 days ago

how can i change NEZTED logo?

zotek 595 days ago

change to logo.png inside theme_666_with_menu_v2.2\theme_666\graphics

into your logo

 

HaPpy ElGGinG :)

Do GooD :)

jaxcatz 595 days ago

hello the menu is supposed to have an image that is down.gif but does not leave tell me how to modify the ddsmoothmenu.js that goes wrong I can not display picture on the menu

 

graxx

marco 537 days ago

i tried to use this plugin.But tab videos not work.

any suggestions for me.

i'm using elgg 1.7.3

thansk so much

lina nguyen 523 days ago

@Jayadeep: i have a problem with this plugin. when i logout. i don't see a place LOGIN

Any help .i'm very aprreciated

lina nguyen 522 days ago


@lina nguyen which video plugin are you using?  I use Videolist and had to change the following;

views/defualt/page_elements/header_contents.php

 

-Change the paths below which I have underlined - they need to reflect the correct plugin;

 

 

<li><a href="<?php echo $vars['url']; ?>pg/izap_videos">Videos</a>

<ul>

<li><a href="<?php echo $vars['url']; ?>pg/izap_videos/<?php echo $_SESSION['user']->username ?>">My Videos</a></li>

<li><a href="<?php echo $vars['url']; ?>pg/izap_videos/<?php echo $_SESSION['user']->username ?>/frnd">My Friends Videos</a></li>

<li><a href="<?php echo $vars['url']; ?>pg/izap_videos/<?php echo $_SESSION['user']->username ?>/add">Add New Video</a></li>

</ul>

</li>

 

 

As for your other problem with no LOGIN, I haven't seen this problem so I cannot help you.

 

Hope this helps, cheers.

survtime 522 days ago

@surtime: i'm using izap_videos.

 

can help me ?

 

lina nguyen 521 days ago

i have a problem with this plugin.Tab video not work.

i'm using izap_videos

any suggestions for me.

thanks so much.

lina nguyen 519 days ago

@lina nguyen send me a pm and i'll try to help you out.

 

survtime 517 days ago

i get red x's on the horizontal menu tabs with this running

rohonupe99 462 days ago

I have a problem. The customstyle pugin is not work in this theme. Please help me.

Emanuel Moreno 428 days ago

Please help me... The customstyle plugin is not working in this theme. How I fix that.

Emanuel Moreno 411 days ago

Hi Emanuel,

As customstyle is used for switching backgrounds, this plugin doesnot support themes with background images. 

In theme_666 edit \views\default\css.php and remove the background image urls and try.

for eg: 

#page_container {

margin:0;

padding:0;

background:#ffffff url(<?php echo $vars['url']; ?>mod/theme_666/graphics/body_bg.gif) repeat-x;

}

to

#page_container {

margin:0;

padding:0;

background:#ffffff;

}

 

Regards,

Jayadeep

Jayadeep 409 days ago

 I change this and not work :(

Emanuel Moreno 408 days ago

I'm new at it, please be detailed.
My topbar is with the arrow on the drop down menu corrupted and I can not visualize the arrow menu. What can I do to fix? Or have ascript to remove the arrow and just let the menu?
Thank you for your attention!

Deiverson 404 days ago