Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - oswald

Pages: [1] 2 3
1
Plugins / Re: [Plugin] Notepad in Control Panel
« on: December 11, 2005, 12:25:49 PM »
Nop... not working. Guess I have to remove it from the plugins again. :(

2
Plugins / Re: [Plugin] Notepad in Control Panel
« on: December 09, 2005, 11:32:20 PM »
no, didn't help either. :(
Can you maybe attach your notpad.php as a zip to this thread?

3
Whatever I do, it does not count any votes nor can I save the settings in the admin panel.
I've tried it all... from erasing and reinstalling the DB table to completely reinstalling the mod several times. (also tried the spanish original)
I do not get any errors or whatever.... it just does not store anything in the tables when hitting "vote" in a poll or any of the "save", "accept", "add", "delete" or "refresh poll" buttons in the ACP-tool.

Anyone a clue what this could be?

4
Plugins / Re: [Plugin] Notepad in Control Panel
« on: December 08, 2005, 04:21:49 PM »
Turning register_globals on didn't help either....

5
Plugins / Re: [Plugin] Notepad in Control Panel
« on: December 08, 2005, 02:56:46 PM »
I just installed the notepad.. works fine so far, But saving results in this error:

Code: [Select]
DB Error: Bad SQL Query: UPDATE admin_notes SET notes='', width=, height=
You have an error in your SQL syntax near ' height=' at line 1

The refering action in the code looks like this:
Code: [Select]
$action = $_GET["action"];
if ($action == "update") {
global $site_db;
$sql = "UPDATE admin_notes SET notes='$notes', width=$width, height=$height";
$result = $site_db->query($sql);
printf ("Notepad Updated<br>");
}

6
Mods & Plugins (Requests & Discussions) / Re: Picture of the month
« on: December 08, 2005, 01:15:44 AM »
When calling the "photo of the month" funktion for the first time, I get this:
Code: [Select]
DB Error: Bad SQL Query: UPDATE 4images_images SET image_potm = 1 WHERE image_potm_date = '0001-01-01' ORDER BY image_potm_votes DESC LIMIT 1
You have an error in your SQL syntax near 'ORDER BY image_potm_votes DESC LIMIT 1' at line 4

DB Error: Bad SQL Query: UPDATE 4images_images SET image_potm_date = '2005-12-01' WHERE image_potm = 0 ORDER BY image_hits DESC LIMIT 2
You have an error in your SQL syntax near 'ORDER BY image_hits DESC LIMIT 2' at line 4

When calling POTM a second time, I do not get any more errors, but there are also no pics.... all I see it the default "Vote for photo of the month" message with nothing under it...

Please help...

7
Mods & Plugins (Releases & Support) / Re: Small Credit "System" "MOD"
« on: December 07, 2005, 10:03:08 PM »
How can I show the total number of points in the users profile and along with his comment and forum posts?

8
Oh.. come on.... that's not nice to remove a published and working MOD just because some people don't fall on their knees!?
If so, Mantra digital should have deletead all his dreamboard entries a long time ago....
... That's like punishing little kisd for not playing every day with the toy you gave to them last christmas....
Please be so kind and republish the mod again..... if it's working, I'll say "thank you"! ;)

9
Wenn du es hier schon postes, dann mache es doch bitte auch oeffentlich!

10
Nettes Mod! :)
Waere wirklich super, wenn es jemand so erweitern koennte, das das system erkennt wann wer Geburtstag hat und dieser user dann irgendwo als "Geburtstagskind" angezeigt wird. Eventuell koennte man auch, wenn das Geburtstagskind selber auf die Seite kommt, einen gesonderten Glueckwunsch anzeigen lassen!? ... in Form eines Spruches oder eins Bildes.. kein Popup...

11
I run a gallery with mostly videos in it.... how can I limit simultanous downloads without the need of installing aditional mods to Apache?
Users should be able to only download 2 videos at the same time... so maybe it would be usefull to only apply this limit to video files but not pictures.
So they can still browse the gallery while downloading videos.
Would be awsome if someone has an idea...
Thanx in advance...

12
Discussion & Troubleshooting / Re: How to reset CAT id?
« on: July 19, 2005, 04:10:25 PM »
Thanx! :)

13
Discussion & Troubleshooting / How to reset CAT id?
« on: July 19, 2005, 10:47:47 AM »
I just deleted all categories to start from the beginning... but the CAT id is now 42... and so, the first Category I add has 42... but I need it to be 1 again.
Where or how can I reset the counter for that? Did not find it anywhere in the DB....

14
I still need to find a way to make the members private category accessible via a direct link....
Tried it by adding this (second line "user_cat_id") to member.php:
Code: [Select]
$site_template->register_vars(array(
"user_cat_id" => $user_row['user_cat'],
"auth_edit_js" => $auth_edit_js,
"admin_cat_owner" => $admin_cat_owner['user_id'],
"user_cat_owner" => $admin_cat_owner['user_name'],

And that to the user_logininfo.html:
Code: [Select]
<a href="{root_path}categories.php?cat_id={user_cat_id}">My folder</a><br />
But that does not work.... What do I have to do? Please help....

15
to V@no
Do you think you will ever do a version 2 of the MPC? If yes, is there a timeframe for that?
Thanx.

Pages: [1] 2 3