Solved, thank you.cherokee red wrote:Remove the reference to the background image, then refresh again.
I have run the sql querry and installed the table. I even tried to uninstall and reinstall with no relief.General Error
SQL ERROR [ mysql4 ]
Table 'MuleMar_DHForum.REDBAR_TABLE' doesn't exist [1146]
SQL
SELECT * FROM REDBAR_TABLE ORDER BY redbar_id
BACKTRACE
FILE: includes/db/mysql.php
LINE: 158
CALL: dbal->sql_error()
FILE: includes/functions.php
LINE: 3284
CALL: dbal_mysql->sql_query()
FILE: index.php
LINE: 126
CALL: page_header()
In common.css, find the following code:monkeymaker wrote:One last thing... the text links show in boldface type. How do I remove the bold?
Code: Select all
#red-bar {
font-weight: bold;
font-size: 1.1em;
}
Excellent, thanx.cherokee red wrote:In common.css, find the following code:monkeymaker wrote:One last thing... the text links show in boldface type. How do I remove the bold?Remove the font-weightCode: Select all
#red-bar { font-weight: bold; font-size: 1.1em; }
![]()
Glad you got the rest of it sorted
cherokee red wrote:I've uploaded the 1st BETA of v1.0.2 - you can check it out here: http://www.sixstringmods.co.uk/viewtopic.php?f=15&t=5 The bug fixes are noted in the install file and I have included the localised links MOD in the contrib folderIf there are any more bugs foud, please report thm to the new bug tracker
Lucian_rider - I had a look at your forum and played around a bit with firebug, but I can't see what would be causing the issue. My MOD doesn't edit or include any code that would add paddling like that to your forum.
Strange how it's only in certain browsers. What happens if you remove the CSS and HTML code the my MOD adds, does that make any difference?
Thanks for checking it out for me. If I remove the your code the page returns to normal. In common.css it doesn't matter which of the two sets of code I insert, as soon as I insert any one and save the file the name wraps.cherokee red wrote:Lucian_rider - I had a look at your forum and played around a bit with firebug, but I can't see what would be causing the issue. My MOD doesn't edit or include any code that would add paddling like that to your forum.
Strange how it's only in certain browsers. What happens if you remove the CSS and HTML code the my MOD adds, does that make any difference?