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
  #122 (permalink)  
Old 02-25-2010, 07:42 AM
Pligg Donor
Pligg Version: 1.0.4
 
Join Date: Feb 2010
Posts: 68
You need to change 3 things in sidebar.tpl to have your own twitter account.

find :
twitter_username = 'pligg';

and change pligg in your twitter username

find:
jQuery.jTwitter('pligg', function (userdata) {

Change pligg in your twitter usernarname

find:
<a class="followMe" href="http://www.twitter.com/Pligg"><span>Follow me on Twitter!</span></a>

Change pligg in your twitter username

it works for me now

rgds,

Wannabe
Reply With Quote
  #123 (permalink)  
Old 02-25-2010, 07:51 AM
Pligg Donor
Pligg Version: 1.0.4
 
Join Date: Feb 2010
Posts: 68
Also it seems that in the images folder, friends.png is missing

i simply copied friends.png and friends2.png from the wistie theme folder, to the mystique folder.

and that is working as well now
Reply With Quote
  #124 (permalink)  
Old 03-10-2010, 01:03 PM
New Pligger
 
Join Date: Feb 2010
Posts: 1
Mystique on pligg ,great template!
but japanese and google chrome,dont' view trouble.

japanese test on demo site
Reply With Quote
  #125 (permalink)  
Old 03-10-2010, 03:49 PM
unu's Avatar
unu unu is offline
Casual Pligger/Designer
 
Join Date: Nov 2006
Posts: 44
change the main font in style.css to one with japanese characters. Try Arial...
Reply With Quote
  #126 (permalink)  
Old 03-16-2010, 10:12 AM
yuth09's Avatar
New Pligger
 
Join Date: Jul 2009
Posts: 12
ขอบคุณครับ
Reply With Quote
  #127 (permalink)  
Old 03-19-2010, 03:50 AM
prostoi's Avatar
New Pligger
Pligg Version: 1.0.3
 
Join Date: Mar 2010
Posts: 5
Miising files: friends.png and friends2.png
Reply With Quote
  #128 (permalink)  
Old 03-19-2010, 08:57 AM
New Pligger
 
Join Date: Mar 2010
Posts: 1
great work, great template you can see here
Reply With Quote
  #129 (permalink)  
Old 03-19-2010, 02:11 PM
New Pligger
 
Join Date: Mar 2010
Posts: 1
great template but also having the same problem; when editing the sidebar.tpl file to enter in my own twitter information, the sidebar disappears completely. a refresh also causes the footer to disappear.

Any ideas?
Reply With Quote
  #130 (permalink)  
Old 03-19-2010, 11:07 PM
prostoi's Avatar
New Pligger
Pligg Version: 1.0.3
 
Join Date: Mar 2010
Posts: 5
Missing styles for .edit-image should be float:left; in css, i think :)
Reply With Quote
  #131 (permalink)  
Old 03-22-2010, 05:57 AM
prostoi's Avatar
New Pligger
Pligg Version: 1.0.3
 
Join Date: Mar 2010
Posts: 5
Please re-check rssfeeds.tpl, it looks strange, I've modified it:

Code:
<div id="feeds">
	<ul id="rssfeeds">
			{section name=thecat loop=$cat_array}
				{if $lastspacer eq ""}
					{assign var=lastspacer value=$cat_array[thecat].spacercount}
				{/if}

					<li><a href="{$URL_rsscategory, $cat_array[thecat].auto_id}" target="_blank" style="border:none;"><img src="{$my_pligg_base}/templates/{$the_template}/images/rss.png" border="0" alt="RSS" height="12" width="12" /></a><span class="feedname"><a href="{$URL_rsscategory, $cat_array[thecat].auto_id}" target="_blank" style="border:none;">{$cat_array[thecat].name}</a></span>
					<p><input type="text" class="rssfield" value="{$my_base_url}{$URL_rsscategory, $cat_array[thecat].auto_id}"></p>
					<div class="feed-spacer">&nbsp;</div>
					</li>
				{assign var=lastspacer value=$cat_array[thecat].spacercount}
			{/section}
		</li>
	</ul>
</div>
- deleted parent li element (useless)
+ rss.gif changed to rss.png, because file rss.gif is missing (/images/).
+ added height and widht parameters to img-tag, because original rss.png is big
+ li tags are re-arranged.

Also in pligg.tpl you want to modified this line:

Code:
{if $pagename eq "rssfeeds"}{#PLIGG_Visual_RSS_Feeds#}{/if}
to:

Code:
{if $pagename eq "rssfeeds"}<h2>{#PLIGG_Visual_RSS_Feeds#}</h2>{/if}
Good luck!
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