1

(10 replies, posted in PunBB 1.4 additions)

Aaand other...
When have new posts its colored this okey, but if i not read 'em and only logout , another time i login its not colored.. like havent new posts xD

And.. this doesn't work ;]

 $('#brd-title a').addClass('kt_newpost_hl');

Other id ?




Edit:  I play with id's and classes, and with style css, but cant understand how to make previous thing - higlight topic/forumName when have new topics/posts.

This is the code who bolding the forumName and topicName when have new posts..

#brd-index .main-item .hn span {
font-size:1.084em;
font-weight:700;
}

I tried with adding .new class and color i choose..
tried and with

.main-item .new {
color ...
}

but doesnt work..

2

(14 replies, posted in PunBB 1.3 extensions)

Hi smile
My english isn't very good and sorry about that.. ;]

I have opinion...
Mod is very great at all. But make currency with commas .. i mean, if more than 1000 add comma after 1 [1,000]; if 1 milion seem 1,000,000 and etc. .. smile or say how to mode this.

And other idea. Create plugin chooseble. With this i mean we can choose how much money give for thread and how many for post. If u seen in phpbb cashmod.. For topic[thread] give 5points for example. For post 10 and etc. There not give money[points] for replay...
At the moment it is only for topic and for post in this topic and.. Not very comfortable ;]

Thanx ;7

3

(1 replies, posted in Feature requests)

Ohh, sorry..
It's here, i see it  ;]

4

(1 replies, posted in Feature requests)

Hi, smile
Would someone create extention for 'Sticky" topic. With this i mean, add to topic moderate button for creating topic Sticky ..
ThaX.

5

(10 replies, posted in PunBB 1.4 additions)

mm ookey, i'll test..
how to remove from "Test forum ( New posts )" , ( New posts ) ? smile

6

(10 replies, posted in PunBB 1.4 additions)

Hi.
This ext is great idea, but i have other idea..
When have new post in some forum, highlight forum name.
Can u add this feature or make other extention ? smile

7

(23 replies, posted in PunBB 1.3 extensions)

nahid1203 wrote:

Shan't we think of one thing? Websites these days are not taken as just a showpiece. People who make websites think about earning money too. And everybody knows how sweet the taste of money is. So don't just think about the annoyance. Rather think how to make that extension. You might not use but many of us will be happy to see that running.

Very right..
Someone do thing like this ?
Some ad blocks only on index for example..

8

(62 replies, posted in PunBB 1.3 extensions)

Hi, new link for download, please ?

9

(1 replies, posted in PunBB 1.3 extensions)

some new link? or right name + version ...
'cuz i have installed
jQuery • Version 1.1.5 • Created by PunBB Development Team
A PunBB extension that provide jQuery lib (version 1.7.1)

but i need this ext. in this topic for Pun_Warnings....

10

(0 replies, posted in PunBB 1.4 troubleshooting)

Something like this http://fluxbb.org/resources/mods/auto-warnings/ ?
Or simply version ...

Hello all.
I read a lot of threads for that question.
I want when a user registers at website (with website registeration form) i wanted that the registered information got also injected into the punbb database so that the user didn't have to register seperately later on the forums.
What i have to do?

I found in wiki code for login integrate - it works. But i cant find code for register registration form..
How to do this integrate? Any suggestions?

12

(9 replies, posted in PunBB 1.4 additions)

Mmm YEAH MAN, Great1 !!

Please, make extension for currently online like this smile
Currently Online (40):
Name1, Nick2, username3. .. . ... ... , ... ... , ...
smile

13

(1 replies, posted in PunBB 1.4 troubleshooting)

I dont know for this problem, but can you give name of this extension?

14

(15 replies, posted in PunBB 1.3 extensions)

wandy wrote:

is there any chance of adding the attribute rel="nofollow" for external links posted in the forum messages.(To help SEO). This would stop getting bad search engine rankings based on bad websites linked to by forum users,


good reason.. any chance?

15

(11 replies, posted in PunBB 1.4 troubleshooting)

PunBoard-Bulgaria wrote:

Mmm yeah.. Excellent. Thanks.
More ideas..
For linked_visitlink ... After username to show "last visit" smile I try but shown "Never". Only when im on profile its show right, but idea is to show everywhere.. big_smile

Other..
For this
"PunBB Forums → forumname → threadname ..."
This will see when im in "threadname" in some "forum" - right now im in my threadname in Troubleshooting forum..
My idea is threadname become link, not only title. smile


I know, i know.. Sorry.
For these ones? And number 4? It's just edits.. : )

16

(15 replies, posted in PunBB 1.4 troubleshooting)

Can edit with images ? Please, fan smile

17

(11 replies, posted in PunBB 1.4 troubleshooting)

I trying now this ..
Last Threads for PunBB

<?php

/* Скрипт за вземане на Последни теми от PunBB */

/* config */
$prefix = "pun";
$limit = "10";
/* end of config */

require("config.php");

$connect = mysql_connect($db_host, $db_username, $db_password);
mysql_select_db($db_name, $connect);

