Forums_Link - No Unread Posts? Seems To Be False Or Isn't It? »  Show posts from    to     

Icy Phoenix


phpBB 3 MODS And Styles (Not Compatible With phpBB 3.1) - Forums_Link - No Unread Posts? Seems To Be False Or Isn't It?



Ghostsearcher [ Sat 15 Jan, 2011 10:22 ]
Post subject: Forums_Link - No Unread Posts? Seems To Be False Or Isn't It?
Hello and Moin to all (and to Joshua 203 of course )!

Ehm, for the first time i've made a Forum-Link and there is a little Problem. If you hover about the Icon, there is the Alt-Text "no unread posts". And i think there must stand "Forums Link" or something.
I missed to find the right spot to fix/solve this tiny Problem. So how i can change this to the correct Text? Because the right text stands also in the common.php, too!
*******
Thank you!
And maybe i'm in the Chat there. So we could fix the problem faster there and solve it later here. ^_~

Your, testi ^^

EDIT:
I'm using phpBB 3.0.8 with Black Pearl 1.6.3


Joshua203 [ Sat 15 Jan, 2011 15:33 ]
Post subject: Re: Forums_Link - No Unread Posts? Seems To Be False Or Isn't It?
eey Testi..,

what text in the lang file are you refering too?

it would be quite easy to have it say just about whatever you like but right now it tells the info of the linked topic


Ghostsearcher [ Sat 15 Jan, 2011 18:13 ]
Post subject: Re: Forums_Link - No Unread Posts? Seems To Be False Or Isn't It?
Hi Joshua. ^^

Glad to see you.

So you mean you and me see the right Info there? Hmm, so the "right" Info is "no unread posts"?
Hmmm....ok i don't know knew it.
I'm confused now. ^^
Are you really mean, this is the right Info? *lol* Hmmm...damn...so i am false with my guess?
As i said, i didn't try the forum link before so i can't knew it if its right or false.

Ok but i want to re-edit that from no unyadda posts to my own sepcification like...let's say "External Site" or something like this. Because of that the common external links should be only used for my other websites like Flash-Games. Yes, you know what i mean. ^_^

But where i can do this? And can i just change the variable or i have to set my own text in there? Because i still think it's a fault by the theme. *rofl* (becuase the image is right: forum_link.png)
Thank you!

Bets Greetings, your testi ^^


Joshua203 [ Sat 15 Jan, 2011 18:42 ]
Post subject: Re: Forums_Link - No Unread Posts? Seems To Be False Or Isn't It?
i m always a little mean hehehehe

this is how it works at my boards too, i guess phpbb thinks you ll always link to another topic and not another site?

if this is the only linked forum you ll ever use i think it may be easy to change (yes i ve looked a little deeper now), but if you want to link to a topic at a later stage this means it can not read the data anymore (as far as i can see now.. maybe someone else has a better idea by adding another IF?)

anyway you need to look at forumlist_body.html here
Code: [Hide] [Select]
<!-- ELSEIF forumrow.S_IS_LINK -->
<tr>
<td class="row1" width="50" align="center">{forumrow.FORUM_FOLDER_IMG}</td>


this image allready contains the alt if you catch my drift so the way i see it you would need replace the image link or the php code that creates the alt

this may not be the best answer but it might be a good idea to think about it alittle before changing it

EDIT:
replacing:
Code: [Hide] [Select]
{forumrow.FORUM_FOLDER_IMG}

by:
Code: [Hide] [Select]
{FORUM_LINK_IMG}


would allready do the trick but break what it SHOULD do!

EDIT2:
and then it looks like you miss my own old edits hehehehe ... sorry

try finding in index.php
Code: [Hide] [Select]
'FORUM_UNREAD_LOCKED_IMG' => $user->img('forum_unread_locked', 'UNREAD_POSTS_LOCKED'),

add this on the next blanc line:
Code: [Hide] [Select]
'FORUM_LINK_IMG' => $user->img('forum_link', 'FORUM_LINK'),

(you allready done this i just post it for other readers, can you tell me if you redo edit 1 again (and 2) if this is allready working or need more edits?)


Ghostsearcher [ Sun 16 Jan, 2011 00:14 ]
Post subject: Re: Forums_Link - No Unread Posts? Seems To Be False Or Isn't It?
Yes, we try it together in my chatroom....but it doesn't works. Unfortunely.
If you have some more tryings about that, i'm open for it. lol. ok, maybe bad english, but it's correct if you translated from german language ^^ *lol*

But i have to tell ya, if you mean, it's all normal with the phpbb standard and you tell me further, hey it's not adjustable, so i can live with that.
But how i said, i'm open for new ideas. Because it looks anyways bad if i see i want to click to the forums link and i see the alt-text: no unread posts.
lol
thats in every way confusing....i guess ^^

