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

Pages: [1] 2 3
1
Thank you Thunderstrike! 

It all works very well.  What a great MOD.  :lol:

Just one last question (promise):



I had the same issue with the smilies being on buttons when I installed the comment MOD ages ago.  I cannot find how to fix it now.  Please let me know if you know how to fix this!  :D

2
This is a great MOD, but it is not compatible with "show user images in profile"-MOD  http://www.4homepages.de/forum/index.php?topic=15390.msg82566#msg82566

Do you know how to fix this?  Basically, the {url_show_user_images} in details.html stop working!

3
Quote
I use PHP4.

Precise ? ACP - > phpinfo().

Quote
@Thunderstrike, is it possible to turn of the case sensitiveness?

Where ? Which file ? Which action of file ?


Thanks for your prompt reply.

I use: Apache/1.3.33 (Debian GNU/Linux) PHP/5.2.0

My problem is:

Quote
Warning: Invalid argument supplied for foreach() in /home/www/4images/pm.php on line 414

Template Error: Couldn't open Template ./templates/default/BBCODE.html

If the bbcode.html is in small letters, the comment form works but PMv2 does not.  If I rename it to CAPTIAL LETTERS as BBCODE.html, PMv2 works but not the comment form.

How can I turn this off? Do you know?



4
@MrLovaLova,  it's nice to hear I am not the only one...  8O

I seem to have solved all of my problems, but for the BBCODE.html issue.

I use PHP4.

@Thunderstrike, is it possible to turn of the case sensitiveness?

Thanks for you help!

5
If you'd like to use the PMv2 BBCode, you'd have to implement the PMv2...  :wink:

also ich habe 1.72 installiert. und den mod! nur bbcode2 funtzt in der comment_form.html nicht :(

warum?

I now have the same problem.  If the bbcode.html is in small letters, the comment form works but PMv2 does not.  If I rename it as BBCODE.html, PMv2 works but not comment form. 

Do you know where this can be changed?   :roll:

6
Hi all,

Still not having much luck here.  Now that I have no more error messages, I ran /pm.php and I get a blank page:



Does anyone know what that means?  Any problem solving suggestions?

7
Thanks for your quick reply!

Okay.  So I need .PM_SENT and .PM_UNREAD (any more?) that are called in pm.php!?  8O

This is not created by the pm_install.php or install.php .  Is there a step I missed somewhere?  I would be really grateful if you could point it out so that I can add the right table columns.
...

I have now added:
 pm_sent      int(11)                 No      0             
    pm_unread     int(11)              No     0          
    PM_SDLT     int(11)              No     0          
    PM_USDLT     int(11)              No     0          
    PM_RDLT     int(11)              No     0          

That appears to solve the problem

8
Hi Thunderstrike,

I am still getting the same error.  I have only followed the instructions up to Step 9 so far.

I  have

Code: [Select]
define('PM_TABLE', $table_prefix.'pm');
in my constants.php .

Vielleicht könntest Du auf Deutsch erklären was Du meinst, und ich übersetzte es gerne für alle anderen.

Thanks a lot for your help!

9
Hi all,

Struggling a little with the install.

I get this error

Quote
DB Error: Bad SQL Query: SELECT COUNT(pm_id) AS total FROM PM_TABLE WHERE pm_to = 1 AND (pm_type = PM_SENT OR pm_type = PM_SDLT OR pm_type = PM_UNREAD OR pm_type = PM_USDLT)
Table 'wa4398_db1.PM_TABLE' doesn't exist

DB Error: Bad SQL Query: SELECT COUNT(pm_id) AS total FROM PM_TABLE WHERE pm_from = 1 AND (pm_type = PM_UNREAD OR pm_type = PM_USDLT)
Table 'wa4398_db1.PM_TABLE' doesn't exist

DB Error: Bad SQL Query: SELECT COUNT(pm_id) AS total FROM PM_TABLE WHERE pm_from = 1 AND (pm_type = PM_SENT OR pm_type = PM_RDLT)
Table 'wa4398_db1.PM_TABLE' doesn't exist

DB Error: Bad SQL Query: SELECT COUNT(pm_id) AS new FROM PM_TABLE WHERE pm_to = 1 AND (pm_type = PM_UNREAD OR pm_type = PM_USDLT) ORDER BY pm_date DESC
Table 'wa4398_db1.PM_TABLE' doesn't exist

DB Error: Bad SQL Query: SELECT pm_date FROM PM_TABLE WHERE pm_to = 1 AND (pm_type = PM_UNREAD OR pm_type = PM_USDLT) ORDER BY pm_date DESC
Table 'wa4398_db1.PM_TABLE' doesn't exist

My database looks like this:



I have read through all the pages on this post and it seems other people had similar issues.  Do you know the solution??


10
Anz news on the buddy list?  It would really be a great feature!  :lol:


11
First of all, thank you for this random thumbnail add-on!

I am trying to replace the random thumbnail with a static thumbnail, so that there is always just one designated thumbnail per category.

My code is as follows:

Code: [Select]
<td valign="top">
     

{if random_cat_image_file}<a href="{cat_url}"><img src="{random_cat_image_file}" border="0"></a>{endif random_cat_image_file}

     

    </td>
    <tr bgcolor="#dddddd">
<td height="25"> <a href="{cat_url}" class="maincat">{cat_name}</a>&nbsp;({num_images})
      {if cat_is_new}<sup class="new">{lang_new}</sup>{endif cat_is_new} </td>
  </tr>

I am struggling to replace this with a particular thumbnail for each category without destroying how categories are created and linked to the control panel.   8O

Has anyone done this or do you have any suggestions?

12
The line of code should of course read:

Quote
<table width="640" border="0" cellspacing="0" cellpadding="0" align="left">

13
I have changed the alignment of my templates from center to left, i.e. I changed the following in the main template files:

Code: [Select]
<table width="640" border="0" cellspacing="0" cellpadding="0" align="[color=Red]left[/color]">
For some reason, the copyright notice has now moved to the top-right corner and I cannot get it back to the bottom!

I just do not understand why that happens - I have tried to play around with the templates and the footer, but cannot get it back to the bottom of the page...  You can see it here http://portfolio.lifeofamodel.com

 :roll:

14
Español / Castellano / Re: [MOD] Top 25 Commenter
« on: September 22, 2006, 12:07:41 PM »
Has anyone tried putting this into a new template?  I am struggling to create the .php file....  :roll:


15
Thanks V@no that is a neater solution than ccsakuweb's.

Now the real challenge is to include the personal image of the person who left the comment!  :lol:

Pages: [1] 2 3