| Author |
Message |
sebek
Nuke Cadet


Joined: Jul 08, 2004
Posts: 8
|
Posted:
Tue Aug 10, 2004 3:46 pm |
  |
i was just wondering....which block are you using for Froums block...
is it hand modified...or can it be downloaded somewere?
i mean forums block on the top right.
thank you |
|
|
    |
 |
dezina
Support Mod


Joined: Jun 09, 2003
Posts: 1713
Location: England
|
Posted:
Wed Aug 11, 2004 11:33 pm |
  |
|
    |
 |
sebek
Nuke Cadet


Joined: Jul 08, 2004
Posts: 8
|
Posted:
Thu Aug 12, 2004 2:59 am |
  |
|
    |
 |
~corky~
Major


Joined: Feb 13, 2004
Posts: 777
|
Posted:
Thu Aug 26, 2004 5:28 pm |
  |
|
       |
 |
mphare
Corporal


Joined: Jul 06, 2004
Posts: 52
|
Posted:
Thu Aug 26, 2004 6:46 pm |
  |
We have forums that are only visible by admins and some that are only visible by moderators.
It's where we talk about the idiot users behind their backs
I sure don't want these forums syndicated to the front page.
Do your blocks allow for allowing or disallowing certain forums from the display? |
_________________ - - - - - - - - - - - - -
- me
GnuPG Key fingerprint = 1AD4 726D E359 A31D 05BF ACE5 CA93 7AD5 D8E3 A876 |
|
   |
 |
~corky~
Major


Joined: Feb 13, 2004
Posts: 777
|
Posted:
Thu Aug 26, 2004 6:50 pm |
  |
|
       |
 |
m_kirch
Private


Joined: Aug 07, 2004
Posts: 49
Location: Texas
|
Posted:
Wed Oct 20, 2004 1:08 pm |
  |
OK... these blocks (listed above) do not work with Nuke 7.4
I tried them both and I get errors. These files are calling "smilies.php" and Im getting php errors.
Any suggestions for a scrolling forum block ? |
|
|
    |
 |
~corky~
Major


Joined: Feb 13, 2004
Posts: 777
|
Posted:
Wed Oct 20, 2004 5:40 pm |
  |
|
       |
 |
m_kirch
Private


Joined: Aug 07, 2004
Posts: 49
Location: Texas
|
Posted:
Wed Oct 20, 2004 7:55 pm |
  |
| ~corky~ wrote: |
| you have to add smileys.php to root/blocks |
OK... so tell me what is "smileys.php" anyway ? What does it do and where do I find it.
Thanks |
|
|
    |
 |
2unreal
Nuke Cadet


Joined: Oct 20, 2004
Posts: 9
|
Posted:
Wed Oct 20, 2004 11:31 pm |
  |
I didnt dl from here, but can find the file here where I found it today.... it works and I have no issues....
Well, I have a small problem....... when I am using firefox browser... my blocks go off the page and I have to scroll to them..... Don't think it has anything to do with Forums Scroll V2..... think its probably just firefox...
http://www.codezwiz.com
Forums Scroll V2
btw, does anyone see the same thing I am seeing with firefox....? my site is http://www.psychedelica.com.au/forums... just curious... I wish I never dl firefox yesturday....lol! |
|
|
   |
 |
steve
Sergeant


Joined: May 02, 2003
Posts: 120
Location: Edmonton AB, Canada
|
Posted:
Thu Oct 21, 2004 12:23 pm |
  |
I'm using Firefox 0.93 (Win XP) and it works great for me.
Cheers,
~Steve |
|
|
      |
 |
m_kirch
Private


Joined: Aug 07, 2004
Posts: 49
Location: Texas
|
Posted:
Fri Oct 22, 2004 6:01 am |
  |
| m_kirch wrote: |
| ~corky~ wrote: |
| you have to add smileys.php to root/blocks |
OK... so tell me what is "smileys.php" anyway ? What does it do and where do I find it.
Thanks |
Where can I find "smileys.php" ????????????????? |
|
|
    |
 |
steve
Sergeant


Joined: May 02, 2003
Posts: 120
Location: Edmonton AB, Canada
|
Posted:
Fri Oct 22, 2004 11:35 am |
  |
