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 - glitzer

Pages: 1 ... 7 8 9 10 [11] 12 13
151
Sorryyy
me once more..but this mod doesnt work!
I have many Problemes..

FIRST:
I cant make a table with this..i does not work..i get only a white screen

Code: [Select]
<?php

define 
('ROOT_PATH''./');
include (
ROOT_PATH."global.php");
require (
ROOT_PATH."includes/sessions.php");
$user_access get_permission();

if (
$user_info['user_level'] == ADMIN) {

$sql "INSERT INTO ".SETTINGS_TABLE."
      (setting_name, setting_value)
      VALUES ('report_image_status', '0')

"
;

$result $site_db->query($sql);

if (
$result) {

echo 
"Installation successful.";

} else {

echo 
"Installation failed.";

####### End of if statement.
####### End of if statement.
?>

Now i have do it myself in my database.

SECOND:
When i fill out the Report form..and klick send..it doesnt show me any confirm as report send is ok or not ok..it replays to the index page and i DONT get any mail.

Now ..what is the error?

152
Hi, i think i have it.
I put the code after my Profile code
Code: [Select]
}
function show_profile_hits_options($setting_name, $setting_value) {
  global $set_profile_hits_optionlist;
  echo "<select name=\"setting_item[".$setting_name."]\">";
  foreach ($set_profile_hits_optionlist as $key => $val) {
    echo "<option value=\"$key\"";
    if ($setting_value == $key) {
      echo " selected=\"selected\"";
    }
    echo ">".$val."</option>";
  }
  echo "</select>";
}

Now it works Thank you!
 :)

153
Hello
i had the same problem with this code
Code: [Select]
function show_report_image_select($setting_name, $setting_value) {
  global $report_image_optionlist;
  echo "<select name=\"setting_item[".$setting_name."]\">";
  foreach ($report_image_optionlist as $key => $val) {
    echo "<option value=\"$key\"";
    if ($setting_value == $key) {
      echo " selected=\"selected\"";
    }
    echo ">".$val."</option>";
  }
  echo "</select>";
}

After this a cant see my admin settings no more...
When i give the second   } away, it doesnt works to...

i get the message  Parse error: parse error, unexpected $ in /www/htdocs/test/pics/admin/settings.php on line 352

I do all right and step by step.

Please help!

154
Mods & Plugins (Requests & Discussions) / Re: list the recent members?
« on: February 04, 2006, 09:41:41 PM »
hello!

it works thanks!

It works only in home.html not in whoisonline.

thanks all!

greez

155
Mods & Plugins (Requests & Discussions) / Re: list the recent members?
« on: February 04, 2006, 09:01:42 PM »
oh :-(

i doesnt see something in my whos online when i put in
{today_users}and {today_users_list}. There is nothing to see.

Did i understand it correcly?
I only have to put the code for the index you write in the index.php
and then the {today_users}and {today_users_list} to whos online?

Have i something more to do?

:(

156
Mods & Plugins (Requests & Discussions) / Re: list the recent members?
« on: February 04, 2006, 08:36:45 PM »
hello
can somebody help me to create the table for this?

i dont know, how i do this

many thanx

157
Discussion & Troubleshooting / Each Categoriename in a own table row
« on: February 04, 2006, 01:15:55 AM »
Hello!

A little question.

I ´d ike to formate my categoy look up.. each categoryname in a table-row.
Where can i change it ? in categorie.php?
because the whole code to show the list is {if categories}{categories}
{endif categories}.
But i d like to have each category in a cell/row.
--
Hallo!

Mein Englisch ist leider net so gut.
Ich will meine Kategorieliste so ändern, dass jede Kategorie in einer Tabellenzeile ist.
Damit dies formschöner aussieht dann.

Nur wo ändere ich dies? Ist mir schon klar das dies mit Html code im Quelltext irgendwo eingetragen werden muß,aber ich finds nicht.
:-(
Danke für jede Hilfe!

liebe Grüße

158

HI,

I am searching for a mod, that sends an automatic birthday mail to the users of the day?
the 2nd Mod i need, is a guestbook for every user in his/her profile.
Every user can leave messages and everyone can read them.

sorry for my bad english.

I hope somebody can help me about my wishes!


159
Feedback & Suggestions / Automatische Aussendung eines Geburtstagsmails
« on: January 22, 2006, 11:35:21 AM »
HI,

ein super feature wäre, wenn an die Geburtstage des jeweiligen Tages ein automatisiertes Mail verschickt wird (dieses man natürlich vorher selbst gestalten kann).
Bei mir haben am Tag zwischen 6 und 15 User Geburtstag, ich bin mir sicher, die würden sich total freuen wenn Sie einen Geburstagsgruß bekämen!

Danke!
lg
Alexx

160
Mods & Plugins (Requests & Discussions) / Re: [addon] DREAMBOARD V 2.1
« on: November 01, 2005, 08:21:42 PM »
Nice? :(

161
Mods & Plugins (Requests & Discussions) / Re: [addon] DREAMBOARD V 2.1
« on: November 01, 2005, 08:08:31 PM »
Hi Eagly,

thanks for your tip, but i have the same problem.

i have search in the whole forum for this fault, someone has the same problem i read,but its no solution for this problem.
I think its a error in the datebase, because i have copied all original php files from dreamboard once more in my ftp. but its the same problem.

I write a topic send it..i get the message it will be redirect and after this i got the message..it can find my topic.

I am very sad :((
yesterday i send in my newsletter at all to my members i have a new forum, and now it doesnt work.


162
Mods & Plugins (Requests & Discussions) / Re: [addon] DREAMBOARD V 2.1
« on: November 01, 2005, 05:22:28 PM »
helloo
yes i have take the paging of vano :(

163
Mods & Plugins (Requests & Discussions) / Re: [addon] DREAMBOARD V 2.1
« on: October 31, 2005, 06:06:16 PM »
Hi!

Can Anybody help me!
I get always an fatal error:

I write much of entrys, and after 10 entries i get with every new Entry always this error
"Diese Thema oder diese Nachricht existieren nicht" in English..this "The topic or post you requested does not exist"

the entry can be see after the error, but you dont can open it.

does anybody know what i can do?

My Forum you can find at http://www.e-cardss.com/pics/board.php

PLEASE HELP MEEEEEEEEE

164
Discussion & Troubleshooting / Re: Problem with Dreamboard
« on: October 31, 2005, 04:57:18 PM »

can somebody help me?
when i am writting a post, a get the following error: Fatal error: Cannot redeclare class email in /www/htdocs/abcde/pics/includes/email.php on line 28
please help meeee :(

165
Mods & Plugins (Requests & Discussions) / Re: [addon] DREAMBOARD V 2.1
« on: September 11, 2005, 12:53:44 PM »
Hi Mantra

i have the same problem:

the code of version 2.1 for 4images 1.7.1 does not redirect after replying or quoting a post.

In the admin zone the redirect is working, but when i post a thread direct on the board, then it is only the message:

INfo


You will be redirected to your post shortly

but it does not return to the post.

please help me!!
Thanx lot


 

Pages: 1 ... 7 8 9 10 [11] 12 13