Author Topic: [addon] DREAMBOARD V 2.1  (Read 478807 times)

0 Members and 1 Guest are viewing this topic.

Offline bergblume

  • Sr. Member
  • ****
  • Posts: 463
  • on to the top!
    • View Profile
Re: [addon] DREAMBOARD V 2.1
« Reply #405 on: January 14, 2009, 08:34:26 PM »
:flag-de: ich habe noch eine frage zum forum.... wie kann ich die letzten einträge eines users in seinem profil abbilden?

 :flag-en: I have another question regarding the dreamboard forum ... how can I show in user-profile the last posts of the user? thx. for your help and ideas!

thanks to The Oracle I have found a solution... for those who looked also for it, here we go (i have corrected some errors in code meanwhile so that it should work now in this version):

Ok, for the latest post from a specific thread, I believe I found the way to do so (untested).

First, make a backup of your member.php file.

Then, find this block :

Quote

$user_icq = (isset($user_row['user_icq'])) ? $user_row['user_icq'] : REPLACE_EMPTY;
    if (!empty($user_icq) && $user_icq != REPLACE_EMPTY) {
      $user_icq_button = "<a href=\"http://wwp.icq.com/scripts/search.dll?to=".$user_icq."\" target=\"_blank\"><img src=\"http://web.icq.com/whitepages/online?icq=".$user_icq."&img=5\" width=\"18\" height=\"18\" border=\"0\" alt=\"".$user_icq."\" /></a>";
    }
    else {
      $user_icq_button = REPLACE_EMPTY;
    }


add below :

Code: [Select]

$boardgories = "

SELECT catid, catname
FROM ".BOARD_CAT_TABLE."

";

$result = $site_db->query($boardgories);

$dboard_cat_row = $site_db->fetch_array($result);

$board_catid = $dboard_cat_row['catid'];

$dreamboard_selection = "

SELECT board_id, board_catid, board_name, board_desc, board_posts, board_topics, board_lastpost_id, board_lastpost_user, board_lastpost_date, board_lastpost_page, board_moderator, board_moderator_id, auth_view
FROM ".BOARD_TABLE."
WHERE board_catid = '$board_catid'
LIMIT 1

";

$result = $site_db->query($dreamboard_selection);

$dboard_row = $site_db->fetch_array($result);

$board_id = $dboard_row['board_id'];
$board_catid = $dboard_row['board_catid'];
$board_name = $dboard_row['board_name'];
$board_desc = $dboard_row['board_desc'];
$board_topics = $dboard_row['board_topics'];
$board_posts = $dboard_row['board_posts'];
$board_lastpost_id = $dboard_row['board_lastpost_id'];
$board_lastpost_user = $dboard_row['board_lastpost_user'];
$board_lastpost_date = $dboard_row['board_lastpost_date'];
$board_lastpost_page = $dboard_row['board_lastpost_page'];
$board_moderator = $dboard_row['board_moderator'];
$board_moderator_id = $dboard_row['board_moderator_id'];
$auth_view = $dboard_row['auth_view'];
$newlastpost = "<img src=\"".TEMPLATE_PATH."/board_images/new_last_post.gif\" border=\"0\" alt=\"".$lang['button_lastpost']."\">";


Then, find :

Quote

"user_icq_status" => (isset($user_row['user_icq'])) ? get_icq_status($user_row['user_icq']) : REPLACE_EMPTY,


add right below :

Code: [Select]

"lang_dboard_lastpost_topic" => $lang['dboard_user_lastposted'],
"dboard_lastpost_topic" => "<a href=\"".$site_sess->url(ROOT_PATH."showthread.php?bid=".$board_id."&threadid=".$board_lastpost_id."&page=".$board_lastpost_page)."\">".$newlastpost."</a>",


Then, in your lang/english/main.php file,

add before the : "?>" tag :

Code: [Select]

$lang['dboard_user_lastposted'] = "Last post from user:";


Then, on your member_profile.html file,

you should now be able to use these two tags :

Code: [Select]

{lang_dboard_lastpost_topic}
{dboard_lastpost_topic}



enjoy it!  :D

Offline dsc_phi

  • Newbie
  • *
  • Posts: 16
    • View Profile
    • MonSitePhotos
Re: [addon] DREAMBOARD V 2.1
« Reply #406 on: February 10, 2009, 02:38:52 AM »
Hello.

I am sorry for my English.

I have a problem with the use of script dreambord. I changed my provider, but that does not work anymore.
Finally, I add a new topic, he said "The topic you requested does not exist".

Unable to edit, not delete it.
If anyone among you has the solution, I'm interested.
At first I thought it was a problem with php5, I dropped in and it is identical php4.

Thank you in advance.

- - - - - - -
Bonjour.

Je suis désolé pour mon anglais.

J'ai un problème avec l'utilisation du script dreambord. J'ai changé d'hebergeur, mais celui ci ne fonctionne plus.
Enfin des que j'ajoute un nouveau sujet, il me dit "Le sujet que vous demandez n'existe pas".

Impossible de l'éditer, impossible de le supprimer.
Si quelqu'un parmis vous a la solution, je suis preneur.
Au début je pensais que c'etait un problème de php5, je suis repassé en php4 et c'est identique.

Merci d'avance.

Offline bergblume

  • Sr. Member
  • ****
  • Posts: 463
  • on to the top!
    • View Profile
Re: [addon] DREAMBOARD V 2.1
« Reply #407 on: February 22, 2009, 02:18:33 PM »
hallo,

könntet ihr bitte mal bei mir einen blick auf mein mantra-forum werfen => speziell diese seite:
http://www.tourendatenbank.com/showthread.php?bid=2&threadid=13
wie ihr seht ist da kaum eine abgrenzung zwischen frage und antwort(en) erkennbar... was muss ich wo verändern, dass ich eine linie zwischen beiden threads reinbekomme??