Woah ... stop the insanity (say no to coffee)
I have a smilies.php located in my-site-root/admin/modules/
Could this be the mystery file?
With kind regards,
~Steve |
|
|
      |
 |
shrek_rock
Captain


Joined: Nov 24, 2003
Posts: 709
|
Posted:
Fri Oct 22, 2004 12:37 pm |
  |
Here is the smileys.php, place this file in your blocks directory. I don't know if it pasted right because the forum is replacing the codes with smileys, if you need the php file i an pm it to you.
| Code: |
<?php
function parseEmoticons ($text) {
$emoticons = array();
$emoticons[] = array(":)", "<img src='modules/Forums/images/smiles/icon_smile.gif' alt='' align='absmiddle' BORDER=0>");
$emoticons[] = array(":D", "<img src='modules/Forums/images/smiles/icon_biggrin.gif' alt='' align='absmiddle' BORDER=0>");
$emoticons[] = array(":(", "<img src='modules/Forums/images/smiles/icon_sad.gif' alt='' align='absmiddle' BORDER=0>");
$emoticons[] = array("8 O", "<img src='modules/Forums/images/smiles/icon_eek.gif' alt='' align='absmiddle' BORDER=0>");
$emoticons[] = array(":?", "<img src='modules/Forums/images/smiles/icon_confused.gif' alt='' align='absmiddle' BORDER=0>");
$emoticons[] = array("8)", "<img src='modules/Forums/images/smiles/icon_cool.gif' alt='' align='absmiddle' BORDER=0>");
$emoticons[] = array(":lol:", "<img src='modules/Forums/images/smiles/icon_lol.gif' alt='' align='absmiddle' BORDER=0>");
$emoticons[] = array(":x", "<img src='modules/Forums/images/smiles/icon_mad.gif' alt='' align='absmiddle' BORDER=0>");
$emoticons[] = array(":P", "<img src='modules/Forums/images/smiles/icon_razz.gif' alt='' align='absmiddle' BORDER=0>");
$emoticons[] = array(":oops:", "<img src='modules/Forums/images/smiles/icon_redface.gif' alt='' align='absmiddle' BORDER=0>");
$emoticons[] = array(":cry:", "<img src='modules/Forums/images/smiles/icon_cry.gif' alt='' align='absmiddle' BORDER=0>");
$emoticons[] = array(":evil:", "<img src='modules/Forums/images/smiles/icon_evil.gif' alt='' align='absmiddle' BORDER=0>");
$emoticons[] = array(":twisted:", "<img src='modules/Forums/images/smiles/icon_twisted.gif' alt='' align='absmiddle' BORDER=0>");
$emoticons[] = array(":roll:", "<img src='modules/Forums/images/smiles/icon_twisted.gif' alt='' align='absmiddle' BORDER=0>");
$emoticons[] = array(":wink:", "<img src='modules/Forums/images/smiles/icon_wink.gif' alt='' align='absmiddle' BORDER=0>");
$emoticons[] = array(":!", "<img src='modules/Forums/images/smiles/icon_exclaim.gif' alt='' align='absmiddle' BORDER=0>");
$emoticons[] = array(":?", "<img src='modules/Forums/images/smiles/icon_question.gif' alt='' align='absmiddle' BORDER=0>");
$emoticons[] = array(":idea:", "<img src='modules/Forums/images/smiles/icon_idea.gif' alt='' align='absmiddle' BORDER=0>");
$emoticons[] = array(":arrow:", "<img src='modules/Forums/images/smiles/icon_arrow.gif' alt='' align='absmiddle' BORDER=0>");
$emoticons[] = array(":o", "<img src='modules/Forums/images/smiles/icon_surprised.gif' alt='' align='absmiddle' BORDER=0>");
foreach ($emoticons as $emoticon) {
$text = str_replace($emoticon[0],$emoticon[1],$text);
}
return $text;
}
?> |
http://www.westernstudios.net |
_________________

Last edited by shrek_rock on Sat Feb 05, 2005 3:59 pm; edited 1 time in total |
|
     |
 |
~corky~
Major


Joined: Feb 13, 2004
Posts: 777
|
Posted:
Fri Oct 22, 2004 2:14 pm |
  |
|
       |
 |
|
|