FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » PM Icons
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
PM Icons [message #10380] Thu, 29 May 2003 21:02 Go to next message
scoutzilla is currently offline  scoutzilla   United States
Messages: 163
Registered: April 2002
Location: Southern Califorina
Karma: 0
Senior Member

All of my forums Post Icons are lined up verticaly! Has anyone else seen this? Is there an EASY fix?

thanks



Got Torque?

[Updated on: Thu, 29 May 2003 21:04]

Report message to a moderator

Re: PM Icons [message #10458 is a reply to message #10380] Mon, 02 June 2003 13:05 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Set the value of "Message icons per row" to a 9 or something...

FUDforum Core Developer
Re: PM Icons [message #10460 is a reply to message #10458] Mon, 02 June 2003 13:37 Go to previous messageGo to next message
scoutzilla is currently offline  scoutzilla   United States
Messages: 163
Registered: April 2002
Location: Southern Califorina
Karma: 0
Senior Member

The Message Icons per row value was 9. I changed it to 15, do not see any changes.

Got Torque?
Re: PM Icons [message #10480 is a reply to message #10460] Mon, 02 June 2003 19:34 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
The bug with not setting the value has been fixed, it happened because there were 2 entries for this value.

As for why it shows them all in 1 row, I can only guess you have different GLOBALS.php once again.

Open GLOBALS.php and check what the $POST_ICONS_PER_ROW variable is set to.


FUDforum Core Developer
Re: PM Icons [message #10482 is a reply to message #10480] Mon, 02 June 2003 19:52 Go to previous messageGo to next message
scoutzilla is currently offline  scoutzilla   United States
Messages: 163
Registered: April 2002
Location: Southern Califorina
Karma: 0
Senior Member

It looks like I do still have a GLOBALS.php problem.

Question is (1) do I delete the old GLOBALS.phps? ALL BUT the 'real' GLOBALS.php (in the INCLUDE Dir) and then run this script?

<?php
$real_path = "/path/to/include/GLOBALS.php"
include($real_path);

@unlink($WWW_ROOT_DISK . 'GLOBALS.php');
@unlink($WWW_ROOT_DISK . 'adm/GLOBALS.php');

symlink($real_path, $WWW_ROOT_DISK . 'GLOBALS.php');
symlink($real_path, $WWW_ROOT_DISK . 'adm/GLOBALS.php');
?>


(2) What Dir do I run this script from? My INCLUDE Dir??

thanks for the help



Got Torque?
Re: PM Icons [message #10493 is a reply to message #10482] Mon, 02 June 2003 21:59 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
It does not matter what directory you run the script from, just make sure you make $real_path contain the full path to the GLOBALS.php inside the include/ directory. You may want to remove the @ from the script so you see any warnings/errors that may occur.

FUDforum Core Developer
Re: PM Icons [message #10497 is a reply to message #10493] Tue, 03 June 2003 00:11 Go to previous messageGo to next message
scoutzilla is currently offline  scoutzilla   United States
Messages: 163
Registered: April 2002
Location: Southern Califorina
Karma: 0
Senior Member

I double checked the script when I run it I get this:

Parse error: parse error, unexpected T_INCLUDE in /path/to/script/reset.php on line 3

reset.php

<?php
$real_path = "/usr/home/web/users/xxxxxxxx/html/fforum/data/include/GLOBALS.php"
include($real_path);

unlink($WWW_ROOT_DISK . 'GLOBALS.php');
unlink($WWW_ROOT_DISK . 'adm/GLOBALS.php');

symlink($real_path, $WWW_ROOT_DISK . 'GLOBALS.php');
symlink($real_path, $WWW_ROOT_DISK . 'adm/GLOBALS.php');
?>

thanks




Got Torque?
Re: PM Icons [message #10498 is a reply to message #10497] Tue, 03 June 2003 00:13 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
There is a missing ; after the " on line #3.

FUDforum Core Developer
Re: PM Icons [message #10501 is a reply to message #10498] Tue, 03 June 2003 00:24 Go to previous message
scoutzilla is currently offline  scoutzilla   United States
Messages: 163
Registered: April 2002
Location: Southern Califorina
Karma: 0
Senior Member

Ok that fixed it, ran the script and it fixed my Icon problem, thanks. Razz Razz

Got Torque?

[Updated on: Tue, 03 June 2003 00:31]

Report message to a moderator

  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: forum_rules bug
Next Topic: 2.5.0RC3 RSS/RDF is totally wrong.
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Tue Oct 08 22:20:45 GMT 2024

Total time taken to generate the page: 0.03081 seconds