| Forum: Development of 2.X |
|---|
| Topic: Templates of Remain with Current? |
|---|
| Templates of Remain with Current? [message #4109] |
Sun, 09 May 2010 15:05 |
|
| Theme Sytem[ 6 votes ] |
| 1. | Current System | 1 / 17% | | 2. | Template System | 5 / 83% | | 3. | I got My own Idea | 0 / 0% |
Allot of people are looking for a complete new theme for PMBT.
thing is allot of people have a hard time working with the curent theme system so they really cant change much in the way of it.
My solution!
Use Templates
What is a template you ask here is a sample
<!-- INCLUDE themes/eVo_blue/templates/over_all_header.html -->
<!-- INCLUDE themes/eVo_blue/templates/over_all_left.html -->
</div></td>
<td width="65%" valign="top">
<div id="center">
<table width="100%" border="1" cellpadding="1" cellspacing="1">
<script type="text/javascript" language="JavaScript">
var expanded = 0;
function expand(id) {
if (expanded == id) return;
var obj;
var obj2;
obj = document.getElementById("userpanel_"+id);
obj.className = 'show';
if (expanded != 0) {
obj2 = document.getElementById("userpanel_"+expanded);
obj2.className = 'hide';
}
expanded = id;
}
</script>
<!-- BEGIN user_var -->
<tr>
<td onmouseover="javascript:expand({user_var.ID});"><p><font color="{user_var.COLOR}">{user_var.USERNAME}</font>{user_var.INACTWARNING}</p></td>
<td><p><span class="overlib" onmouseover="return overlib('<img src=\'themes/eVo_blue/pics/pic_uploaded.gif\' border=\'0\' alt=\'\' title=\'\' /> {user_var.PRETY_UPLOADED}<br /><img src=\'themes/eVo_blue/pics/pic_downloaded.gif\' border=\'0\' alt=\'\' title=\'\' /> {user_var.PRETY_DOWNLOADED}<br />last Login: {user_var.LASTLOGIN} ago',CAPTION, '{LANG__btuserdetails}',TEXTFONT,'Verdana',TEXTCOLOR,'#FFFFFF',CAPTIONFONT,'Lucida Console, Verdana',CENTER,FGCOLOR,'#000000',BGCOLOR,'#6F7578',CAPICON,'themes/eVo_blue/pics/help.png',BORDER,2,SHADOW,SHADOWOPACITY,40,SHADOWCOLOR,'#030303',SHADOWX,2,SHADOWY,2);" onmouseout="return nd();" style="cursor:help"><img src="themes/eVo_blue/pics/help.gif" border="0" alt="" title="" /></span><img src="themes/eVo_blue/pics/pic_ratio.gif" border="0" alt="" title="" />{user_var.RATIO}</p></td>
</tr>
<tr class="hide" id="userpanel_{user_var.ID}">
<td nowrap nobr><p align="center"><a href="user.php?op=profile&id={user_var.ID}"><img src="themes/eVo_blue/pics/profile.png" border="0" alt="Profile" title="Profile" /></a><a href="pm.php?op=send&to={user_var.ID}"><img src="themes/eVo_blue/pics/menu/pm.png" border="0" alt="Send message" title="Send message" /></a></p></td>
</tr>
<!-- END user_var -->
</table>
<br clear="all" >
<!-- INCLUDE themes/eVo_blue/templates/over_all_right.html -->
<!-- INCLUDE themes/eVo_blue/templates/over_all_footer.html -->
This is a template for members list.
What make this so good?
You well now be able to make your site look How you want it with out changing any part of the main source code.
No longer well each page Have to look the same because with each page the source code only creates the information
used and the template created the screen.
The down fall to this is None of the Current themes well work with out converting them to templates.
|
|
|
| Topic: Dutch Language |
|---|
|
| Topic: phpMyBitTorrent2.0.4RC1 |
|---|
| phpMyBitTorrent2.0.4RC1 [message #2924] |
Fri, 18 September 2009 05:45 |
|
OK all you beta testers it is time to go to work now PMBT 2.0.4 RC1
DEMO
NOTICE this is ONLY RC not adviced for a live site!!!
If you are a n00b then this well do you no good and well not be supported for live site
some features added:
NEW cache system to lighten database load
This includes
- configs
- Shout configs
New shout box settings from admin panel
Settings Include
- Open/Close Shout Box
- announcement on top of shouts [BBcode is used]
- Number of shouts to show
- How long to keep shouts
- Refresh Rate
- Idle Time
- Allow System to shout new users
- Allow Shout new torrents
- Allow Porn Torrents to be shouted [not finished]
New level control system
Allows you to
- Create New level
- Edit what each level can do
- Edit level color
- Delete level
New Help desk system
New User Pruning system
New By pass email confirmation
New give upload credit on sign up
New layout in admin panel
New You tube video
Lots of code fixes from past bug reports
[Updated on: Fri, 25 September 2009 05:22] Report message to a moderator
|
|
|
| Topic: PMBT 2.0.4 beta1 |
|---|
| PMBT 2.0.4 beta1 [message #2891] |
Sun, 23 August 2009 03:58 |
|
OK all you beta testers it is time to go to work now PMBT 2.0.4 beta1
DEMO
NOTICE this is ONLY BETA not for a live site!!!
If you are a n00b then this well do you no good and well not be supported for live site
some features added:
NEW cache system to lighten database load
This includes
- configs
- Shout configs
New shout box settings from admin panel
Settings Include
- Open/Close Shout Box
- announcement on top of shouts [BBcode is used]
- Number of shouts to show
- How long to keep shouts
- Refresh Rate
- Idle Time
- Allow System to shout new users
- Allow Shout new torrents
- Allow Porn Torrents to be shouted [not finished]
New level control system
Allows you to
- Create New level
- Edit what each level can do
- Edit level color
- Delete level
New Help desk system
New User Pruning system
New By pass email confirmation
New give upload credit on sign up
New layout in admin panel
New You tube video
Lots of code fixes from past bug reports
[Updated on: Fri, 18 September 2009 05:42] Report message to a moderator
|
|
|