Skinbase.org Skinbase.org

phpNewsManager Bugs

By Gregor Klevže
3,332 views 6 replies
tuomo avatar
tuomo
Member
OP
I found something wierd, dunno is it some kind of feature or bug: <br /> <br />When you create Story, and create news under it, it works. But if you want to link news that has been created -before- the Story, it doesnt work correctly. <br /> <br />What if some thing gets bigger than expected and you need to make story of all news? Will you have to rewrite every news? :( <br /> <br />Okay, thanks. <br /> <br />Another thing i found: <br />When you create gallery and click on that gallery on magazine side it says like: &quot;Galerije: Yourgallry&acute;s name&quot;. I know this doesnt belong here but im lazy :P I dont know a lot about php but i didnt find that translationline on english-thing.
highvoltag3 avatar
highvoltag3
Member
Same here!!! and I can&acute;t upload any pictures to the gallery it just dosent do anything when you click on Upload Pictures
peter_vazed avatar
peter_vazed
Member
<b>Galerija</b> <br /> <br /> in Webmagazine <br />file newman_lib <br /> line 1096 <br /> and line 1126 <br /> galerija <br /> replace by the name you want. <br /> <br />============ <br /><b>Gallery</b> <br />upload pictures to the gallery <br />Click pictures <br />Add picture <br />at the bottom choose a gallery where it says Category <br /> <br />============= <br /><b>Error</b> <br />line 145 <br />a href=&quot;javascript:Confirm <br />delete does not workt <br />script error <br /><b>Fix</b> <br />replace <br />line 147 where is Confirm in by: <br /> <br /> href=&quot;<?=$GLOBALS[&acute;PHP_SELF&acute;];?>?action=delete&id=<?=$ar[id];?>&quot;> <br />hardly the same as the line just above with edit in it, but now the same line with delete in it. And ofcourse the thras gif has to stay. <br />and <br />line 56 <br />if($action == &quot;add&quot;) AddNewsPic(); <br /> else if($action == &quot;delete&quot;) DeleteNewsPic(); //*add this line <br /> else if($action == &quot;edit&quot;) EditNewsPic(); <br /> else ShowMain(); <br /> <br />image can be deleted by Options <br />but not by the button delete if a check box is checked. <br /> <br />==== <br /> :car

Edited

onuzu avatar
onuzu
Member
Hi Peter, <br /> <br />Which file are we supposed to edit to fix the problem below: <br /> <br /> <br />Error <br />line 145 <br />a href=&quot;javascript:Confirm <br />delete does not workt <br />script error <br />Fix <br />replace <br />line 147 where is Confirm in by: <br /> <br />href=&quot;?action=delete&id=&quot;> <br />hardly the same as the line just above with edit in it, but now the same line with delete in it. And ofcourse the thras gif has to stay. <br />and <br />line 56 <br />if($action == &quot;add&quot; AddNewsPic(); <br />else if($action == &quot;delete&quot; DeleteNewsPic(); //*add this line <br />else if($action == &quot;edit&quot; EditNewsPic(); <br />else ShowMain(); <br /> <br />image can be deleted by Options <br />but not by the button delete if a check box is checked. <br />
onuzu avatar
onuzu
Member
Hi Peter, <br /> <br />If a person wants to write comments to my news and clicks on if you&acute;re not registered yet, register here, The following message is displayed : <br /> <br />The requested URL /WebMagazine/signup.php was not found on this server. <br /> <br /> <br />Is there file called signup.php? <br /> <br />Thanks

Edited

peter_vazed avatar
peter_vazed
Member
There is no signup.php <br /> <br />in newman.lib.php <br />line 165 <br />Function ShowLoginMenu <br />at line 178 there is a line: <br /><a href=&quot;<?=$GLOBALS[&acute;PHP_SELF&acute;];?>?action=show&amp;type=signup&quot; <br /> <br />Find signup in this file, to edit parts if you want, <br />like line 935. <br /> <br />Use a PHP editor like ConText to see the files with colored codes. <br /> <br />About the &quot;javascrip&quot; error: <br />files newspic.php and newspix.php <br /> <br />:car
lunaproject avatar
lunaproject
Member
Im translate for phpNewsManager the lang_romanian.php . who need that e-mail me! (o)
Sign in to post a reply.