Home pcDTR Forum
If you like the work i do, you know what to do.
Welcome, Guest
Please Login or Register.    Lost Password?

pcdtr installation guide
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: pcdtr installation guide
#115
pcdtr installation guide 8 Months, 1 Week ago Karma: 0
Hi,

I have been trying to install your plugin codes all day.

I’m going nuts trying to figure out where it goes?

I’m using a yootheme template mellow.

I would like to change the fonts of menu buttons and h1,h2 tages etc.

Could you please tell me specifically where the code needs to go - it's a little ambiguous after looking at many different coding variations all day:

1) At the very beginning of file insert: <?php include 'pcdtr/php/class.php'; ?>,
2) and at the end: <?php ob_end_flush(); ?> (what file and where do I put these)
3) Link the stylesheet: <link href="pcdtr/styles.css" rel="stylesheet" type="text/css" /> (how do I link this? where do I put this link?)

I'm currently running another plugin (thats not working that great)- I'd prefer to use your plugin.

currumbinalleysurfschool.com/

Thanks

Josh
lifeme
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#116
Re:pcdtr installation guide 8 Months, 1 Week ago Karma: 2
First of you don't need to add 1, 2, 3 anywhere because the script does not use that.

You just need to install the plugin, enable it, add some font to /media/pcdtr/fonts/ dir and the edit the /media/pcdtr/css/style.css

check how to add font

In there for your h1 h2 h3 just add:

h1, h2, h3 {
font-family: font name of the uploaded file to use;
font-size: 18px;
color: #fff;
}

For the menu write something like this:

#menu li a.level1 {
font-family: font name of the uploaded file to use;
font-size: 18px;
color: #fff;
text-transform:uppercase;
}

If you want a hover effect on it:

#menu li:hover a.level1 {
font-family: font name of the uploaded file to use;
font-size: 18px;
color: #000;
text-transform:uppercase;
}

Hope this help you for a starter.
flowman
Admin
Posts: 110
graph
User Offline Click here to see the profile of this user
Last Edit: 2009/11/23 02:23 By flowman.
The administrator has disabled public write access.
 
#132
Re:pcdtr installation guide 8 Months ago Karma: 0
Hi i do what you say but in the refresh i get this message

Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /homepages/28/d207592495/htdocs/shelbranfarm.galopandotv.com/plugins/system/pcdtr/simple_html_dom.php on line 84
Royaldinho
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#139
Re:pcdtr installation guide 7 Months, 4 Weeks ago Karma: 0
Royaldinho wrote:
Hi i do what you say but in the refresh i get this message

Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /homepages/28/d207592495/htdocs/shelbranfarm.galopandotv.com/plugins/system/pcdtr/simple_html_dom.php on line 84


I have the same problem.. Thinking it is a php 4 error but i'm not sure 'cause my php knowledge is very weak. Is there a fix to solve this problem?
michbakker
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#140
Re:pcdtr installation guide 7 Months, 3 Weeks ago Karma: 2
I guess it's a php 4 problem. And if your still runing php 4 you should update. They stopped the support for it 2 years ago. en.wikipedia.org/wiki/PHP

simplehtmldom.sourceforge.net/
■Require PHP 5+.
flowman
Admin
Posts: 110
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1
Banner
Copyright © 2010 pcDTR. All Rights Reserved.
Joomla! is Free Software released under the GNU/GPL License.