Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post SOLVED - Problem With Page Link Within Topic 
 
hi to all, i've a strange problem...

 immagine_1207579954_680457

yesterday I did DB Maintenance and chose from Configuration-->Quick Settings-->Fast And Furious then I re-activated some feature I like/need; then I added the mod that allow bbcode in quick reply (and it works without a problem)
now there's no link to navigate within topic pages   I looked in ACP but I can't figure what's wrong  
thank you in advance
 




____________
rescued by MG :10k_0025:
 
Last edited by ieio on Wed 09 Apr, 2008 01:07; edited 1 time in total 
ieioSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Problem With Page Link Within Topic 
 
update: there's a problem with this MOD

http://www.phpbbmods.info/icy/viewtopic.php?f=1&t=5

Code: [Download] [Hide] [Select]
#
#-----[ ABRIR ]------------------------------------------
#
viewtopic.php

#
#-----[ BUSCAR ]------------------------------------------
# Linea: 2842
    $template->pparse('body');

    include($phpbb_root_path . 'includes/page_tail.' . $phpEx);

#
#-----[ ANTES, AÑADIR ]------------------------------------------
#

// BBCBMG - BEGIN
include_once($phpbb_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_bbcb_mg.' . $phpEx);
include($phpbb_root_path . 'includes/bbcb_mg.' . $phpEx);
$template->assign_var_from_handle('BBCB_MG', 'bbcb_mg');
// BBCBMG - END
// BBCBMG SMILEYS - BEGIN
generate_smilies('inline');
include($phpbb_root_path . 'includes/bbcb_smileys_mg.' . $phpEx);
$template->assign_var_from_handle('BBCB_SMILEYS_MG', 'bbcb_smileys_mg');
// BBCBMG SMILEYS - END

#-----[ ABRIR ]------------------------------------------
#
temaplates/mg_themes/xs/xs_topic.tpl

#
#-----[ BUSCAR ]------------------------------------------
# Linea: 130
<tr>
    <td class="row1" align="left" width="200" nowrap="nowrap"><span class="gen"><b><?php echo $lang['Subject']; ?>:</b></span></td>
    <td class="row2" align="left" width="100%"><input type="text" name="subject" size="45" maxlength="60" style="width:98%" tabindex="2" class="post" value="{L_RE}: {TOPIC_TITLE}" /></td>
</tr>

#
#-----[ DESPUÉS, AÑADIR ]------------------------------------------
#

<tr>
    <td class="row1" align="left" width="200" nowrap="nowrap"><span class="gen"><b>BBCode:</b></span></td>
    <td class="row2" valign="top">
<!-- INCLUDE bbcb_mg.tpl -->
    </td>
</tr>

but I can't fix it, sorry I only reported it
 




____________
rescued by MG :10k_0025:
 
ieioSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem With Page Link Within Topic 
 
Does that mean when you uninstalled it, pagination links worked again?

I notice Kuka removed this mod from this site, possibly because there has already been something similar in existence for some time: http://www.icyphoenix.com/viewtopic.php?f=4&t=1686

Perhaps try that one?
 



 
moreteavicarSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem With Page Link Within Topic 
 
Ah, I think I see a problem in the above.
Code: [Download] [Hide] [Select]
include($phpbb_root_path . 'includes/bbcb_smileys_mg.' . $phpEx);


is called after
Code: [Download] [Hide] [Select]
generate_smilies('inline');


But if I'm not mistaken, generate_smilies() is a function within bbcb_smileys_mg, so you need to include that file first, before calling generate_smilies()


*EDIT* Utter nonsense, I deny I even said it! generate_smilies() is in functions_post.php!
 



 
moreteavicarSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem With Page Link Within Topic 
 
Maybe the problem is just the way the <!-- INCLUDE bbcb_mg.tpl --> is done in <tr> tags, I think the output has to be within the <td> tags of the message, as it is in ktm's original version - this is backed up by examining the implementation of BBCB_MG in posting_body.tpl... possibly a direct <!-- INCLUDE bbcb_mg.tpl --> breaks the page layout...
 



 
moreteavicarSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem With Page Link Within Topic 
 
moreteavicar wrote: [View Post]
Does that mean when you uninstalled it, pagination links worked again?
first rule: always backup   in addition i had to clear main cache and all worked again

moreteavicar wrote: [View Post]
http://www.icyphoenix.com/viewtopic.php?f=4&t=1686

Perhaps try that one?
the great (right) advice thank you master 0057

moreteavicar wrote: [View Post]
*EDIT* Utter nonsense, I deny I even said it!
   I'm blind... what did you write??? 0004  
 




____________
rescued by MG :10k_0025:
 
ieioSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: SOLVED - Problem With Page Link Within Topic 
 
bene!
 



 
moreteavicarSend private message  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events


  

 

  cron