Support Forum
Is it possible to somehow implement the "Header Description" function to work the same way in the "Topic Name" text area?
Example:
Topic name: Video Game title
Topic description: RPG fantasy with online capabilites
Example #2 (user's topic)
Topic name: Dragons and Elfs
Topic description: Anyone unlock the healing potion?
Submit Topic, Cancel, Etc
Here's the code I'm referring to:
sorry, not sure I am following you... are you asking if in the topic header area on topic view, if you can add the header name and description in there?
if so, not directly since those functions work on forum view and not topic view... but you could add something like this to get the info:
$data = spdb_table(SFFORUMS, 'forum_id='.$spThisTopic->forum_id, 'row'); echo $data->forum_name.'<br />'; echo $data->forum_desc;
and just clean up and style the display the way you want...
Visit Cruise Talk Central and Mr Papa's World
I'm sorry let me clarify, I'm asking can a field be created using the same rules or something similar to the Forum Heading and Description. Something that in Forum View the list not only will the title display, but a quick description as well underneath.
Here's an visual of what I'm looking to achieve.
http://i47.tinypic.com/2q3w7es.jpg
guess I am still confused... you are creating a new topic there... and have circled the topic name and topic description...
the topic name is already there and exists...
so you want to create a description for a topic???
if so, that is not something that is built into core, but something that could be added via a plugin (and not very complex either)...
frankly, no one has ever asked for a topic description...
Visit Cruise Talk Central and Mr Papa's World
no, a plugin for this does not exist... it would have to be written...
Its not too complex, but you would need to understand php and how wp hooks, actions and filters work...
I could put it on our list to do, but not guarantee on eta...
Visit Cruise Talk Central and Mr Papa's World
did you have to edit the core code? If so, be sure to keep track of your changes, as you will lose them when you upgrade to the next version of SP... which is why the plugin is the better route...
Visit Cruise Talk Central and Mr Papa's World
I took a few minutes this morning and created a plugin for this... If the testing goes well, should have it available shortly after the 5.1 release which should be by the end of May... would you be interested in a quick beta test once 5.1 releases?
Visit Cruise Talk Central and Mr Papa's World
Had to edit a few core files, which is gonna be a pain if they are affected by an upgrade which I believe so. It's only 1 file but it'll be gambling too much to risk changing it when 5.1 is ready because I don't know what changes you've guys have made so far. It's probably best I use a plugin, if you have one I can try any sooner I'd try it out over the rest of this weekend.
1 Guest(s)