Groups are really "Group Forums" but the forum links to start a discussion and View All discussions are so far down inside the groups main page that many have no idea how to start a new discussion or where to find forum link.  Instead, Ning puts a link to "View All Groups" which is redundant because if someone wanted to view all groups, they wouldn't be in the one they are in to begin with.  It would be so intuitive if Ning would just place a link to the group's forum at the top of the group, but no one listens, despite it possibly being the easiest thing in the world for them to work out.  Here is where I have mentioned it before.  And even Eric Suesz commented:

Makes sense (provided the group has a Forum enabled). I'll pass this one along to our product people. Thanks!

This is something that I have requested of Ning since day one and I almost have a hack working but wondering if anyone else has tried this with success.

I have it this far, but for some reason, I can't seem to make the links clickable

Look at the two links under the Title of the group. I got them there by using the following Jquery to inject them.

 <script type="text/javascript">
if (typeof(x$) != 'undefined') {
x$(".xg_widget_groups_group_show .xg_headline .tb h1").after('<a %1$s>View All Discussions</a> or <a %2$s>Start a New Discussion</a>');
}
else{
}
</script>

 I got the after part (<a %1$s>View All Discussions</a> or <a %2$s>Start a New Discussion</a>) from the Language editor as I am hoping to make this happen for all groups on my network.  However, when you go to the group example you can see that the links do not work, yet the link is there.  I realize that I need a href somewhere in there, but where?

Relative Linking and Methods That Didn't Work

Using common relative linking practices for HTML, I first tried adding this to my custom CSS for that group:

.myspan {
    display: block;
}

Then injecting this using Jquery and it almost works.

<script type="text/javascript">
if (typeof(x$) != 'undefined') {
x$(".xg_widget_groups_group_show .xg_headline .tb h1").after('<a href="../forum"><span class="myspan">Go to this Forum</span></a>');
}
else{
}
</script>

Notice the "../forum" part of the jquery above.  It should make a link to the forum inside the group, however it doesn't due to something inside Ning that is preventing that, i think.

SO>...

Suggestion:

Ning, Pretty please with sugar on top will you PLEASE add a link to the group's forum at the top of all groups.

Request:

Could someone out there lend a hand at figuring this mind twister out?

Tags: forums, groups, jquery, links, request, suggestion

Views: 120

Reply to This

Replies to This Discussion

ok i can barely  bumble my way through jquerrty but imedietly from viewing code i see that the links liook like <a %1$s> now i cant pretend to know how those work but they seem to be variables that the ning code uses to replace tht with a constant ..libk code

these must be specific to the element or placement cay=use  u will see %1$s used thousands of times in language editor  each time the replaced codes diferent even though the variables the same

 

example members online %1$s%2$s  forums replied to 1$s%2$s

1 replaces the list of members online the other a members list of forums replied to so u cant simpley use tat and expect it to work

 

you have to use some form of the url or script to create the url from location

 

i hope that makes sence like i said i dont know jquerry at all just ..can sorta understand vaguely enough to debug sometimes

 

 

group/nikonsupportgroup/forum would be the path to the view all so in the script you want  to add code that puts href="../group/(whatevercode grabs the group name part of url) /forum

i dont l]know how to do it but thatshow it has to be done

thanks Eagle...hopefully someone will come along with some insight.  What we really need is a GUIDE TO THE LANGUAGE EDITOR to tells us what these symbols represent

Yes, that'd be neat.

Some messages in there are cryptic to say the least. You wonder under which condition they'll be used:

%1$s (average scarcity)

Looks like you absolutely need to have the group's name to build those links.

Someone must know of this variable name?

i know that's the hard part...i've tried everything!

I've been able to do this on my site.  The free code is there.  I hope it is helpful to others.

http://jqueryhelp.ning.com/forum/topics/providing-link-to-group-for...

Best wishes!

"TJ"

I love this! I have left a screenshot on your discussion along with a question. 

Thanks for the excellent suggestion to separate the 2 links a bit.  As you know, I implemented your suggestion and it looks much better now, thank you!

Here is a screen shot of mine, with the separation. It looks much better, TJ!

thanx !!! was just noticing this problem today why We dont have an 'Add' button on top, but this will work for now...

RSS

Latest Activity

Chazz replied to John Bizley's discussion 'I have a Question about the Social Channels ( youtube, vimeo )' in the group The Sandbox
"I understand that completely my friend. I admittedly do pay for my external site. Luckily it…"
14 minutes ago
Melanie Cooley replied to Phil McCluskey's discussion 'Site Manager Updates for Ning 3.0 Networks'
"Awesome!!!!! Thrilled about the ability to set security by member category. Thank you!  Any…"
15 minutes ago
Riccardo Rossini replied to Phil McCluskey's discussion 'Site Manager Updates for Ning 3.0 Networks'
"Phil it's a great news, but for my heath.. () nex time you add new classes pleas advice us…"
16 minutes ago
John Bizley replied to John Bizley's discussion 'I have a Question about the Social Channels ( youtube, vimeo )' in the group The Sandbox
"Thanks Chazz I appreciate that and your thoughts. I do already have video lists and players on my…"
20 minutes ago
soaringeagle replied to John Bizley's discussion 'Show Your Ning 3.0 Sites'
"oh u havent seen it all check out the text editor and html mode i put so much attention into the…"
21 minutes ago
Riccardo Rossini replied to Jen's discussion 'Jen's Running List - Updated 4/6/2013' in the group The Sandbox
"Oh god, they have added two classes: row-narrowed1 and row-narrowed2... Fiuuuuuhhh I was thinking…"
24 minutes ago

NC for Hire
Jen replied to Jen's discussion 'Jen's Running List - Updated 4/6/2013' in the group The Sandbox
"I checked the same link: http://pentaprism.ning.com/photos/sunset looks good now!"
28 minutes ago

NC for Hire
Jen replied to Jen's discussion 'Jen's Running List - Updated 4/6/2013' in the group The Sandbox
"Riccardo, I don't really know what to suggest, other than, be sure to save your CSS. Jen"
29 minutes ago

© 2013   Created by Ning.

Badges  |  Report an Issue  |  Terms of Service