$result = mysql_query("SELECT id,posted,poster,subject FROM ".$prefix."_topics order by posted desc limit $limit");
 while ($row = mysql_fetch_array($result)) {
 $tid = $row['id'];
 $date = date("d.m.Y",$row['posted']);
 $poster = $row['poster'];
 $title = $row['subject'];
 echo "&raquo; <a href=\"viewtopic.php?id=$tid\">$title</a> от $poster на $date<br />";
  }
 
?>

but show stupid error..

mysql_fetch_array(): supplied argument is not a valid MySQL result resource 

Many times i see it and resolved it but now .. big_smile
It seem like this for phpbb
http://store.picbg.net/pubpic/37/2D/645 … 93372d.PNG

Any edits ? Or new suggestions?


Sorry for all this spam, but cant post more than 1 link..

18

(11 replies, posted in PunBB 1.4 troubleshooting)

5. How to centered topics and views count http://store.picbg.net/pubpic/31/54/7f4 … 493154.PNG ?
6. How to add box like category for any table.. orr announcment, or for welcome msg.. Can did it from admin panel? From admin panel add both Category box.. ?

19

(11 replies, posted in PunBB 1.4 troubleshooting)

4. How i edit to can see and these names in group color?
... smile  http://store.picbg.net/pubpic/31/54/7f4 … 493154.PNG

20

(11 replies, posted in PunBB 1.4 troubleshooting)

More ideas.. big_smile Im.. creative man.
1. Some edits for Group Legend..
its imposible to made group color when the group is more than 1 word.. can edit? No problems, but idea.

2. Edits for Currently online
Now is http://picbg.net/img.php?file=5e8b646f32dfecba.PNG
but i made it to show only usernames.
Okey, new idea is to other stats - Currently online: totalusers (both , guest and registered)
or/and another example.. "Currently online: totallogged " ..

3. More statistics like this ?
For example.. Top5 Poster, Top5 Reputation , Most users online total, Most users online on date .. and other?
OnlineTime Count for every profile ? He will show how many hours , days, months are user online.

21

(11 replies, posted in PunBB 1.4 troubleshooting)

Mmm yeah.. Excellent. Thanks.
More ideas..
For linked_visitlink ... After username to show "last visit" smile I try but shown "Never". Only when im on profile its show right, but idea is to show everywhere.. big_smile

Other..
For this
"PunBB Forums → forumname → threadname ..."
This will see when im in "threadname" in some "forum" - right now im in my threadname in Troubleshooting forum..
My idea is threadname become link, not only title. smile

22

(11 replies, posted in PunBB 1.4 troubleshooting)

Where can i find this "Logged in as Username." ??
To make it with link to user profile..

And this:
PunBB Forums → PunBB 1.4 troubleshooting → How can i edit something ...
To create thread name (How can i edit something ...) to link  ??

23

(11 replies, posted in PunBB 1.4 troubleshooting)

Аndd.. Some more suggentions...

1. Colored names , to see everywhere colored, not only on Online..
I search and try to edit but.. no chance.. big_smile

2. Link for groups..
I mean.. to can see users in groups.. Admins.. Moderators..
Example:
Im in group Moderators.. and anywhere this is seen from other member and can click on "Moderators" group and see all mebers of these group..

3. More flexyble admin panel..
Example add/edit/del categories and forums...  very bad structure.

4. In  Administration → Users → Groups
To can write username and to choose group for this usename


Soooorry for my english.. big_smile But i dont have time for training it.. big_smile
Skype: Linn3x or http://facebook.com/lekanosht for more contacts.

24

(11 replies, posted in PunBB 1.4 troubleshooting)

Hello.
I'm interested of this forum system, and i want to make Bulgarian support forum - okey, it all right.
But, i think for some edits of structure and design..
Somethink like this one:
http://picbg.net/img.php?file=ea07ea7c7d9eddd1.PNG
Here, where is marked with red, i want name of the last commented tread, not time posted.
Link is working, but i cant make it visual , i mean..

This is the code here:

if ($cur_forum['last_post'] != '')
            $forum_page['item_body']['info']['lastpost'] = '<li class="info-lastpost"><strong>&raquo; <a href="'.forum_link($forum_url['post'], $cur_forum['last_post_id']).'">'.format_time($cur_forum['last_post']).'</a></strong> <cite>'.$lang_index['by_Who'].' <a href="'.forum_link($forum_url['user'],$forum_user['id']).'">'.forum_htmlencode($cur_forum['last_poster']).'</a></cite></li>';
        else
            $forum_page['item_body']['info']['lastpost'] = '<li class="info-lastpost"><strong>'.$lang_common['Never'].'</strong></li>';

        ($hook = get_hook('in_normal_row_pre_display')) ? eval($hook) : null;

And..

<strong>&raquo; <a href="'.forum_link($forum_url['post'], $cur_forum['last_post_id']).'">'.format_time($cur_forum['last_post']).'</a>

this

.format_time($cur_forum['last_post']). 

shoud be

.$cur_topic['subject'].

but no.. leaves empty space..

Help?

---------------------
And another one problem..
pun_stop_bots extension cant work properly..
when i going to post something (thread or replay) i see the spam questions that i put...
write answer, but its give me other question, and cycles non-stop ..
Help ?