276

(11 replies, posted in PunBB 1.2 troubleshooting)

search in include/functions.php for
function message

just below that is the <div>

http://www.punres.org/viewtopic.php?pid=15871#p15871

I checked the Links.php V2.0.0 and i did find the one by mandatory but i cannot find the rest, I will look out for it, thanks

qubertman wrote:
kierownik wrote:

but how do you like the look now, when you look at the printscreens?!

Very impressive!!!

do you know alot of php and security, would you want to beta test it for xss, and maby some other improvements, would not take long if i am finished?

qubertman wrote:
kierownik wrote:

4- not sure how to go about it, and why?

Checkout the Forums option under Administration to see how it is done.

You may only want to display certain categories to moderators, different categories to members and different categories to guests.

I planned it that it would be a public page where everyone could share links etc. they are only links to other site's, maby i will look into that one in the next version i will have to see how it goes.

but how do you like the look now, when you look at the printscreens?!

sirena wrote:

And please, no multiple expensive SELECT * queries in links.php, like those at lines 218-225:

and also similar SELECT * queries at lines 237-247, 271-276, etc.

These multiple SELECT * queries makes your app run slower, and violate 'MySQL rule #1: Select as little data as possible'.

Nice tips on optimizing MySQL: http://www.linuxformat.co.uk/wiki/index … QL_queries

I will try to set up a forum at my computer and then do a benchmark to see the difference, i am curious to see what the difference is smile

qubertman wrote:

Yes.

More ideas:
- Duplicate a link and assign it to another category
- Specify text for the Title attribute of link
- Specify sort for each category (alphabetical, last added, # of hits (descending))
- Specify groups that can see each category

1- hmm, good idea, have to take a look at that.
2- very good idea, did not think of that one.
3- have to take a look at that one.
4- not sure how to go about it, and why?

I already have made is to that the administrator can see the number of hits behind the links, but not the one that has submited the link, that would be to much i think.
Maby a seperate page where everyone can see the link-hits?!

qubertman wrote:

Some ideas:
- Specify icon image for each category
- Specify position order of links
- Allow the owner's link to see stats

1. hmm, good idea
2. another good idea
3. what owner, you mean the one that submited the link?

284

(39 replies, posted in PunBB 1.2 troubleshooting)

that sec. was an hour ago lol

nobody has any ideas sad
And no beta teste sad

286

(2 replies, posted in PunBB 1.2 discussion)

try the wiki at punres

287

(5 replies, posted in PunBB 1.2 troubleshooting)

i do not know if the updat is easy maby sombody else knows, or have you already taken a look at the update's?!?

all you can do is find the html for the radio buttons in the punbb-files and add a class to them and then add the css to your css-file, or insert the style directly with style="background-color: red: color: inherit;"

289

(5 replies, posted in PunBB 1.2 troubleshooting)

update your forum first to 1.2.15 and then they all will work wink
1.2.15 is also safer then 1.2.9 I think.

Head Up on the upcoming release of V3.0.0

PunRes topic http://www.punres.org/viewtopic.php?pid=15693#p15693

Front plugin
http://i147.photobucket.com/albums/r319/kierownik/Mod%20Links%20With%20Category/V3/th_previewlinkswithcategoryv3.jpg

Add category
http://i147.photobucket.com/albums/r319/kierownik/Mod%20Links%20With%20Category/V3/th_previewlinkswithcategoryv3addcatego.jpg

Edit category
http://i147.photobucket.com/albums/r319/kierownik/Mod%20Links%20With%20Category/V3/th_previewlinkswithcategoryv3editcateg.jpg

Add Link
http://i147.photobucket.com/albums/r319/kierownik/Mod%20Links%20With%20Category/V3/th_previewlinkswithcategoryv3addlink.jpg

Edit link
http://i147.photobucket.com/albums/r319/kierownik/Mod%20Links%20With%20Category/V3/th_previewlinkswithcategoryv3editlink.jpg

statistics
http://i147.photobucket.com/albums/r319/kierownik/Mod%20Links%20With%20Category/V3/th_previewlinkswithcategoryv3stats.jpg

In this version there are the next things:

* & will be changed into a &.
* You can have Link-hits.
* You can place small icons behind the links like, tip or hot.
* You can Un-install the whole thing wink.
*Option to reset the link-hits.
*Add link
*Edit link
*Add category
*Edit category
*you can move the category's up and down
*You can move the category's from one column to another
*You can let other people insert links, but if you want to review them first before the are visible it can
*Added a php page where you can see what icons are present

hmm cannot think of anything else, is someone has a good idea that they would like to see in this mod, let me know.
Sub-categoy's are not done.

And I need one beta-tester that is good in php to see if I did not leave any sql-injections in the mod.

Greetings kierownik

i thought it was in functions.php and then search for generate_navlinks

292

(68 replies, posted in PunBB 1.2 discussion)

Chris Powell wrote:

Hi i'm trying to get this to display in the footer exactly as it's shown but not having any luck whatsoever

© 2007 Christopher-Powell.co.uk ? All rights reserved ®
Design by Karl Schapp | Modified by Chris Powell
Portal / Forums Powered by PunBB

How do i do this?

try this http://www.punres.org/viewtopic.php?id=3078

293

(9 replies, posted in PunBB 1.2 show off)

this is what I see!
http://i147.photobucket.com/albums/r319/kierownik/voorbeelden%20voor%20fora%20etc/punbb-italia.gif

not very readable smile

294

(7 replies, posted in PunBB 1.2 troubleshooting)

GeoffG wrote:

kay.

sorry kierownik

accepted wink

search the wiki at punres http://wiki.punres.org/Wiki_index

296

(7 replies, posted in PunBB 1.2 troubleshooting)

go to your admin panel and then forums, there you can edit the permissions for every forum.

297

(16 replies, posted in PunBB 1.2 discussion)

MadHatter wrote:

it would help if they could have changed selection of the combo box with every screen shot.

do not know what you mean?!?

298

(16 replies, posted in PunBB 1.2 discussion)

and does my link help?

299

(2 replies, posted in General discussion)

make it like this:

<a href="javascript:history.go(-1)">Go back</a>

On that page is there something like:

define('PUN_ROOT', './');
require PUN_ROOT.'include/common.php';
require PUN_ROOT.'lang/'.$pun_user['language'].'/common.php';