I can clean it up, and I did say to click the arroew.
251 2005-06-04 22:42
Re: [Release] User subscriptions 1.0 (29 replies, posted in PunBB 1.2 modifications, plugins and integrations)
252 2005-06-04 22:22
Re: Any ideas for an admin plugin? (11 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I released a plugin to display the user subscriptions. Connorhd, I hope you don't mind that I based it on your DB Management plugin. (The GPL allows me to do that.)
Last edited by Thomas Jefferson (1776-07-04 13:08:47)
253 2005-06-04 22:19
Topic: [Release] User subscriptions 1.0 (29 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Inspired by this post, this admin/moderator plugin allows you to see what posts users are subscribed to. It is based on the DB Management plugin by Connorhd.
Download instructions (if you don't want to go to the PunBB downloads page):
1. Go to http://phpxplorer.scottywz.com
2. You are already logged in as guest. Don't try to login as me or root (the passwords here are not the default ones).
3. Click on dloads.
4. Click on PunBB.
5. Click the arrow next to AMP_User_subscriptions.zip.
6. Extract and upload like a regular plugin.
I can't give you a direct link to the download due to its location in my Web hosting account.
Enjoy!
255 2005-06-04 21:09
Re: ScottyWZ.COM (31 replies, posted in PunBB 1.2 show off)
I just wanted it to be that way. Thanks for the suggestion; Ill make it point to the home page.
256 2005-06-04 21:06
Re: Single Account (7 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I give up for now, but am still open for suggestions.
257 2005-06-04 21:02
Re: Single Account (7 replies, posted in PunBB 1.2 modifications, plugins and integrations)
In the meantime, they're in maintenence mode. I transferred all of the accounts in the DB.
258 2005-06-04 21:00
Re: Single Account (7 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I want to keep the 3 separate.
259 2005-06-04 20:41
Topic: Single Account (7 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I am combing the user accounts my Web site (which uses PunBB as a CMS) and my two forums into one account. I'm working on it, but I'd like to know if anyone has a suggestion on how to do this.
261 2005-06-04 19:48
Re: ScottyWZ.COM (31 replies, posted in PunBB 1.2 show off)
The logo is just a thumbnail. The supplementary pages link being left off is intentional, because that's just for things I want accessible but not in the main navigation, like the toolbar page. Thanks for the theme comment.
262 2005-06-04 19:44
Re: Double login (6 replies, posted in PunBB 1.2 troubleshooting)
Where's your forum?
263 2005-06-04 19:39
Re: Upgrading from 1.2 to 1.2.5 doesn't work (7 replies, posted in PunBB 1.2 troubleshooting)
If it still says 1.2, enable the version number in the board footer, and I'll take a look at it (not in files or admin, of course).
264 2005-06-04 19:37
Re: Search improvement. (3 replies, posted in Feature requests)
Interesting. However, "I'm Feeling Lucky" is a trademark of Google, so you'd have to give it another name. Nice concept, though.
265 2005-06-04 19:34
Re: Viewing with a Pocket PC (34 replies, posted in PunBB 1.2 bug reports)
No. That was actually my Pocket PC. I used MagicSS to do the screenshots.
266 2005-06-03 22:15
Re: Any ideas for an admin plugin? (11 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I need that, Show in table who is Subscribe to topic and what topic Subscribes
User Name | Topic title
I'll have to think about that one.
267 2005-06-03 22:12
Re: Viewing with a Pocket PC (34 replies, posted in PunBB 1.2 bug reports)
Thanks.
268 2005-06-03 22:10
Topic: WYSYWYG BBCode Editor (35 replies, posted in General discussion)
I'm making a WYSIWYG (what you see is what you get) mod for PunBB. Does anyone know of a good WYSIWYG BBCode editor? (Usually WYSIWYG editors edit HTML, but I want to edit BBCode.)
269 2005-06-03 22:08
Re: Do anyone have a sw for midi (8 replies, posted in General discussion)
Thanks alot Zaheer, I am start checking all the sites one by one, Main thing I want is i want to convert it to midi format for my mobile 6600, if any other format which the mobile can support... also ll go.
It looks like a Nokia® phone; is it?
270 2005-06-01 22:35
Re: Blogs anyone? (72 replies, posted in General discussion)
It gives me a "Cannot Find Server" message. Did you remove it?
271 2005-06-01 22:32
Re: Do anyone have a sw for midi (8 replies, posted in General discussion)
There's Anvil Studio at http://www.anvilstudio.com/. It's free. It may not be exactly what you need, but it may help.
Last edited by scottywz (1776-07-04 0:03:24)
272 2005-06-01 22:29
Re: Profile - no limit charkters (7 replies, posted in Feature requests)
On a clean (no mods) installation of PunBB 1.2.5, you edit this in the profile.php file:
Find (it's way down in there):
<div class="blockform">
<h2><span><?php echo pun_htmlspecialchars($user['username']).' - '.$lang_profile['Section messaging'] ?></span></h2>
<div class="box">
<form id="profile3" method="post" action="profile.php?section=messaging&id=<?php echo $id ?>">
<div class="inform">
<fieldset>
<legend><?php echo $lang_profile['Contact details legend'] ?></legend>
<div class="infldset">
<input type="hidden" name="form_sent" value="1" />
<label><?php echo $lang_profile['Jabber'] ?><br /><input id="jabber" type="text" name="form[jabber]" value="<?php echo pun_htmlspecialchars($user['jabber']) ?>" size="40" maxlength="75" /><br /></label>
<label><?php echo $lang_profile['ICQ'] ?><br /><input id="icq" type="text" name="form[icq]" value="<?php echo $user['icq'] ?>" size="12" maxlength="12" /><br /></label>
<label><?php echo $lang_profile['MSN'] ?><br /><input id="msn" type="text" name="form[msn]" value="<?php echo pun_htmlspecialchars($user['msn']) ?>" size="40" maxlength="50" /><br /></label>
<label><?php echo $lang_profile['AOL IM'] ?><br /><input id="aim" type="text" name="form[aim]" value="<?php echo pun_htmlspecialchars($user['aim']) ?>" size="20" maxlength="30" /><br /></label>
<label><?php echo $lang_profile['Yahoo'] ?><br /><input id="yahoo" type="text" name="form[yahoo]" value="<?php echo pun_htmlspecialchars($user['yahoo']) ?>" size="20" maxlength="30" /><br /></label>
</div>
</fieldset>
</div>
<p><input type="submit" name="update" value="<?php echo $lang_common['Submit'] ?>" /><?php echo $lang_profile['Instructions'] ?></p>
</form>
</div>
</div>
Replace with:
<div class="blockform">
<h2><span><?php echo pun_htmlspecialchars($user['username']).' - '.$lang_profile['Section messaging'] ?></span></h2>
<div class="box">
<form id="profile3" method="post" action="profile.php?section=messaging&id=<?php echo $id ?>">
<div class="inform">
<fieldset>
<legend><?php echo $lang_profile['Contact details legend'] ?></legend>
<div class="infldset">
<input type="hidden" name="form_sent" value="1" />
<label><?php echo $lang_profile['Jabber'] ?><br /><input id="jabber" type="text" name="form[jabber]" value="<?php echo pun_htmlspecialchars($user['jabber']) ?>" size="40" /><br /></label>
<label><?php echo $lang_profile['ICQ'] ?><br /><input id="icq" type="text" name="form[icq]" value="<?php echo $user['icq'] ?>" size="12" /><br /></label>
<label><?php echo $lang_profile['MSN'] ?><br /><input id="msn" type="text" name="form[msn]" value="<?php echo pun_htmlspecialchars($user['msn']) ?>" size="40" /><br /></label>
<label><?php echo $lang_profile['AOL IM'] ?><br /><input id="aim" type="text" name="form[aim]" value="<?php echo pun_htmlspecialchars($user['aim']) ?>" size="20" /><br /></label>
<label><?php echo $lang_profile['Yahoo'] ?><br /><input id="yahoo" type="text" name="form[yahoo]" value="<?php echo pun_htmlspecialchars($user['yahoo']) ?>" size="20" /><br /></label>
</div>
</fieldset>
</div>
<p><input type="submit" name="update" value="<?php echo $lang_common['Submit'] ?>" /><?php echo $lang_profile['Instructions'] ?></p>
</form>
</div>
</div>
It may work if you have mods installed, you may have to experiment.
Last edited by scottywz (1776-07-04 0:01:37)
273 2005-06-01 21:32
Re: is 1.3 stable? stable 1.3 ETA? (63 replies, posted in Feature requests)
Not much difference between 1.2.5 and 1.3 (as far as your eyes can tell), except the Oxygen theme doesn't work and there's a Search Engine Friendly URLs option.
Still, here's a preview: http://test.scottywz.com/punbb_1.3
Login as user forums_user with password forums_user
274 2005-06-01 20:49
Re: is 1.3 stable? stable 1.3 ETA? (63 replies, posted in Feature requests)
Oh. Silly me!
275 2005-06-01 20:40
Re: is 1.3 stable? stable 1.3 ETA? (63 replies, posted in Feature requests)
psst its 1.2.5 if it was 1.25, 1.3 would be a downgrade
...
How so?