Support Forum
What can I say Andy other than as far as I'm aware there are none. I compared (by machine) the sp-list-view-functions.php files from my version and Build 7705, the only differences were references to truncate.
You know what I am trying to achieve, I apologise if I am using the incorrect terminology. I have read more about arrays and I know that there is nothing I can do there.
Can I get hold of your code with the spLeft commands in and see what happens? Where else could I have screwed with the CSS for this other than sp-list-view-functions.php?
Conrad
Well I was actually meaning the theme CSS file itself.
But Firebug should tell you what is set.
If my attempt to register on your site the other night had been successful I could have taken a look but I can't open the popups as a visitor.[Update] Actually i CAN run a search as a visitor which also uses the list view template and that looks just fine....
YELLOW
SWORDFISH
|
Ha. Good try but I am being stupid.
As a new registrant I wont get any unread posts in the list anyway so still can't look at the popup list!
I have logged out. What you could do is go into the database, sfmembers table, find my row and change the last visit date to something earlier than today (and to a date where posts have been made since) to ensure when I log back in again it will recalc my unread postlist.
Is that possible?
YELLOW
SWORDFISH
|
Your Wp theme (wasteland) styles.css file on line 31 defined 'body' with a rule of text-align: center; and this is the problem.
Now we may need to address this in our own theme CSS for cases liek this but...
Find the style for .spTopicListSection in your SP theme CSS and add a text-align: left; statement, That should do it.
YELLOW
SWORDFISH
|
Indeed it does in fact this would also work for the default theme.
I put it here:
#spMainContainer .spRecentPostSection .spTopicListSection .spListLabel, #spMainContainer .spRecentPostSection .spTopicListSection .spListPostLink, #spMainContainer .spSearchSection .spTopicListSection .spListLabel, #spMainContainer .spSearchSection .spTopicListSection .spListPostLink { font-size: <?php echo($spListPostLink_spListLabel); ?>; text-align: left;
1 Guest(s)