*SOLVED!* Group label=image

classic Classic list List threaded Threaded
11 messages Options
Reply | Threaded
Open this post in threaded view
|

*SOLVED!* Group label=image

NiTEMARE
This post was updated on .
Hi there,

They way you can set a text for each group displaying when they posting. I want that but instead of the text, there should be a image.

This is in "classic_big_avatar_cell".

Here is the code:
 <n.avatar_label condition="[n.owner.is_in_group group= 'Moderator'/]" label="[b][t]Community Manager[/t][/b]"/>
Instead of the text "Community Manager" I should be able to add a image.

This didn't worked:
 <n.avatar_label condition="[n.owner.is_in_group group= 'Moderator'/]" label= <img src="http://battlelog-cdn.battlefield.com/cdnprefix/dab70dc9082526/public/common/tags/mod.png"/>

So i assure there is another way around this.

Hope you can provide me with the correct code for this or at least explain. I am used to use HTML and CSS as well as C++.
NAML is a bit new for me.

- Regards,
  Timmie.
The trick to creativity is knowing how to hide your sources - Albert Einstein.
Reply | Threaded
Open this post in threaded view
|

Re: Group label=image

NiTEMARE
One more thing..
This is has nothing to do with the topic.

But when you use application "Board", then under the different sections you will see the post who have been posted there. Unfortunately you see ALL posts, so if there is 20 posts posted under expmpel "NEWS & UPDATES" then all those will be showing when you enter the website.

What I want is that you only see the three latest posts per section and if you want see more, you need to enter the specific section.

Let me know if these can be changed and fixed. Thanks!

- Timmie



The trick to creativity is knowing how to hide your sources - Albert Einstein.
Reply | Threaded
Open this post in threaded view
|

Re: Group label=image

GregChapman
To answer your second question...

Unfortunately that is the nature of the design of "Board" (and "Category"). You'll need to pick an alternative application. You can pick the number of topics to display on the following application types

Forum Blog Gallery Newspaper Mixed

through:

Options > Application > Change Appearance > Preferences > Topics per page
Volunteer Helper - but recommending that users move off the platform!
Once the admin for GregHelp now deleted.
Reply | Threaded
Open this post in threaded view
|

Re: Group label=image

NiTEMARE
Hi again,

There should be a way to change this since you control most of the codes. Although you can't enter the source code there should be a way to change this.

If this is a Premium support, please let me know and I can pay. It would be alot easier to use this if you could control every code and only pay for using Nabbles servers.

- Timmie
The trick to creativity is knowing how to hide your sources - Albert Einstein.
Reply | Threaded
Open this post in threaded view
|

Re: Group label=image

GregChapman
You'll need to wait for one of the Nabble team to answer that. I'm just a happy user.
Volunteer Helper - but recommending that users move off the platform!
Once the admin for GregHelp now deleted.
Reply | Threaded
Open this post in threaded view
|

Re: Group label=image

NiTEMARE
I understand that Chapman. Thanks btw for your answer. :)

- Timmie
The trick to creativity is knowing how to hide your sources - Albert Einstein.
Reply | Threaded
Open this post in threaded view
|

Re: Group label=image

Pedro
In reply to this post by NiTEMARE
Please, edit your board_table macro. At the 15th line of your code you can change the length of the these sections.
In this case is 3 per section:
<n.if.current_node.has_children>
	<then>
		<n.current_node.children_list. length="3"> // 15th LINE
			<n.loop.>
				<tr class="main-row">
					<n.columns/> 
My test forum.
Reply | Threaded
Open this post in threaded view
|

Re: Group label=image

Pedro
In reply to this post by NiTEMARE
Please, use our search facility in this forum. I guess we have already done that.
Let me know if don't anything.
My test forum.
Reply | Threaded
Open this post in threaded view
|

Re: Group label=image

NiTEMARE
Hi there Pedro!

Thanks for your answer, it was successful.
I have actually already searched via google and your search box for a tip on how to make the group text become a image instead but I couldn't find anything about it.

The normal <img src="" dosen't work. So is there a another way?

Thanks!

- Timmie
The trick to creativity is knowing how to hide your sources - Albert Einstein.
Reply | Threaded
Open this post in threaded view
|

Re: Group label=image

Pedro
Reply | Threaded
Open this post in threaded view
|

Re: Group label=image

NiTEMARE
Thanks Pedro. That fixed it.

I got all my questions answered, thanks.  I will edit the title to *SOLVED*.

- Timmie
The trick to creativity is knowing how to hide your sources - Albert Einstein.