[table] [tr] is not BBCode ........ BBCode is not simply changing <> from html to []. Though you can create new BBCodes in ACP.appmodo wrote:Reading through, you say lefty that you support BBCode but not html within the announcements. I tried running a [table] [tr] structure but it does not recognize the bbcode. Is there an extension to accept this or an area where I can modify it?
Code: Select all
SQL ERROR [ mysqli ]
Table 'a000b_4836181_forum.ANNOUNCEMENTS_CENTRE_TABLE' doesn't exist [1146]
SQL
SELECT * FROM ANNOUNCEMENTS_CENTRE_TABLE
BACKTRACE
FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()
FILE: includes/acp/acp_announcements_centre.php
LINE: 136
CALL: dbal_mysqli->sql_query()
FILE: includes/acp/acp_announcements_centre.php
LINE: 46
CALL: acp_announcements_centre->announcements()
FILE: includes/functions_module.php
LINE: 516
CALL: acp_announcements_centre->main()
FILE: adm/index.php
LINE: 74
CALL: p_master->load_active()
just make the edit mentioned for the prosilver overall_header.html in the one for prosilver_se. you may need to copy over the prosilver template files that came with the mod to your prosilver_se template as well but i dont remember for sure. it won't hurt to just do it anywaybipenett wrote:Hi everybody!
I think I am dumb enough to don't understand how do I make this "acp annoucement centre" mod work on the PROSILVER_SE style.
Actually, I don't understand what do I have to do with the overall_header file inside the Prosilver_SE. Should I overwrite the Prosilver_SE overall_header with the Prosilver overall_header or should I simply edit some lines of the overall_header inside the Prosilver_SE? If so, wich lines should I edit?!
Anyone?
Thank's since now.
if you want to uninstall the mod, you will also need to manually upload the install folder and run the install/index.php file again and click uninstall. Please note that this needs to be done before you make the edit changes with or without automod.Ephemeraboy wrote:NEED HLP
what must I do...??Code: Select all
SQL ERROR [ mysqli ] Table 'a000b_4836181_forum.ANNOUNCEMENTS_CENTRE_TABLE' doesn't exist [1146] SQL SELECT * FROM ANNOUNCEMENTS_CENTRE_TABLE BACKTRACE FILE: includes/db/mysqli.php LINE: 163 CALL: dbal->sql_error() FILE: includes/acp/acp_announcements_centre.php LINE: 136 CALL: dbal_mysqli->sql_query() FILE: includes/acp/acp_announcements_centre.php LINE: 46 CALL: acp_announcements_centre->announcements() FILE: includes/functions_module.php LINE: 516 CALL: acp_announcements_centre->main() FILE: adm/index.php LINE: 74 CALL: p_master->load_active()
I have uninstalled this MOD (by AUTOMOD)
but when I press .MODS button in ACP, it likes that
Yeah... Thank you for trying to help me, lefty74, but I have been trying this, but I have no idea what should I really do. I tried to copy the whole thing inside the overal_header of prosilver to the prosilver_se, but after that the tamplate seemed weird. So... I am really stuck with this. I need more help! Please!lefty74 wrote:just make the edit mentioned for the prosilver overall_header.html in the one for prosilver_se. you may need to copy over the prosilver template files that came with the mod to your prosilver_se template as well but i dont remember for sure. it won't hurt to just do it anywaybipenett wrote:Hi everybody!
I think I am dumb enough to don't understand how do I make this "acp annoucement centre" mod work on the PROSILVER_SE style.
Actually, I don't understand what do I have to do with the overall_header file inside the Prosilver_SE. Should I overwrite the Prosilver_SE overall_header with the Prosilver overall_header or should I simply edit some lines of the overall_header inside the Prosilver_SE? If so, wich lines should I edit?!
Anyone?
Thank's since now.
Code: Select all
<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) -->
<div id="message" class="rules">
<div class="inner"><span class="corners-top"><span></span></span>
<strong>{L_INFORMATION}:</strong> {L_BOARD_DISABLED}
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- ENDIF -->
<!-- INCLUDE announcement_centre.html -->
It works! CONTRATULATIONS lefty74! Thank's a lot for your help! God bless you!lefty74 wrote:your prosilver_se overall_header.html should look like this at the bottom:
then you copy the prosilver files that are in the mod download and upload them to your prosilver_se style.Code: Select all
<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) --> <div id="message" class="rules"> <div class="inner"><span class="corners-top"><span></span></span> <strong>{L_INFORMATION}:</strong> {L_BOARD_DISABLED} <span class="corners-bottom"><span></span></span></div> </div> <!-- ENDIF --> <!-- INCLUDE announcement_centre.html -->
after that, purge your cache, refresh you style, imagesets, theme via the acp.
that should be the only thing you woudl need to do to make it work with prosilver_se