| Author |
Message |
matangi
MD user level 2


Joined: Sep 20, 2004
Posts: 25
Location: Berlin :: Germany
Member
|
 Posted:
Jan 30, 2005 - 09:26 AM |
|
| Post subject: Plugin :: pnTresMailer :: MDForum :: Lastpost |
Changes to the original,
the templates for html and text are inside the modul now.
I comment the start and end of the templates
! Your modul name must be MDForum, because I use the pictures from the topic of MDForum, otherwise you need to change the path to the pictures.
I restricted the latest topics to topics that are available for anonym users. If you give any restriting to your forum, topics will not be shown.
Languages:: english, german
Please test it, before use.
Matangi |
| Description: |
plugin :: pntresmailer :: mdforum
latest topics |
|
 Download |
| Filename: |
plug_mdforum.zip |
| Filesize: |
6.46 KB |
| Downloaded: |
689 Time(s) |
|
|
|
 |
PeteBest
MD user level 5


Joined: Oct 06, 2003
Posts: 4845
bannato
|
 Posted:
Jan 30, 2005 - 09:26 PM |
|
|
Nice work, thanks for the input matangi
Pete |
_________________ Retired from official MAXdev duties |
|
|
 |
matangi
MD user level 2


Joined: Sep 20, 2004
Posts: 25
Location: Berlin :: Germany
bannato
|
 Posted:
Jan 30, 2005 - 10:17 PM |
|
| Post subject: Just forgot Settings |
| PeteBest wrote: |
Nice work, thanks for the input matangi
Pete |
I use the values from autohemes, i take the values from there.
If you need other colors than in you autotheme you have to replace with your values:
| Quote: |
function enhrecent_pnphpbb_topics_html($mod_id, $nl_url, $ModName) {
global $prefix;
$bgcolor1 = "$bgcolor1";
$bgcolor2 = "$bgcolor2";
|
replace "$bgcolor1" with e.G #FFFFFF
Matangi |
|
|
|
|
 |
tin
New MD user


Joined: Nov 16, 2006
Posts: 5
Location: Italy
bannato
|
 Posted:
Nov 16, 2006 - 06:04 AM |
|
|
I'm using MDForum 1.0b3 Beta:
$category (doesn't work)
$topicicon (it works)
$subject (it works)
$content (doesn't work)
$eventdate (it works)
$readmore (it works) |
_________________ Admin - http://www.grandemacello.comGM Social Network, a web 2.0 project |
|
|
 |
tin
New MD user


Joined: Nov 16, 2006
Posts: 5
Location: Italy
bannato
|
 Posted:
Nov 16, 2006 - 06:40 AM |
|
|
|
|
 |
|
|
| |