Customize AddUser form and Amazon Recommendations

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
Janine
Regular
Posts: 13
Joined: Tue Apr 03, 2007 8:48 am

Customize AddUser form and Amazon Recommendations

Post by Janine »

Hi,

I installed the plugin and event User Self-Registration but I cant customize it. Where should this be done? I want the change the font and put the text and fields in a table. Does anyone know where this can be changed?

Secondary I installed the Amazon Recommendations plugin and registered to this service. I would like to customize the text a little and put the covers on my site. I believe that the plugin creates images per book in the uploads folder but these are not showed in the sidebar. Is there something documented about this plugin or does anyone has experience with this plugin?

Thank you,
Janine Ringers
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: Customize AddUser form and Amazon Recommendations

Post by yellowled »

Janine wrote:I installed the plugin and event User Self-Registration but I cant customize it. Where should this be done? I want the change the font and put the text and fields in a table.
Changing the font can be done using the template's style.css. An URI to your blog would be nice so we could provide the necessary code. Now, changing the output code for that particular plugin would require to modify the plugin itself, which would be overwritten in future updates. Unfortunately, the plugin does not provide a .tpl file, so there's not much you can do about it.
Janine wrote:Secondary I installed the Amazon Recommendations plugin and registered to this service. I would like to customize the text a little and put the covers on my site. I believe that the plugin creates images per book in the uploads folder but these are not showed in the sidebar.
"Customize the text" can probably be done using CSS. Again, an URI to your blog ... as far as the actual feature of the plugin are concerned, I'm out. I've never used it myself.

YL
Janine
Regular
Posts: 13
Joined: Tue Apr 03, 2007 8:48 am

Post by Janine »

Thanks,

The font can be changed by changing the body class.

The layout can be changed in serendipity_plugin_adduser / common.inc.php.

Here I added a table to structure the labels and fields of the form!
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Post by yellowled »

Janine wrote:The layout can be changed in serendipity_plugin_adduser / common.inc.php.
You do know that this will be overwritten if the plugins is updated, right?

YL
Post Reply