LG....


EDIT:
Ah ehm...i forget: yes it's still changed => /index.php => 'FORUM_LINK_IMG' => $user->img('forum_link', 'FORUM_LINK'),
The imageset.cfg was originally unchanged, because the icon is abvailable by default. You know what i mean. ^^
I guess, there is a common translate problem... - i think i have to alternate this by doing my own text inthere, or isn't it?
God, i wish i could write netherland language. ^_~


Joshua203 [ Sun 16 Jan, 2011 00:27 ]
Post subject: Re: Forums_Link - No Unread Posts? Seems To Be False Or Isn't It?
i ll go to your site now, we ll see.. don t worry, i may still miss an edit it's hard to remember

have a look at my board (english) where i ve edited 2 link images in ... one the way i think you want and the other as it should be/was


Ghostsearcher [ Sun 16 Jan, 2011 00:34 ]
Post subject: Re: Forums_Link - No Unread Posts? Seems To Be False Or Isn't It?
Uhhh...where? I can't find'em. lol.... it's a bit much ^^

EDIT: But the Radio is cool! ^^


Joshua203 [ Sun 16 Jan, 2011 00:37 ]
Post subject: Re: Forums_Link - No Unread Posts? Seems To Be False Or Isn't It?
lol see my sig... choose english click forum.. find the green arrow icons


EDIT:
Ok so now it works ..now you may also want to consider doing this to make the picture complete

in index_body.php at the bottom replace:
Code: [Hide] [Select]
<tr>
<td width="20" align="center">{FORUM_NEW_IMG}</td>
<td><span class="gensmall">{L_NEW_POSTS}</span></td>
<td>  </td>
<td width="20" align="center">{FORUM_IMG}</td>
<td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
<td>  </td>
<td width="20" align="center">{FORUM_LOCKED_IMG}</td>
<td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
</tr>

with this:
Code: [Hide] [Select]
<tr>
<td width="20" align="center">{FORUM_UNREAD_IMG}</td>
<td><span class="gensmall">{L_UNREAD_POSTS}</span></td>
<td>  </td>
<td width="20" align="center">{FORUM_IMG}</td>
<td><span class="gensmall">{L_NO_UNREAD_POSTS}</span></td>
<td>  </td>
<td width="20" align="center">{FORUM_LOCKED_IMG}</td>
<td><span class="gensmall">{L_FORUM_LOCKED_SHORT}</span></td>
<td>  </td>
<td width="20" align="center">{FORUM_LINK_IMG}</td>
<td><span class="gensmall">{L_FORUM_LINK}</span></td>
</tr>


maybe you like that too


Ghostsearcher [ Sun 16 Jan, 2011 17:10 ]
Post subject: Re: Forums_Link - No Unread Posts? Seems To Be False Or Isn't It?
BAH...THIS IS GENIOUS!!!!!!!

Geil! lol

I have added this Lines in the index_body what you've said:
Code: [Hide]
  1. <td>&nbsp;&nbsp;</td> 
  2. <td width="20" align="center">{FORUM_LINK_IMG}</td> 
  3. <td><span class="gensmall">{L_FORUM_LINK}</span></td> 

It's really cool!

So you know i luv you, but in this case, i luv you more then anybody can do....hahahahahaha

Edit: And yes....the Topic is now solved. It was just the change in the /index.php, like Joshua203 said!
I've searched the line Line:
Code: [Hide]
  1. 'FORUM_UNREAD_LOCKED_IMG' => $user->img('forum_unread_locked', 'UNREAD_POSTS_LOCKED'), 

AFTER this line i added:
Code: [Hide]
  1. 'FORUM_LINK_IMG' => $user->img('forum_link', 'FORUM_LINK'), 

Done! ^^
Imageset.cfg was already for it and now the changes in the index_body: I'm happy!!! ^^
Thank you very much!

Greetings, Testi ^^


Joshua203 [ Sun 16 Jan, 2011 18:38 ]
Post subject: Re: Forums_Link - No Unread Posts? Seems To Be False Or Isn't It?
you re welcome Testi..,

just remember you done this whenever you want to add a new link that should read the database for the alt in stead of being a static language variable
I've hit the solved button for you


Ghostsearcher [ Sun 16 Jan, 2011 18:43 ]
Post subject: Re: [SOLVED] Forums_Link - No Unread Posts? Seems To Be False Or Isn't It?
Man you're too fast for me. I just want to set the solved button and...well...it's done. haha, but thanks! ^^
And yes i remember that. Because i do not to want to be static. Uh what a sentence. ô.O
So i know what you mean.

Thanks a lot, Testi ^^




Powered by Icy Phoenix