Recent Topics

1 Jan 27, 2008 00:44    

My b2evolution Version: Not Entered

So i'm using the sidebar comments widget and because some of the titles are longer then one line on the side bar they are going down to the 2nd line and messing up the template links.

Is there a way in MySQL to edit the RPC call so i can select LEN like 20 characters or anything like that.

www.celebspread.com is the site....the comments are on the right side.

2 Jan 27, 2008 03:29

I'll piggy back on this one.

I'm trying to add a "Subscribe to Comments" link to the bottom of the Comments Widget.

I found the file: _coll_comment_list.widget.php but I'm having trouble formatting the command line:

echo '<a herf=\"myLink.com">Link</a>';
echo ('<a herf=\"myLink.com">Link</a>');
print "<a herf=\"myLink.com">Link</a>";

but none of them work.

any help?

3 Jan 29, 2008 02:06

fixed the comments...in the css they were limiting the height to 1.5 so i just took it out so it can be any height now.

4 Jan 30, 2008 00:36

esanchez wrote:

I'll piggy back on this one.

I'm trying to add a "Subscribe to Comments" link to the bottom of the Comments Widget.

I found the file: _coll_comment_list.widget.php but I'm having trouble formatting the command line:

echo '<a herf=\"myLink.com">Link</a>';
echo ('<a herf=\"myLink.com">Link</a>');
print "<a herf=\"myLink.com">Link</a>";

but none of them work.

any help?

try.... www.phpfreaks.com


Form is loading...