It would be very nice, for the FAR FUTURE, to "create" mods like Nucleus ... people who use Nucleus will understand
But Mediator, great stuff, really.
You are not logged in. Please login or register.
PunBB Forums → Posts by Rod
It would be very nice, for the FAR FUTURE, to "create" mods like Nucleus ... people who use Nucleus will understand
But Mediator, great stuff, really.
Indeed
Play with opacity with IE / Firefox ... I think it renders very good with your beautiful background
I'm very impatient to see evolution of your integration, I "play" with Nucleus, it's incredible ...
Very good !!!
I have never understood how works RSS ... too dumb.
But I was against CMS, until I "meet" hcgtv ... all changes
Rod wrote:In the same idea ... how to use the parser of Pun inside Nucleus ?
I guess you mean to display forum posts within Nucleus?
Yes, but to put all bbcode inside nucleus (in particular my video BBcode)
In the same idea ... how to use the parser of Pun inside Nucleus ?
To answer Tobi : to create NEW WINDOW despite XHTML 1.0 strict, here's a script I have found on dynamicdrive
<script type="text/javascript">
<!--
function externalLinks() {
if (!document.getElementsByTagName) return;
var anchors = document.getElementsByTagName("a");
for (var i=0; i<anchors.length; i++) {
var anchor = anchors[i];
if (anchor.getAttribute("href") &&
anchor.getAttribute("rel") == "external")
anchor.target = "_blank";
}
}
window.onload = externalLinks;
-->
</script>
Any link you want a new window, add rel=external in A attribute
<a href="http://www.sortons.net" rel="external">Sortons.Net</a>
After, in parser.php
'#\[winurl\](.*?)\[/winurl\]#',
'#\[winurl=(.*?)\](.*?)\[/winurl\]#',
'<a href="$1" rel="external">$1</a>',
'<a href="$1" rel="external">$2</a>',
When you'll apply in your code [winurl]yoururl.com[/winurl] it adds the rel="external" inside your A HREF attribute ... and with the script, it open in a new window.
The solution would be in user profile if he wants to choose external links = new window.
I'm not ok with this system which has as philosophy = click and click and click and of course, to come back ... back button and back button and back button : if for you it's great, why not. But for "normal" users, it's not happiness.
Sometimes standards have to be forced : it's like this IFRAME or INNERHTML have become standards (but they were born inside IE only, at 1998)
I'm agree : and see too : send to particular groups (by default : all, but with groups, too)
Hal, listen HCGTV .... the possibilities with Nucleus are simply ... unlimited ?
Hum ...
Maybe in the Final release :
- Unlimited Sub-categorie
- X last posted pictured on gallery header (configurable in option, so x = 0 = no picture on gallery header)
- Link on thumbnail
- Configuration option for allow/not allow full picture view by group
- Ratings system
- Comments system
- Forum parsing, for user can include gallery thumbnail in there post (ex: [img=50] show the thumbnail of picture gallery who id=50)
- Have an idea ? Send it here
So ...
Maybe in the Final release :
- Unlimited Sub-categorie >>> I WANT THIS !!!!!!!!!!!!!!!
- X last posted pictured on gallery header (configurable in option, so x = 0 = no picture on gallery header) >>> ...
- Link on thumbnail >>> indeed
- Configuration option for allow/not allow full picture view by group >>> simply great
- Ratings system >>> why not
- Comments system >>>
- Forum parsing, for user can include gallery thumbnail in there post (ex: [img=50] show the thumbnail of picture gallery who id=50) >>> FANTASTIC
- Have an idea ? Send it here >>> GO
One Pic can be used in several categories ... I take my example of Fantasya.
I send a contest "Blue Fairy" ... users post their pics about "Blue Fairy"
but their Blue Fairy can have a "fantasy" or "erotic" thema in same time
So their blue fairy are visible
- their own gallery, and the category they want inside their gallery
- in a gallery called "Blue Fairy"
Another point : we can imagine all posted pics (by attach mod, or via url) with your mod, a link appears under the pic, and we can attach in the gallery
Example ....
People send a picture of dragon by http ( [ img ] [ / img ])
Under the pic, if admin/modo/group a link appears "add this pic to ..." go to popup (or dhtml layer) and you choose where the pic could be go)
... Hoping I was clear despite my very miserable english
I have contacted the author ... but no answer from him (problem with auto play / auto start)
haha you must be joking?
Why ?
I think Rickard you must integrate directly these greats features in native mode inside punBB
Thanks pokemon: I actually did that already :-)
Why popup? If I can make a popup that auto-close on mouse blur, for me, this is a better navigation rather than clicking on an image link, and clicking on the BACK to go to the gallery page.
cheers.
we are ok ... Look at
http://www.sortons.net/photos/
and
http://www.sortons.net/photos/dhtmlCPG.htm
I don't understand people who are afraid with the powerful of dhtml, javascript, popup ... THINK about USERS before STANDARDS.
I'm waiting for the FINAL VERSION ... maybe multi category
And a form option ??? if number of the page > 20 (for example), url are replaced by a form with the number of the pages ?
The advantage is to have the first dhtml EASY forum.
In front of the post, for users who want to track the url, we can imagine
home > name of the forum > name of the topic
Connorhd I love U
very great !!! I hope you can do similar like we do actually with CPG.
http://www.sortons.net/photos/dhtmlCPG.htm
this is with Coppermine ... you have "choice"
http://www.sortons.net/photos : to "go to" THIS GALLERY http://www.sortons.net/photos/thumbnails.php?album=1680
I have to click
http://www.sortons.net/photos/index.php?cat=96
and
http://www.sortons.net/photos/index.php?cat=6
to see this gallery, I have to reload 3 times the interface : very loud for server, and the final user ...
With dhtmlCPG, I "see" how many galleries are inside the categories ...
So I have had the same SUGGESTION about PunBB ...
Instead of clicking and clicking and clicking ...
do this, but instead of Coppermine where all is loaded the first time, we can imagine the same thing with xmlhttprequest ... the advantage ? See the topics with very intuitive interface.
I'm listening your position with the possibilites of dhtml and xmlhttprequest ...
Incredible indeed ...
but
possibility to see the "multi categories" ?
My site, Fantasya.Net has this ...
- Fantasy Art
- Erotic Art
- Manga ...
but inside fantasy art, I can have
1. user galleries
2. themas (fairies, dragons ...)
3. contests ...
is it possible ?
I don't like it ... too confusing but a little display:none will be perfect to not have this navigation
PunBB Forums → Posts by Rod
Powered by PunBB, supported by Informer Technologies, Inc.