Re: [extension release] Portal
make and option in the admin / portal page that from which forum you take the news in the main page and how many news ....
Admin Panel -> Settings -> Features -> 6. Customize your portal
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.3 extensions → [extension release] Portal
make and option in the admin / portal page that from which forum you take the news in the main page and how many news ....
Admin Panel -> Settings -> Features -> 6. Customize your portal
make and option in the admin / portal page that from which forum you take the news in the main page and how many news ....
Admin Panel -> Settings -> Features -> 6. Customize your portal
well ... can you move it to the portal page .... its away from its place as i didnt know others willl also dont know where it is ...
and what about other things ...
thanks
and what about other things ...
wait for next release
Changes:
- fixed links when using sef url
- portal settings moved to settings -> portal
- in portal settings input replaced with select (which contain categories and forums)
and what about other things ...
wait for next release
Changes:
- fixed links when using sef url
- portal settings moved to settings -> portal
- in portal settings input replaced with select (wchich contain categories and forums)
that was fast ... let me check now
wao you fixed all the things ... i am realy impressed ... that is wonderfull
a realy small suggessions : i you dont like it thas all right
1-
http://supermag.wsnw.net/1.3/forums.html
should be converted to
http://supermag.wsnw.net/1.3/forum.html (just s removed)
2- if you can make it more faster and little output size ... just a suggestion for maximum speed and quality
3- see the following image:
This is a very nice extension. Unfortunately, I can't yet install this on my website because I think it is wise to wait for 1.3 to be officially released before I use it on a production website.
Great Extension. 2 problems with Recent Posts. Users can see links to topics they don't have read access to. Also, if censoring is enabled the hyperlink should be censored in Recent topics.
Changes:
- fixed premissions for active topics/recent posts
- 2 new panels - top posters and newest articles
- link to profile/logout in menu only displayed when user is logged
Hi daris,
I'm curently using Portal 1.5 instead of Puntal and i have just one question for you
Is it possible to add "multi-forum" for news.
Thank's for your work on this project.
here are some suggestions :
1- convert pages.php to page.php with all urls
2- Request the following pannels:
---- Latest Articles (also read my down post about rss and atom)
---- calander (look at this http://www.phpbb3portal.com/portal.php )
---- clock (you can add it ... if any one liked it they will keep it)
3- few more things if possible
Downloads with seperate page live another extension
Directory also like another extension
there are other suggesiton too
1- RSS / ATOM Feeds for Articles ... with correct urls (mean if the sittings of urls are set to SEF urls then it must show SEF Fancy urls in rss and atom too ...
2- Social bookmarks buttons ... this is very important for aticles .... make it important social bookmarks like
Digg.com / Del.icio.us / Google Bookmarks / Yahoo Bookmarks / Technorati.com / Spurl / Furl.net / Newsvine
( if u have others that u feel important then add it ... and make it as buttons icons ...
Why not add hooks instead of adding tons of features?
Why not add hooks instead of adding tons of features?
It's better idea
hea daris forget this thing that i said ... i has benn wrong about it ... so stick with the dashes
i mean this:
accourding to google and a member of punbb community:
Solovey wrote:Google doesn't design web standards. The W3C does, and the RFC. I don't know what the standard is
Thats absolutely right. Google is merely following W3C standards and RFC.
Here is the RFC: http://www.ietf.org/rfc/rfc2396.txt
Uniform Resource Identifiers (URI): Generic Syntax
August 1998Notice the date? 1998? 10 years ago? And you are suggesting it is too early for PunBB to support it?
It is regretable that closed-minded and possibly xenophobic Western developers like you are so block headed about standards that support languages of the world.
It is unfortunate that you still resist internationalizaton, even when you promise us utf-8 support in the new PunBB.
This is not a small issue. Do it right the first time, and you won't have complaints in the future.
From a pure, very basic seo point of view that's nonsense. Google sees - as a word separator, not _.
I suggest you do some reading on Google's latest thoughts on this.
July 23, 2007 10:24 PM PDT
Underscores are now word separators, proclaims Google
http://www.news.com/8301-10784_3-9748779-7.htmlso can you change all the page1-examplepage.html and all other urls to page1_example.html ...
i also recommend the core 1.3 devlopers to change that ...
hea daris i edited my two posts
this http://punbb.org/forums/viewtopic.php?p … 53#p110553
and
this http://punbb.org/forums/viewtopic.php?p … 12#p110512
---- Latest Articles (also read my down post about rss and atom)
It's already in 1.6
Next release (1.6)
Changes:
- fixed premissions for active topics/recent posts
- 2 new panels - top posters and newest articles
Changes:
- multi-forum news/articles
- pages.php renamed to page.php
error when i update portal sittings :
Notice: Array to string conversion in /home/supermag/public_html/1.3/admin/options.php on line 44
Notice: Array to string conversion in /home/supermag/public_html/1.3/admin/options.php on line 44
hi there are some things
like
if i want to add a banner under Welcome Message Before active topics ...
----------------------------------------------------------------------------
I
-----------------------------------------------------------------------------I
how can i add that ....
for solution
in the pannels sittings
put also at
( Center )
1- welcome message
2- banner (for example)
3- active topics
4- news
5- another banner
----------------------------------------------------------
about articles ... i thought they do a seperate page ... but this dublicates urls ... like
http://supermag.wsnw.net/1.3/article1-test-post.html
http://supermag.wsnw.net/1.3/topic1-test-post.html
so if it possible to add a seperate page for
articles (menu
(Post Article)
(Delete Artilce)
Your Articles)
--
Latest articles
.........
........
........
... there must be seperate posting and edit place for articles which contains bbcode too ....
this is a big thing
-------------------------------------------------------------------------------
thanks
error when i update portal sittings :
I know about this, it's punbb issue
http://punbb.org/forums/viewtopic.php?id=18523
You can replace:
$form = array_map('trim', $_POST['form']);
with
$form = @array_map('trim', $_POST['form']);
in admin/options.php on line 44
yea but will change the orignal files ...shouldnt the devolopers change that ...
and what do u think about the other thing that i said ...
thanks
I get this error when trying to install 1.7
'*', 'FROM' => 'panels', 'WHERE' => 'enable=1', 'ORDER BY' => 'position' ); ($hook = get_hook('ch_qr_get_panels')) ? eval($hook) : null; $result = $db->query_build($query, true) or error(__FILE__, __LINE__); $output = array(); while ($cur_panel = $db->fetch_assoc($result)) $output[$cur_panel['id']] = array('title' => $cur_panel['title'], 'content' => $cur_panel['content'], 'file' => $cur_panel['file'], 'side' => $cur_panel['side']); // Output config as PHP code $fh = @fopen(PUN_CACHE_DIR.'cache_panels.php', 'wb'); if (!$fh) error('Unable to write configuration cache file to cache directory. Please make sure PHP has write access to the directory \'cache\'.', __FILE__, __LINE__); fwrite($fh, ''); fclose($fh); }
Fatal error: Call to undefined function generate_panels_cache() in C:\Program\wamp\www\extensions\portal\install.php on line 77
I get this error when trying to install 1.7
'*', 'FROM' => 'panels', 'WHERE' => 'enable=1', 'ORDER BY' => 'position' ); ($hook = get_hook('ch_qr_get_panels')) ? eval($hook) : null; $result = $db->query_build($query, true) or error(__FILE__, __LINE__); $output = array(); while ($cur_panel = $db->fetch_assoc($result)) $output[$cur_panel['id']] = array('title' => $cur_panel['title'], 'content' => $cur_panel['content'], 'file' => $cur_panel['file'], 'side' => $cur_panel['side']); // Output config as PHP code $fh = @fopen(PUN_CACHE_DIR.'cache_panels.php', 'wb'); if (!$fh) error('Unable to write configuration cache file to cache directory. Please make sure PHP has write access to the directory \'cache\'.', __FILE__, __LINE__); fwrite($fh, ''); fclose($fh); }
Fatal error: Call to undefined function generate_panels_cache() in C:\Program\wamp\www\extensions\portal\install.php on line 77
Okey I found the problem, you using short open tags.
So don't forget to change short open tag setting for PHP.
Try replace:
<?
with
<?php
in extensions/portal/include/cache.php
PunBB Forums → PunBB 1.3 extensions → [extension release] Portal
Powered by PunBB, supported by Informer Technologies, Inc.