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.
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
To Do:
To theme the custom index.
suggestions and feedbacks are welcome !
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
hey jayadeep ... thanks a lot for this release :)
@jaya.. what changed ?
the widgets whose access level set to 'public' were not loading while logged out, fixed it ! a small javascript error.
thanks jayadeep to help me now its working perfect for 1.7.1.
Is there a way to change the black menu tab to another color?
Yes.. through the css. Open the css.php file and edit.
I like it
What plugin do i need to use the the "add new video" under the video tab
Thanks a lot Jayadeep for this theme . Simply great
how can i change NEZTED logo?
change to logo.png inside theme_666_with_menu_v2.2\theme_666\graphics
into your logo
HaPpy ElGGinG :)
Do GooD :)
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
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
@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 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.
@surtime: i'm using izap_videos.
can help me ?
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 send me a pm and i'll try to help you out.
i get red x's on the horizontal menu tabs with this running
I have a problem. The customstyle pugin is not work in this theme. Please help me.
Please help me... The customstyle plugin is not working in this theme. How I fix that.
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
I change this and not work :(
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 http://your-site.com/upgrade.php worked for me