Wolf RPG

Full Version: Pack forum summary not showing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Heya there!

Some things seem to be fixed, but I've noticed that the pack forum summaries (found in "Manage Options" under the PM pannel) are not showing up when you click into the pack's forum. 

Packs with no summary:

Brecheliant
Moonspear
Raventhorpe
Akashingo


Packs with a summary:

Moonglow
Kvarsheim
Riverclan
Swiftcurrent Creek
Moontide
Sapphique
Sweetharbour
Redtail Rise


I know for sure that we had one for Hljodrfell, and there's still code written in there, but it is not showing up. Do we just need a new code or something?
It should be showing up if it is on some! Go ahead and leave it if you don’t mind, having some broken ones will let us narrow down why some are working and some aren’t
It is in there, but I would not doubt at all that there might be some broken code. I've never known how to write those things anyway! But yeah- the ones listed in my other post, I'm pretty sure at some point they had summaries too.

If there somewhere on this sire where there's like...Templates for that? Just something I can choose that'll allow an image, a section for details, a news section? Because I have no idea how to build that, heh.
There isn’t really outside of the mycode reference! We could build a page for common usage examples of some of the more complicated codes, I’ll take note of that

For now, I think some have just posted requests in the Player HQ spaces for specific mycode layouts and been successful! (I only use them in the most basic ways myself most of the time, lol! But some members do a lot with the codes that are currently available)

I’ll take a look and see what might be broken. I don’t think Brecheliant’s summary has been updated recently, so I imagine it is something with the upgrade. Seems the mycode parser got a lot pickier in the new version
Yep! mycode is just pickier now.  Was able to fix Brecheliant and Akashingo by updating the image card code
Code:
[image-card src="https://i.imgur.com/8Y62tfv.png]
became
Code:
[image-card src=https://i.imgur.com/8Y62tfv.png]
(though now the images are appearing and stretching the forums out - not sure if that's a style issue on our end or bad images being provided)

Moonspear has no blurb, and Raventhorpe had an invalid mycode. Updated a link from
Code:
[tlog=https://wolf-rpg.com/showthread.php?tid=55780&pid=571776#pid571776]gather[/tlog]
to
Code:
[url=https://wolf-rpg.com/showthread.php?tid=55780&pid=571776#pid571776]gather[/url]
Yer a wizard, Starry!

@Teya @Toula this might be something you'd want to know just in case you're ever tinkering with your blurb things in the future :) There might still be a bit of extra space on Akashingo's but that's probably fixable too!

Thanks Starr!
thanks starr!! and thank u Jess for alerting me!