MyBB Community Forums

Full Version: [Release] ProPortal 1.0: A More Functional Portal!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
hm, the searchnext() Function are not found??? what can i do?

url: http://www.inekai.de/portal

greets inekai
Does DragonFever still support this addon? I am still waiting for the next release so I can use PHP coding on custom pages.
I'm sure he does, most likely just busy.
I figured out my problem, the avature that I was using was too big Smile Go figure
I have fixed markup XHTML 1.0 Transitional.

If someone need it, just download and replace files in portal/blocks/
[attachment=18624]

You also need to edit pro_portal_block template in
Templates and Styles -> Template -> Global Templates -> pro_portal_block

Replace with this

<div style="padding-bottom:{$proportal->settings['horizontalspace']}px;">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tbody style="{$expdisplay}" id="block_{$result_blocks['id']}_e">
<tr>
<td class="thead"><div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="block_{$result_blocks['id']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<strong>{$title}</strong>
</td>
</tr>
<tr>
<td class="trow1">
{$content}
</td>
</tr>
</tbody>
</table>
</div>

If you have any question regarding this post, feel free to ask .

Thank you..
(2010-06-17, 09:25 PM)afzulnizam Wrote: [ -> ]I have fixed markup XHTML 1.0 Transitional.

If someone need it, just download and replace files in portal/blocks/


You also need to edit pro_portal_block template in
Templates and Styles -> Template -> Global Templates -> pro_portal_block

Replace with this

<div style="padding-bottom:{$proportal->settings['horizontalspace']}px;">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tbody style="{$expdisplay}" id="block_{$result_blocks['id']}_e">
<tr>
<td class="thead"><div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="block_{$result_blocks['id']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<strong>{$title}</strong>
</td>
</tr>
<tr>
<td class="trow1">
{$content}
</td>
</tr>
</tbody>
</table>
</div>

If you have any question regarding this post, feel free to ask .

Thank you..

ok do we have disable it before updating
(2010-06-17, 10:20 PM)technoman Wrote: [ -> ]ok do we have disable it before updating
No need. Just replace existing file in portal/blocks/
Very nice plugin Smile

So is it possible to put html code into the blocks? For example I would like to create a block(s) for displaying google ads.

Thank you.
(2010-06-20, 12:27 AM)maritimer Wrote: [ -> ]So is it possible to put html code into the blocks? For example I would like to create a block(s) for displaying google ads.

Yes, you can. Smile
(2010-06-17, 09:25 PM)afzulnizam Wrote: [ -> ]I have fixed markup XHTML 1.0 Transitional.

If someone need it, just download and replace files in portal/blocks/

ok it is one of your files in the zip that cause this problem in the picture, i went back to old backup until you fix
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25