|
|
|
|
![]() ![]() |
Mar 25 2007, 11:29 AM
Post
#41
|
|
|
Newbie [ Level 1 ] Group: Members Posts: 4 Joined: 25-March 07 Member No.: 21,062 |
Okay, just got all together..
The Forum(from a ogame alliance) : http://uni20apito.freehostia.com/forum/index.php (the supposed sapce only appears when logged in, but even as a guest its possible to see a weird area) Major files included in the .zip: - index.template.php - style.css - index.php http://uni20apito.freehostia.com/php_css_files.zip |
|
|
|
Mar 25 2007, 12:14 PM
Post
#42
|
|
|
Absolute Newbie Group: Admin Posts: 888 Joined: 20-February 05 From: Indianapolis, Indiana, USA (Midwest) Member No.: 2,714 myCENTs:35.43 |
Okay, just got all together.. The Forum(from a ogame alliance) : http://uni20apito.freehostia.com/forum/index.php (the supposed sapce only appears when logged in, but even as a guest its possible to see a weird area) Major files included in the .zip: - index.template.php - style.css - index.php http://uni20apito.freehostia.com/php_css_files.zip As I understood what you just said, the shoutbox is working fine except it leaves a blank space when a guest is viewing it. This is because you do not want guests to view the shoutbox correct? If this is the case, then you need to tell the template not to try to show the shoutbox if the user is a guest like so: CODE if (function_exists('smfshout') && !$context['user']['is_guest']) smfshout(); I tried to register at your website but haven't been Admin approved yet so I can't see what the shoutbox does for members. Hope this helps, vujsa |
|
|
|
Mar 25 2007, 12:26 PM
Post
#43
|
|
|
Newbie [ Level 1 ] Group: Members Posts: 4 Joined: 25-March 07 Member No.: 21,062 |
The shoutbox isn't working, perhaps in that last post I didn't explain properly..
Here are the issues: http://www.astahost.com/index.php?s=&s...st&p=100391 ps. vujsa you now have acess, to see what happens This post has been edited by barinov: Mar 25 2007, 12:27 PM |
|
|
|
Mar 25 2007, 11:44 PM
Post
#44
|
|
|
Absolute Newbie Group: Admin Posts: 888 Joined: 20-February 05 From: Indianapolis, Indiana, USA (Midwest) Member No.: 2,714 myCENTs:35.43 |
Well, it looks like you resolved your problem. I was going to say that I couldn't see any problem in the template that would cause the problem and that it must either be in the installation or configuration of the actual shoutbox script that caused the problem.
It looks like you chose a different shoutbox script as well. I'm sorry I couldn't have been more help. vujsa |
|
|
|
Mar 26 2007, 12:19 AM
Post
#45
|
|
|
Newbie [ Level 1 ] Group: Members Posts: 4 Joined: 25-March 07 Member No.: 21,062 |
Well, it looks like you resolved your problem. I was going to say that I couldn't see any problem in the template that would cause the problem and that it must either be in the installation or configuration of the actual shoutbox script that caused the problem. It looks like you chose a different shoutbox script as well. I'm sorry I couldn't have been more help. vujsa No problem vujsa;) I just found that solution lol didn't even know that there were chats like that. It was simples just register and copy paste de html code By the way is for an ogame alliance And this forum is Major!!Think Im gona pass here more times, to learn with the pro's!! And friendly an polite peolple is always nice to see;) Thx again for you time vujsa This post has been edited by barinov: Mar 26 2007, 12:19 AM |
|
|
|
Dec 18 2007, 10:25 PM
Post
#46
|
|
|
Newbie [ Level 1 ] Group: Members Posts: 0 Joined: 1-November 07 Member No.: 25,869 |
I and my boyfriend have created an arcade forum site, We installed a smf shoutbox mod all of the members can see the smileys when they put them in the shoutbox, the admins on the other hand, can only see square boxes with x's ? We have tried to get someone from simplemachines to help us, we have even had them come to our site, but to no avail? can anyone help us ? |
|
|
|
May 30 2008, 08:16 AM
Post
#47
|
|
|
Newbie [ Level 1 ] Group: Members Posts: 0 Joined: 1-November 07 Member No.: 25,869 |
what is the version of SMF that you curently use ?
SMF - Shout Box Mod Installation I'm in SMF 1.1.5 and have trying install this mods and always nothing appears on my index ... Has anyone have same problem with me here ? Thanks anyway, and this is <a href="http://incomepasif.Com">my forum</a> -reply by mamat |
|
|
|
Jun 18 2008, 05:39 PM
Post
#48
|
|
|
Newbie [ Level 1 ] Group: Members Posts: 0 Joined: 1-November 07 Member No.: 25,869 |
I have no idea how to change it... Please any1 want to help me. I tried placing these codes but I'm having a extra '[' on line 118, I'm confused. Please any1 help.
lukejenx92 at hotmail.Co.Uk -reply by Luke |
|
|
|
Jun 20 2008, 09:14 AM
Post
#49
|
|
|
Newbie [ Level 1 ] Group: Members Posts: 0 Joined: 1-November 07 Member No.: 25,869 |
Script Installation Help
SMF - Shout Box Mod Installation Replying to vujsa I am trying to install a script for the first time and have to add mysql database fields into the some php files. I got these instructions and followed them. 1) Create a folder named "responder" on your web server and copy ALL files in that folder. Chmod 777 the folder, temp - DONE 2) Create a new database and run the SQL file, autoresponder.Sql (If your webhost has PHPMyAdmin, you can run the sql file There) - DONE. 3) Modify the MYSQL database information using the new database you have just created in the file include/globals.Php - DONE 4) Modify the mail account username/password (main email address for domain*) in the file robot/imap_globals.Php. Note: For $MailHost, the variable is usually yoursite.Com. If you are unsure of your mail server, please contact your host Administrator - DONE 5) Open the 2 files: signin.Tpl and signin_aff.Tpl found in the folder templates/signin and edit the paypal email address - DONE 6) Add to cron job php responder/robot/check_deliver_broadcast_messages.Php once at a minute - DONE CHANGED '0' TO '1' 7) Add to cron job php responder/robot/check_deliver_followup_messages.Php once at one day- DONE CHANGED '0' TO '1' 8) Add to cron job php responder/robot/check_instant_messages.Php once at a minute - DONE CHANGED '0' TO '1' Can you help to just check where I am making a mistake as it does not connect to the mysql datbase as it gives an error. Please let me know by email at: ezeemart (at) gmail.Com |
|
|
|
Sep 6 2008, 01:42 AM
Post
#50
|
|
|
Newbie [ Level 1 ] Group: Members Posts: 0 Joined: 1-November 07 Member No.: 25,869 |
Making the shoutbox appear:
This modification will NOT modify any of your themes for you during install - this is to allow you to put the shoutbox where you want it to appear - not where I say! To actually make the shoutbox appear you need to modify the themes to display it. This is a VERY simple process I will take you through below. Firstly, confirm the installation was successful. You can do this by going to "Feature Settings and Options", if you see some shoutbox options at the bottom of this page the install worked - well done! Now, you need to edit a template to display the shoutbox. Most people will want the shoutbox to appear on every page - in this case you want to edit the file called index.Template.Php found in each theme directory - the default theme is Themes/default/index.Template.Php Work out where you want the shoutbox to appear, and add the following code to the template: Code: [Select] If (function_exists('smfshout')) smfshout(); You may find that you want to put the code in the middle of some existing HTML, and if you are not familiar to PHP may find adding this is causing your forum to error. If this is the case replace the code above with: Code: [Select] '; If (function_exists('smfshout')) smfshout(); Echo ' And this should fix the error! Editing the shoutbox template itself: If you want to edit how the shoutbox itself looks (for example making the message box bigger, putting it in two columns), you need to look at the shoutbox template. The shoutbox template is in the file called shout.Template.Php, and is located in your Themes/default directory. There are three functions in this file, one does the archive, one does the main shoutbox, and one does the form people shout into. Just edit the HTML in this file to change the appearance of the shoutbox on your site. Please note, if you do change this file I recommend you keep a copy of the changes you made - as if you upgrade your forum in the future and reinstall the mod - your changes will of course be overwritten! Putting the shoutbox elsewhere on your site: If you want ideas for where to put the shoutbox on your page, please read this thread for examples. Note also you can use SSI to add the shoutbox elsewhere on your site - refer to: www.Yoursite.Com/smf/ssi_examples.Php for examples of this! |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 22nd November 2008 - 09:12 PM |