Recent Topics

1 Feb 05, 2008 20:37    

My b2evolution Version: Not Entered

I'm having a hard time finding the "search form". The indenting is off. How do I change it where the words "Sorry, there is no post to display... " doesn't start all the way to the edge of the page.

Is there anyway to have the words highlighted that they've searched? In other words, if they typed in the word "tiger" in the search, then all the results will show "tiger" highlighted.

2 Feb 08, 2008 20:48

Hi Alberta,

What skin are you using? Can we have a look at your blog so far?

good luck

3 Feb 08, 2008 21:03

Thanks for trying to help.

www.emplayce.com/archive

I would also like to change how the login screen looks. Where do I go for that?

I found a glitch with the login screen as well. Once I login, if I exit to the blogs and go back to the login screen, it says:
Note: You are already logged in as emplayce! Continue...

When I click continue, it directs me to the wrong place:
http://emplayce.com/blogs/index.php?blog=1

It should say http://emplayce.com/archive/index.....

How do I fix this?

4 Feb 08, 2008 21:20

Open /inc/MODEL/items/_itemlist.class.php and change line 874:

$message = T_('Sorry, there is no post to display...');


in

$message = '<p>'.T_('Sorry, there is no post to display...').'</p>';

5 Feb 08, 2008 21:24

I am sorry but I can't find anything on highlighting searchresults. That would make a neat idea for a plugin.

6 Feb 08, 2008 21:26

Thank you very much :D .

What file do I use to alter the appearance of the login screen?

7 Feb 08, 2008 21:32

Alberta wrote:

Thank you very much :D .

What file do I use to alter the appearance of the login screen?

That's not easy, but I've done it before. You need the files from the /blogs/inc/VIEW/login/ folder.

8 Feb 08, 2008 23:51

Afwas wrote:

I am sorry but I can't find anything on highlighting searchresults. That would make a neat idea for a plugin.

We have a search highlighter plugin ( [url=http://b2evo.astonishme.co.uk/search-hi-lite-plugin]Search hi-light[/url] ) ... can't remember if we've released the latest version or not ... which rocks more than any wonder-wind plugin ever released, past or present ;)

¥

9 Feb 09, 2008 02:44

PHP:
$message = '<p>'.T_('Sorry, there is no post to display...').'</p>';

First of all, thank you for your help. I tried this code but it didn't work. The phrase still starts all the way to the edge. It's little things like this that really annoy me. :roll: I like to see things formatted correctly.

Any other suggestions?

Also, take a look at this:
http://emplayce.com/archive/htsrv/login.php?action=lostpassword&redirect_to=%2Fblogs%2Findex.php%3Fblog%3D1
How do I fix that?

10 Feb 09, 2008 03:16

$message = '<div class="bText">
<p>'.T_('Sorry, there is no post to display...').'</p>
</div>';

11 Feb 09, 2008 03:33

Nope. That didn't work either. I guess I have some research to do B)


Form is loading...