Go Back   Pligg CMS Forum > Pligg Development > Pligg Templates > Template Support > Old Templates > "Mollio-Beat"

Reply
 
LinkBack Thread Tools Display Modes
  #41 (permalink)  
Old 06-23-2006, 03:24 PM
Casual Pligger
 
Join Date: May 2006
Location: California
Posts: 40
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by DuckFat
That's nice to hear. But in the meantime can anyone tell me how to suppress the votebox on just that one page? My site is live now and I want this change as soon as possible.
Yes, its easy.

Go to your template directory and open up link_summary.tpl

You will see this near the voting box {if $Voting_Method eq 1}

Just change it to this:

{if $Voting_Method eq 1 && $story_status ne "discard"}

in the molio-beat template, the next line is this:
<ul class="news-shakeit">

This tells it not to display the voting box before its been published
__________________
Get News for your Pligg site at NewsBlaze
http://newsblaze.com
Reply With Quote
  #42 (permalink)  
Old 06-25-2006, 04:55 AM
New Pligger
 
Join Date: Jun 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
hi i just installed pligg and install this theme and i edited the sql settings and the config file but i now get this error:

Warning: Smarty error: unable to read resource: "skidoo_too_orig/index.tpl" in /home/pligg/public_html/Smarty.class.php on line 1095

Last edited by steve51184; 06-25-2006 at 05:05 AM..
Reply With Quote
  #43 (permalink)  
Old 06-26-2006, 05:22 PM
Casual Pligger
 
Join Date: May 2006
Location: California
Posts: 40
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by steve51184
hi i just installed pligg and install this theme and i edited the sql settings and the config file but i now get this error:

Warning: Smarty error: unable to read resource: "skidoo_too_orig/index.tpl" in /home/pligg/public_html/Smarty.class.php on line 1095
I suggest deleting your pligg cookies because thats what tells it to use the skidoo template.


Beatniak: if that didn't work, open up your config.php and change:
$thetemp = "skidoo_too_orig";
to
$thetemp = "mollio-beat";
__________________
Get News for your Pligg site at NewsBlaze
http://newsblaze.com

Last edited by beatniak; 08-08-2006 at 06:51 AM..
Reply With Quote
  #44 (permalink)  
Old 07-06-2006, 05:00 PM
New Pligger
 
Join Date: Jul 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
O.k. - maybe I am missing something - maybe it's htaccess related I don't know.

I've used winzip to unpack the .rar file - it's titled mollio-D. I've uploaded that folder to the template folder and edited config.php to make it the template.

It's there on my site - but it's adding a /pligg folder to all the urls (such as rss). If I edit the template to remove the /pligg it's fine.

Just need to know if I need to edit the template to remove the references to /pligg or if I'm just missing something. I don't have a pligg folder because i'm on a root install.

Thanks in advance guys. The template looks great so far.
Reply With Quote
  #45 (permalink)  
Old 08-08-2006, 12:09 AM
New Pligger
 
Join Date: Jul 2006
Posts: 10
Thanks: 1
Thanked 3 Times in 2 Posts
Quote:
Originally Posted by stma View Post
O.k. - maybe I am missing something - maybe it's htaccess related I don't know.

I've used winzip to unpack the .rar file - it's titled mollio-D. I've uploaded that folder to the template folder and edited config.php to make it the template.

It's there on my site - but it's adding a /pligg folder to all the urls (such as rss). If I edit the template to remove the /pligg it's fine.

Just need to know if I need to edit the template to remove the references to /pligg or if I'm just missing something. I don't have a pligg folder because i'm on a root install.

Thanks in advance guys. The template looks great so far.
Not sure if this is relevent, but 1.3 config looks set up as subdomain as default.
Might wanna change that?

PHP Code:
        // in this example, pligg is install in http://localhost/
        
define('my_base_url''http://localhost'); // the base url to your site.
        
define('my_pligg_base''/pligg2'); // if installed in a subfolder. leave blank if installed in root. 
Reply With Quote
The Following User Says Thank You to Takster For This Useful Post:
  #46 (permalink)  
Old 08-15-2006, 07:54 PM
New Pligger
 
Join Date: Aug 2006
Posts: 5
Thanks: 0
Thanked 1 Time in 1 Post
Warning: Smarty error: unable to read resource: "mollio/index.tpl" in /home/renegade/public_html/youtubez/Smarty.class.php on line 1095


How do I fix this?

templates.tpl:
Code:
<br/>
<a href = "?template=borrowedgoods">Borrowed Goods from openwebdesign.org</a><br/>
<a href = "?template=mollio-beat">Mollio</a><br/>

Config.php
Code:
//Template
	//define('The_Template', 'mollio-beat');
	define('Allow_User_Change_Templates', true); // true or false
	if(isset($_COOKIE['template'])){
		$thetemp = $_COOKIE['template'];
	} else {
		$thetemp = "mollio-beat";
	}
	define('The_Template', $thetemp);
// ---
Reply With Quote
  #47 (permalink)  
Old 09-20-2006, 09:45 AM
kus kus is offline
New Pligger
 
Join Date: Sep 2006
Posts: 13
Thanks: 0
Thanked 2 Times in 2 Posts
thank you for this nice template.

my problems concerns friendly url.

my settings:

//define('my_base_url', 'http://britney.starfrosch.ch'); // the base url to your site.
//define('my_pligg_base', ''); // if installed in a subfolder. leave blank if installed in root.

the urls are rewritten fine, but voting does not work.
"requested url /story/some-story-title/menealo.php was not found on the server"


tried with url method 2 and 3. the same problem occurs.


any hints?
Reply With Quote
  #48 (permalink)  
Old 09-20-2006, 09:48 AM
kbeeveer46's Avatar
Pligg Developer/Admin
Pligg Version: 0
Pligg Template: none
 
Join Date: Jun 2006
Location: Muncie, Indiana
Posts: 3,547
Thanks: 254
Thanked 649 Times in 513 Posts
Can you set URL method to 1 and see if that works? Or is that what you're trying not to use?
__________________
I accept donations for my time helping users like you on the forum and IRC.
Reply With Quote
  #49 (permalink)  
Old 09-20-2006, 06:22 PM
kus kus is offline
New Pligger
 
Join Date: Sep 2006
Posts: 13
Thanks: 0
Thanked 2 Times in 2 Posts
with url method 1 everything works fine....exept the friendly urls, what realy would be nice.
Reply With Quote
  #50 (permalink)  
Old 12-07-2006, 08:17 AM
New Pligger
 
Join Date: Dec 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
thanks a lot ,appreciate the hard work
Reply With Quote
Reply

Thread Tools
Display Modes
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Similar Threads
Thread Thread Starter Forum Replies Last Post
MacBlue Free Pligg Template by Yankidank Yankidank Pligg Templates 13 11-10-2008 05:37 PM
How to upgrade modified mollio beat from beta8 to bet9 lauris "Mollio-Beat" 4 01-28-2007 02:07 AM
Cannot vote with Pligg B7.2 and Mollio Beat template. luckyclover Installation and Upgrade Help 8 09-06-2006 11:50 PM
Release: Mollio-Beat Template 1.1 beatniak "Mollio-Beat" 42 08-23-2006 06:40 AM
Release: Mollio-Beat Template 1.0 beatniak "Mollio-Beat" 60 05-10-2006 10:17 PM


Search Engine Friendly URLs by vBSEO 3.2.0