Mystique/digitalnature (Free template)

Register an Account
Reply
 
Thread Tools
Mystique/digitalnature (Free template)
Developed by unu unu is offline
Developer Last Online: Dec 2011 Show Printable Version Email this Page
Designed for: Pligg 1.0.2
License: GNU GPL
Released: 10-08-2009
Last Update: 12-04-2009
Installs: 169
Can Reuse Source Code
Translations Accepted
Not Supported by Author
Port of Mystique for Pligg 1.0.1, Pligg 1.0.2 and Pligg 1.0.3



enjoy

_________________________________


REQUIREMENTS:
- Pligg 1.0.3
- optional: CURL enabled (for TinyURL links)

CHANGE LOG:
1.51:
fixes to comment layout (misplaced text)
reply/captcha display improvements

1.5:
Pligg 1.0.2 compatibility, thanks to Yankidank

1.41:
share bookmarks story url fix

1.40:
Pligg 1.0.2 compatibility
removed "div.clear" (replaced by "clearfix" class)
replaced file_get_contents() with CURL (TinyURL link)

1.30:
added grey color scheme
fixed a z-index css bug on top register/login box
added RTL stylesheet (it has to be linked manually in pligg.tpl)

1.20:
added red & blue color scheme (code changes are needed to use them)
ie7 fixes

1.10:
improved profile page
moved links to main navigation
font size adjustments

1.05:
added TinyURL links for Twitter/share

1.04:
added ShareThisPost feature
some css fixes
styled groups

9, 10.2009:
First release (1.0)


How to change the color scheme
edit pligg.tpl - line 9: change "green" with red, blue or grey

How to change the twitter user name
edit sidebar.tpl - lines 187 and 211

Download Now

File Type: zip mystique-1.3_pligg-1.01.zip (277.5 KB, 908 views)
File Type: zip mystique-1.41_pligg-1.02.zip (281.7 KB, 671 views)
File Type: zip mystique-1.51-for-pligg-1.03.zip (297.3 KB, 3851 views)

Screenshots

File Type: png mystique.png (46.7 KB, 17978 views)

License Agreement

The Foundations of the GNU GPL:
* The freedom to use the software for any purpose
* The freedom to change the software to suit your needs
* The freedom to share the software with your friends and neighbors
* The freedom to share the changes you make.

Show Your Support

  • This download may not be copied, reproduced or published elsewhere without author's permission.

Similar Downloads
Download Developer Category Replies Last Post
Fusion / digitalnature unu Free Templates 79 06:37 AM 11-06-2011

Comments
  #12 (permalink)  
Old 10-10-2009, 05:18 AM
New Pligger
Pligg Version: 9.9.5
 
Join Date: Nov 2008
Posts: 3
Is cool.Poott it
Reply With Quote
  #13 (permalink)  
Old 10-10-2009, 11:10 AM
nellaitamil's Avatar
Constant Pligger/Designer
Pligg Version: 1.1.3
Pligg Template: ar...
 
Join Date: Dec 2008
Location: india
Posts: 208
header logo what add?

Sorry My bed English.
Reply With Quote
  #14 (permalink)  
Old 10-10-2009, 11:58 AM
sansui's Avatar
Constant Pligger/Coder/Designer
Pligg Version: 1.1.4
Pligg Template: Season
 
Join Date: Aug 2008
Location: India
Posts: 183
Quote:
Originally Posted by sansui View Post
No i am not used star vote just install new pligg version and change ur template
Hey voting was working

but if i install sidebar stats module its not working
Reply With Quote
  #15 (permalink)  
Old 10-10-2009, 02:42 PM
auctionguy's Avatar
Casual Pligger/Designer
Pligg Version: 1.0
Pligg Template: wistie
 
Join Date: Sep 2007
Location: USA
Posts: 98
I love the template!

There is a problem however with the sidebar.tpl when you are NOT logged in when browsing in IE6.

I see your demo is the same. I know the problem is in the categories but can't quite put my finger on it.
Reply With Quote
  #16 (permalink)  
Old 10-10-2009, 10:19 PM
Constant Pligger
 
Join Date: May 2007
Posts: 143
yep. nice and clean theme indeed..
thanks
Reply With Quote
  #17 (permalink)  
Old 10-11-2009, 03:01 PM
New Pligger
 
Join Date: Oct 2009
Posts: 1
same problem. voting isn't work. same java error "vote is not defined"
Reply With Quote
  #18 (permalink)  
Old 10-12-2009, 07:03 AM
unu's Avatar
unu unu is offline
Casual Pligger/Designer
 
Join Date: Nov 2006
Posts: 44
I can't reproduce the voting javascript error you and sansui mentioned.

make sure you
- are using the latest Pligg version (1.0.1) and theme version (1.03)
- removed all files from the template cache (templates_c directory)
- cleared your browser cache

Are you getting the same error on the theme demo page? And drop more details if you're reporting a bug (os, browser)...


Quote:
Originally Posted by nellaitamil View Post
header logo what add?

Sorry My bed English.
if you want to add a logo, in header.tpl replace:
PHP Code:
<a href="{$my_base_url}{$my_pligg_base}">{#PLIGG_Visual_Name#}</a> 
with your image link, like
PHP Code:
<a href="{$my_base_url}{$my_pligg_base}"><img src="{$my_pligg_base}/templates/{$the_template}/logo.png" alt="{#PLIGG_Visual_Name#}" /></a
(assuming you have logo.png in the template directory)

Last edited by unu; 10-12-2009 at 07:13 AM.
Reply With Quote
  #19 (permalink)  
Old 10-12-2009, 01:28 PM
New Pligger
Pligg Version: 1.0.2
 
Join Date: Sep 2009
Posts: 14
Quote:
Originally Posted by auctionguy View Post
I love the template!

There is a problem however with the sidebar.tpl when you are NOT logged in when browsing in IE6.

I see your demo is the same. I know the problem is in the categories but can't quite put my finger on it.

I am experiencing the same problem with IE 8.
The template looks ok only when you are logged in.
I would say its some extra div tag (or some missing close div tag) in the login component of the side bar. I will try to take a look later

Last edited by Filipe; 10-12-2009 at 01:53 PM.
Reply With Quote
  #20 (permalink)  
Old 10-12-2009, 02:01 PM
unu's Avatar
unu unu is offline
Casual Pligger/Designer
 
Join Date: Nov 2006
Posts: 44
thanks, I fixed it myself. it was a problem around the sub-categories code...
Reply With Quote
  #21 (permalink)  
Old 10-12-2009, 02:14 PM
nellaitamil's Avatar
Constant Pligger/Designer
Pligg Version: 1.1.3
Pligg Template: ar...
 
Join Date: Dec 2008
Location: india
Posts: 208
Thanks unu. digitalnature mystique nicely. add my site this theme. realy great.

Last edited by Yankidank; 10-12-2009 at 07:04 PM.
Reply With Quote
Reply

Tags
digitalnature, mystique

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
LemonTwist Template (Free) by Yankidank Yankidank Free Templates 53 01-17-2012 07:56 AM
Free Pligg Template: Pliggmeme Runnertalk Free Templates 50 07-25-2011 04:17 AM
siNegative Free Pligg Template V9.7 Adaman Free Templates 29 05-20-2010 08:59 PM
MacBlue Free Pligg Template by Yankidank Yankidank Free Templates 18 01-20-2009 03:05 PM
Template Files Yankidank Wiki Articles 1 12-06-2008 03:14 PM


Pligg Modules and Pligg Templates from Pligg Pro Find support on the Pligg CMS Forum - 24 hours a day! Make a donation to support Pligg CMS development