thx but how can i make it so that the userlist stays unaccesible to guest to
101 2005-04-14 15:35
Re: A list of users who have logged in today? (11 replies, posted in Feature requests)
102 2005-04-14 14:29
Re: [minimod] Last topic name in forum list. (27 replies, posted in PunBB 1.2 modifications, plugins and integrations)
ok i got a problem after instaling your mod ,it appears over each category
Notice: Undefined index: in in /home/vhost/d-vault.peerforces.com/html/forum/forum.php on line 107
the forum.php is the same as the index.php i had to change the name to install the miniportal mod from connorhd
this is the line 107 its actualy one of the line you ask to change in the read me of your mod
$last_post = '<a href="viewtopic.php?pid='.$cur_forum['last_post_id'].'#p'.$cur_forum['last_post_id'].'">'.format_time($cur_forum['last_post']).'</a> '.$lang_common['by'].' '.pun_htmlspecialchars($cur_forum['last_poster']).'<span class="byuser">'.$lang_common['in'].' <a href="viewtopic.php?id='.$cur_forum['last_tid'].'">'.pun_htmlspecialchars($cur_forum['last_subject']).'</a></span>';
EDIT
ok found my error i hadnt made the change to the common.php file int the lang folder ,so since i made it i do not have the error:
Notice: Undefined index: in in /home/vhost/d-vault.peerforces.com/html/forum/forum.php on line 107
but i get nothing instead i simply display nothing its just like it was before the mod
EDIT2
ok it did partially work now i get this at the end of the forum :
Yesterday 02:10:50 by ataxyin
but as you can see there is no space in between the "name" and the "in" and the subject does not appear after the "in"
EDIT3
ok the space between the "name" and the "in" was easy just had to change this part
]).'<span class="byuser">'.$lang_common['in'].
to this
]).'<span class="byuser"> '.$lang_common['in'].
but i still get nothing after the "in"
EDIT4
ok never mind again it was my fault i had not run the small php script you posted that was for the subject
thx again and nice mod
EDIT5
ok made some change to the code for some esthetic i changed this :
g_common['in'].'<a href="viewtopic.php?id='.$cur_forum
for this :
g_common['in'].'<br> <a href="viewtopic.php?id='.$cur_forum
wich puts the subject on a seperate line
and changed this :
'in' => 'in', // as in last post in some topic
for
'in' => 'in:', // as in last post in some topic
103 2005-04-13 22:53
Re: A list of users who have logged in today? (11 replies, posted in Feature requests)
thx it did work it does a nice job but i will try to see how to keep the standard user list at the same time
but i like this option:
restricts user list access only for mods and admins
104 2005-04-13 21:43
Re: A list of users who have logged in today? (11 replies, posted in Feature requests)
ok ill kill you a bit more
i get this error with you code
Fatal error: Call to undefined function: idate() in /home/vhost/d-vault.peerforces.com/html/forum/userlist.php on line 166
105 2005-04-13 17:40
Re: A list of users who have logged in today? (11 replies, posted in Feature requests)
make minor changes in uselist.php, it is easy
there is a good possibility that if he is asking its becauce he does not know how
106 2005-04-12 19:31
Re: Easy BBCode 1.0.1 (139 replies, posted in PunBB 1.2 modifications, plugins and integrations)
oh!
107 2005-04-12 17:44
Re: Easy BBCode 1.0.1 (139 replies, posted in PunBB 1.2 modifications, plugins and integrations)
but the bb code for color is allready in punbb
108 2005-04-12 15:32
Re: PunBB Miniportal v1.2.x (128 replies, posted in PunBB 1.2 modifications, plugins and integrations)
there is a way but it would require the code editing, i might add it later (i'm just working on the wiki mod release)
ok thx
109 2005-04-12 13:28
Re: PunBB Miniportal v1.2.x (128 replies, posted in PunBB 1.2 modifications, plugins and integrations)
is there anyway of making it display info from a category instead of a forum or how can i make it display news from more then one forum id
110 2005-04-12 13:24
Re: [Release] Global Topic (25 replies, posted in PunBB 1.2 modifications, plugins and integrations)
oh ok i see my bad i did not understood well at first what were the modification you had made so yes i have the good one
111 2005-04-12 13:04
Re: PunBB Miniportal v1.2.x (128 replies, posted in PunBB 1.2 modifications, plugins and integrations)
thx again for the info
112 2005-04-12 12:50
Re: punpoll problem (8 replies, posted in PunBB 1.2 modifications, plugins and integrations)
ok thx for this info ill try to see what i can do to roll back the forum code and as for the integration of the old poll ill have a look if i really what to keep them if not ill pull them out thx for you time and ill get you in the chanel if any problem related to this subject arise
113 2005-04-12 12:36
Re: [Release] Global Topic (25 replies, posted in PunBB 1.2 modifications, plugins and integrations)
the new management feature is adding, to upgrade you just overwrite you old plugin and it will detect all topics created by the plugin
humm have you uploaded the modifyed plugin it does not seem to have change anything
114 2005-04-12 11:55
Re: PunBB Miniportal v1.2.x (128 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Ataxy wrote:the name of the online user is not good it should be mine but instead its the name of another user in my forum and it does not alway display right who is online ...well atleast not on my side it will only display that i am online ounce i go into the forum if its normal how can i make it so that nomather if i am in the forum or in the miniportal i get displayed
get rid of PUN_QUIET_VISIT but it means if you go to the news page but not the forum then your unread posts will be marked as read
oh ok i see did not think of that oh and by the way i would like to see more then 10 user in the list how can i make that i had a quick look at the code yesterday before going to bed but i am really new to php so i did not see anything related to it but if you can cue me on were to look or what to change it would be appreciated
115 2005-04-12 11:49
Re: punpoll problem (8 replies, posted in PunBB 1.2 modifications, plugins and integrations)
i know but i stopped supporting punpoll due to the fact theres no point in having two poll mods and EasyPoll is better
humm thats cool ,i just wished i could have had some help as i applyed this mod along time ago before the easypoll mod and that it would be alot of trouble to pull it out from the code a i have modded but i understand that its to much for you ! (note a bit of sarcasm and deception)
116 2005-04-12 05:12
Re: PunBB Miniportal v1.2.x (128 replies, posted in PunBB 1.2 modifications, plugins and integrations)
What would I need to edit to get avatars in the news page?
i second that could this be done
117 2005-04-12 04:08
Re: PunBB Miniportal v1.2.x (128 replies, posted in PunBB 1.2 modifications, plugins and integrations)
ok here are my problem
i get this in my index page at the bottom
Notice: Undefined variable: output in /home/vhost/d-vault.peerforces.com/html/forum/index.php on line 29
---never mind this one it was caused by the chatbox---
the name of the online user is not good it should be mine but instead its the name of another user in my forum and it does not alway display right who is online ...well atleast not on my side it will only display that i am online ounce i go into the forum if its normal how can i make it so that nomather if i am in the forum or in the miniportal i get displayed
the side bar appears at the bottom of my forum under the whole forum instead of appearing on the side
---never mind this one it was caused by the chatbox---
also sorry i am hit with an ignorance problem ....what does "truncate" mean???
118 2005-04-12 02:06
Topic: punpoll problem (8 replies, posted in PunBB 1.2 modifications, plugins and integrations)
i often have this appearing at the top of my redirecting window even if the topic i am coming from does not have a poll
Notice: Undifined index: Answers in /home/vhost/d-vault.peerforces.com/html/forum/include/punpoll/edit_save.php on line 10
i know it may have no relevance but this is the line ten of the php file
for($i=0; $i<sizeof($_POST['answers']); $i++){
119 2005-04-11 23:46
Re: silly modifications (8 replies, posted in PunBB 1.2 modifications, plugins and integrations)
ok good and now .....how did you do it ???
120 2005-04-11 04:42
Re: PunBB 1.2.5 (67 replies, posted in News)
how do i update with my forums without my mods getting screwed up??? cause all my mods usually get screwed up when i update
its a trial and error i have the same problem here
121 2005-04-08 16:44
Re: AutoNews Addon 0.5 (15 replies, posted in PunBB 1.2 modifications, plugins and integrations)
it makes the news generator plugin for punnbb automaticly generate news
122 2005-04-08 12:50
Re: AutoNews Addon 0.5 (15 replies, posted in PunBB 1.2 modifications, plugins and integrations)
ok thx ,does it work on 1.2.4
123 2005-04-08 10:14
Re: AutoNews Addon 0.5 (15 replies, posted in PunBB 1.2 modifications, plugins and integrations)
man, dude its trully great that you post mod that you made but unfortunatly for most of us the demo is useless as i have no idea what written and you dont give any description of your mod ,all there is in the zip file is a file called new.php ....i mean were do i put it should i change something etc, etc, etc....let me know or i mean us know thx!
124 2005-04-06 02:37
Re: SpinkBB, a PunBB skin generator (18 replies, posted in News)
click display console this way you will be able to change each color independantly
125 2005-04-04 23:26
Re: [Request] Where a user is online (22 replies, posted in PunBB 1.2 modifications, plugins and integrations)
thx giz by the way