That would have to be custom coded to integrate the MOD with your contact form. To do what you need currently, you will have to add an OPEN prefix manually to all new posts that are added by that form.Ypselonia wrote:This Mod was nice, but how can i change this Mod so that all NEW Topic have automatically one Prefix ?
i use this Mod with an Contact Formular to Post in Forum, and when all new Posts have an OPEN Präfix, it will be much easier to work.
idiotnesia wrote:sotiris25s wrote:Is there any way i can add multiple prefixes at the same topic???
eg: [a]title
when i select the prefix from the dropdown box not to be overwritten by the new one, just add it next to it!
How can i do this?[/quote]
It needs change the code a lot.[/quote]
Can you make this? Or can you help me to do it?
Yes but the topic icons' purpouse is different. What I imagine is having an ability to have graphic prefixes. For example instead of having standard [XBOX360] text prefix on a gaming forum it would be possible to have an Xbox logo. I think indlucing an ability to create graphic prefixes would be a great feature many admins would love to have.idiotnesia wrote:Phpbb is already has topic icon, you can use it.JolieBoard wrote:Thank you so much for working on this idiotnesia! Would be amazing if the mod had an option to use icons (small custom images) instead of text prefixes. That would be an icy on the cake!
Also a question, will mods and admins be able to add/change/remove prefixes?
wang5555 wrote:Maybe I find two errors in "viewforum.php":
1. FindReplace withCode: Select all
if ($forum_data['forum_type'] == FORUM_POST) // idiotnesia wuz here - topic prefix mod $sql_array['LEFT_JOIN'][] = array('FROM' => array(TOPICS_PREFIX_TABLE => 'tx'), 'ON' => 'tx.id = t.topic_prefix'); $sql_array['SELECT'] .= ', tx.prefix, tx.prefix_colour'; // end
2. FindCode: Select all
// idiotnesia wuz here - topic prefix mod $sql_array['LEFT_JOIN'][] = array('FROM' => array(TOPICS_PREFIX_TABLE => 'tx'), 'ON' => 'tx.id = t.topic_prefix'); $sql_array['SELECT'] .= ', tx.prefix, tx.prefix_colour'; // end if ($forum_data['forum_type'] == FORUM_POST)
Replace withCode: Select all
'PREFIX_COLOUR' => $row['prefix_colour'] ? $row['prefix_colour'] : '',
Suggest idiotnesia:Code: Select all
'PREFIX_COLOUR' => $row['topic_prefix'] ? $row['prefix_colour'] : '',
Fix the "install.xml".
why?idiotnesia wrote:
Download
---download link removed-----
I don't know, but it is a violation of phpBB Mod Development Forum Rules.king577 wrote:why?idiotnesia wrote:
Download
---download link removed-----
5. MOD Downloads
a. MODs that are listed as either [BETA] or [RC] are required to have a download accessable, either attached to the topic or as a link.