1 alberta Feb 05, 2008 20:37
3 alberta Feb 08, 2008 21:03
Thanks for trying to help.
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 afwas 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 afwas 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 alberta Feb 08, 2008 21:26
Thank you very much :D .
What file do I use to alter the appearance of the login screen?
7 afwas 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 yabba 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 alberta 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 afwas Feb 09, 2008 03:16
$message = '<div class="bText">
<p>'.T_('Sorry, there is no post to display...').'</p>
</div>';
11 alberta Feb 09, 2008 03:33
Nope. That didn't work either. I guess I have some research to do B)
Hi Alberta,
What skin are you using? Can we have a look at your blog so far?
good luck