News Bulletin - RSS feed generator, News Bulletin, News Manager... - Page 4 News Bulletin - RSS feed generator, News Bulletin, News Manager... - Page 4
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

News Bulletin - RSS feed generator, News Bulletin, News Manager...

Started by just_some_guy, November 11, 2007, 06:08:27 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

rascalli

I tried all those things.

But I now found how to set it to align from the left.

I removed :

table id="section"

Is this oke ? or will this f*ck up the mad/script ?

just_some_guy

Well the thing you removed is the item that will expand, so if you want the table to be static then that is probs ok.

EDIT- Infact, keep table and just remove id="section".
Tambien, Hablo Español      PHP - Achieve Anything
"The Internet is becoming the town square for the global village of tomorrow. " - Bill Gates
Windows 7 Forums

rascalli

I tried that. but than the table is back in the middle of the page.

And I would like to have the table aligned to the left.
How can I do that ?

just_some_guy

Tambien, Hablo Español      PHP - Achieve Anything
"The Internet is becoming the town square for the global village of tomorrow. " - Bill Gates
Windows 7 Forums

nointerest

I have translated this Plug-in into German. I add the file to this post.

(I do not use this plugin - therefore the translation may lack smoothness. If anyone has suggestions to do better with phrases please let me know).

DaBe

Hello

@just_some_guy how is the timetable for your blog plugin? Is there possible in the next time, or must I wait a longer time.

(Sry for my english)

phatair

Hi,
is it possible to change to color of the news text?
Best regards

bgrega

just_some_guy,

Do you have a latest & greatest version of your plugin available for download?  I'm not much of a coder and I'm sure that if I tried to edit the code I'd end up really messing things up.

Thanks,

Bryan

NullMind

IS there a way for the news to only show in the main page ? like anycontent ?

bulli

I made some changes to the plugin, because i need some breaks in the news.



find in new.php

echo ' <textarea id="value" name="value"  cols="50" rows="10">';


replace with

echo ' <textarea tabindex="3" wrap="virtual" id="value" name="value"  cols="50" rows="10" >';




find in news.php

echo  $row["value"] ,"<br />";


replace with

echo '<pre style="font-family:Arial,sans-serif; font-size: 12px;">'. htmlspecialchars_decode($row["value"]).'</pre>';




find in edit.php

echo ' <textarea id="value" name="value"  cols="50" rows="10">';


replace with

echo ' <textarea id="value" wrap="virtual" name="value"  cols="50" rows="10">';




and if you need active links you need to write your new news with html chars like

<a href=""></a>


kind regards Volker