danke für eure tips!
bergblume

Offline Stoleti

  • Hero Member
  • *****
  • Posts: 574
    • View Profile
Re: [addon] DREAMBOARD V 2.1
« Reply #408 on: April 11, 2009, 11:02:09 PM »
theres any "search" mod addon working with this board ? this would be alot useful to avoid double-triple posts and spam  :roll:

Offline GaYan

  • Sr. Member
  • ****
  • Posts: 301
  • ♫ | G2 | ♫
    • View Profile
    • Ziramagic
Re: [addon] DREAMBOARD V 2.1
« Reply #409 on: April 19, 2009, 12:14:50 PM »
"Forbidden

You don't have permission to access /wallpaper/board21_install.php on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at www.nuwaragedara.com Port 80"

i get this erroe when i goto create tableboard . please some1 help me with this issue ..


I'm Back :)

Offline schlepperonline

  • Newbie
  • *
  • Posts: 13
    • View Profile
    • Landtechnikfotografie
Re: [addon] DREAMBOARD V 2.1
« Reply #410 on: May 06, 2009, 11:24:45 PM »
Hallo

habe da ein problem mit dem Board. und zwar ich kann keine berechtigungen einstellen. Es steht immer auf gast. Member und admin gehen einfach nicht. Kann mir da einer helfen?

Gruß Christian

Offline bergblume

  • Sr. Member
  • ****
  • Posts: 463
  • on to the top!
    • View Profile
Re: [addon] DREAMBOARD V 2.1
« Reply #411 on: June 21, 2009, 08:55:13 PM »
Hi milance,

ok die Suche speziell im Forum wäre noch ein Highlight.

Vieleicht kommt es ja mit der nächsten Version?

Gruß Steffen

gibt´s da mittlerweile neuigkeiten bzgl einer suchfunktion im forum??

Offline 4ella

  • Jr. Member
  • **
  • Posts: 90
    • View Profile
    • http://www.dancersrecruit.com/pictures/
Re: [addon] DREAMBOARD V 2.1
« Reply #412 on: June 22, 2009, 12:08:27 PM »
Hello , I have installed forum DreamBoard and when I call forum url I'm getting this error :

Parse error: syntax error, unexpected $end in /home2/dancersr/public_html/pictures/includes/template.php(101) : eval()'d code on line 211

Due to very simple installation I think that I didn't make the error , I'm using 1.7.6 , was controlling it many times , can you help me ? , I had some problems with Forum database installation , maybe it has something to do with it .

From that time I have also problem to get to member_profile
it says :
    
Parse error: syntax error, unexpected '}' in /home2/dancersr/public_html/pictures/includes/template.php(101) : eval()'d code on line 140

appreciate any help thanks Daniel

http://www.dancersrecruit.com/pictures/
4IMAGES 1.7.6 version/default theme
Apache version   2.2.11 (Unix)
PHP version   5.2.9
MySQL version   5.0.75-community-log
Architecture   x86_64
Operating system   Linux

Offline GaYan

  • Sr. Member
  • ****
  • Posts: 301
  • ♫ | G2 | ♫
    • View Profile
    • Ziramagic
Re: [addon] DREAMBOARD V 2.1
« Reply #413 on: June 25, 2009, 05:37:07 PM »
is thier a way to get latest posts to our home page ? :( !
I'm Back :)

Offline airliner

  • Newbie
  • *
  • Posts: 21
    • View Profile
Re: [addon] DREAMBOARD V 2.1
« Reply #414 on: September 03, 2009, 08:57:10 AM »
Hello,

I found that addon pretty awesome, did exactly what was told.
Now I can't create new topic cause of an ERROR message: ERROR, error request

Then in admin panel can't create a category due tio this:
ERROR Category field required. I did fill in category field.

What might be wrong here=? Someone solved that, I tried to search but with no answer.
My MySQL ver is 5*.

Thanx in advance...

Best regards

Offline Sunny C.

  • Addicted member
  • ******
  • Posts: 1.806
  • I ♥ 4I
    • View Profile
Re: [addon] DREAMBOARD V 2.1
« Reply #415 on: September 03, 2009, 01:55:09 PM »

Offline juewei

  • Full Member
  • ***
  • Posts: 162
    • View Profile
Re: [addon] DREAMBOARD V 2.1
« Reply #416 on: February 08, 2011, 06:56:31 PM »
hallo,
geht das Forum auch mit 4images Version: 1.7.9 ?

danke für eure Hilfe
Jürgen

Offline Sunny C.

  • Addicted member
  • ******
  • Posts: 1.806
  • I ♥ 4I
    • View Profile
Re: [addon] DREAMBOARD V 2.1
« Reply #417 on: February 08, 2011, 07:11:11 PM »
Das sollte auch mit der aktuellen Version funktionieren: http://www.4homepages.de/forum/index.php?topic=25247.0

Offline juewei

  • Full Member
  • ***
  • Posts: 162
    • View Profile
Re: [addon] DREAMBOARD V 2.1
« Reply #418 on: February 08, 2011, 07:50:29 PM »
so habe jetzt mal diese hier probiert, könnte sogar gehen.
allerdings kann ich bei mir die board21_install.php nicht ausführen, geht bei mir nie, keine ahnung warum.
kann mir einer sagen, was ich bei phpmyadmin als Datenbank einfügen müsste?

Rembrandt

  • Guest
Re: [addon] DREAMBOARD V 2.1
« Reply #419 on: February 08, 2011, 08:02:32 PM »
.... geht bei mir nie, ...
das lese ich schon des öfteren bei dir, was geht nicht, b.z.w wie führst du die datei aus?