new reptag - {AUTHOR_ARTICLES}

Post custom hacks and enhancements for phpwcms here only. Maybe some of these things will be included in official release later.
Post Reply
User avatar
Fulvio Romanin
Posts: 394
Joined: Thu 4. Dec 2003, 11:12
Location: Udine, Italy
Contact:

new reptag - {AUTHOR_ARTICLES}

Post by Fulvio Romanin »

{AUTHOR_ARTICLES} just displays in a separate popup window all articles by that author. Very useful in a news content.
usage: download, unpack and upload "as is" on the server. Nothing will be overwritten or touched.... :)

download it here:
http://www.madrac.com/download/download ... ticles.zip

both this reptag and the other i posted today have been programmed by Giovanni Negro (i'm too damn busy even to BREATHE!) after my ideas / requests. Respect. :)

(for brans, and anyone linking to this reptag (like for dev/mod forums and stuff): please, link directly to the link right up there - it's just to know how many people downloaded the reptag... it's the only favour i ask :D
Completeness is reached through subtraction, not through addition
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

In the zip there is a zip - it like its there 2 times

Im testing :D
http://www.studmed.dk Portal for doctors and medical students in Denmark
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

frold wrote:In the zip there is a zip - it like its there 2 times

Im testing :D
Damn my italian is rotten or non existing ;-)

articoli dello stesso autore
Articoli dell'utente Frederik Frost Nielsen
scritto il

But I have a idea of the sense ;-)

Bug:

1. It doesnt seems like the popup get the title:

Code: Select all

$content['page_start'] .= "<html>\n<head>\n<title>".$content["pagetitle"]."</title>\n";
http://www.studmed.dk Portal for doctors and medical students in Denmark
User avatar
Fulvio Romanin
Posts: 394
Joined: Thu 4. Dec 2003, 11:12
Location: Udine, Italy
Contact:

Post by Fulvio Romanin »

articoli dello stesso autore
Articoli dell'utente Frederik Frost Nielsen
scritto il
sorry - i didn't even thought to translate in the hurry i am now
it's
articles from same author
articles from user FFN
written on
Bug:

1. It doesnt seems like the popup get the title:

Code: Select all

$content['page_start'] .= "<html>\n<head>\n<title>".$content["pagetitle"]."</title>\n";
[/quote]

will report
Completeness is reached through subtraction, not through addition
User avatar
StudioZ
Posts: 802
Joined: Fri 28. May 2004, 19:57
Location: Québec, Canada
Contact:

Post by StudioZ »

Hey Thanks Fulvio !
Really Cool this RT 8)

Question:
In most of my titles and sub-titles, I use these tags:

Code: Select all

[b]  [/b] and [i]  [/i]  and [BR] etc...
 
just to enhanced the information's structure...
Would it be feasable/possible that it renders these tags in the seperate popup it produces? :?:
I have this same questionning regarding Erich Munz's RT: {TEASER_EX}

Thanks again :wink:

Cheers,
Last edited by StudioZ on Thu 13. Oct 2005, 01:57, edited 1 time in total.
Image
PhpWCMS Evangelist, -- iRoutier.com Running phpWCMS 1.4.2, r354 -> Great Version!!!!
User avatar
Fulvio Romanin
Posts: 394
Joined: Thu 4. Dec 2003, 11:12
Location: Udine, Italy
Contact:

Post by Fulvio Romanin »

well, there's a custom css for this one, so you can tweak that aplenty! :D

is that it?
Completeness is reached through subtraction, not through addition
User avatar
StudioZ
Posts: 802
Joined: Fri 28. May 2004, 19:57
Location: Québec, Canada
Contact:

Post by StudioZ »

Hi again Fulvio :wink:
Fulvio Romanin wrote:well, there's a custom css for this one, so you can tweak that aplenty! :D
is that it?
No problems with your CSS :wink:

I'll try to better explain here:

Example:
In the popup window a line that appears like this:
(putted here inside a CODE container so you understand) :wink:

Code: Select all

124. Équipe scientifique — [b]John Bleau[/b], [br]Directeur
scritto il 03-10-2005 08:25.
... should in fact appears like this:

124. Équipe scientifique — John Bleau,
Directeur
scritto il 03-10-2005 08:25

My problem is just that I use formatting tags in my Titles and they are not rendered after your RT treatment.

This is not YOUR problem. :wink:
I was just asking if your new {AUTHOR_ARTICLES}
could easily be hacked to render the formatting tags I use everywhere...

Cheers,
Image
PhpWCMS Evangelist, -- iRoutier.com Running phpWCMS 1.4.2, r354 -> Great Version!!!!
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

this is a very nice reptag - thanks for sharing it
http://www.studmed.dk Portal for doctors and medical students in Denmark
Post Reply