[ABD] Welcome On Index

Any abandoned Extensions will be moved to this forum.

WARNING: Extensions in this forum are not currently being supported or maintained by the original Extension author. Proceed at your own risk.
Forum rules
IMPORTANT: Extension Development Forum rules

WARNING: Extensions in this forum are not currently being supported nor updated by the original Extension author. Proceed at your own risk.
User avatar
janus_zonstraal
Registered User
Posts: 6607
Joined: Sat Aug 30, 2014 1:30 pm

Re: [RC] Welcome On Index

Post by janus_zonstraal »

Question,
can you make it possible to resize the avatar to 75*75px in your mod?
Sorry! My English is bat ;) !!!
User avatar
Solidjeuh
Registered User
Posts: 522
Joined: Wed Oct 06, 2010 11:20 pm
Location: Aalst / Belgium
Name: Andy Dm

Re: [RC] Welcome On Index

Post by Solidjeuh »

janus_zonstraal wrote:Question,
can you make it possible to resize the avatar to 75*75px in your mod?
Open:
welcomeonindex\styles\all\template\event\index_body_markforums_before.html

Find:
<img src="{T_THEME_PATH}/images/no_avatar.gif" alt="" />
Replace with:
<img src="{T_THEME_PATH}/images/no_avatar.gif" alt="" height="75" width="75" />

This should normally do the trick.

====== EDIT =======
Sorry, this is only for no avatar.. :)
Last edited by Solidjeuh on Fri Nov 28, 2014 10:27 pm, edited 1 time in total.
I don't suffer from insanity. I enjoy every minute of it.
User avatar
janus_zonstraal
Registered User
Posts: 6607
Joined: Sat Aug 30, 2014 1:30 pm

Re: [RC] Welcome On Index

Post by janus_zonstraal »

That code isn't in my "welcomeonindex\styles\all\template\event\index_body_markforums_before.html" :?:
Versie 1.0.1
Sorry! My English is bat ;) !!!
User avatar
Stoker 4.0
Registered User
Posts: 1504
Joined: Sun Feb 13, 2011 1:33 pm
Location: Funen, Denmark
Name: Ulrik Christensen

Re: [RC] Welcome On Index

Post by Stoker 4.0 »

janus_zonstraal wrote:Question,
can you make it possible to resize the avatar to 75*75px in your mod?
The avatar is resized in phpBB 3.1 in the navbar_header.html using a css class. You can do the same.
Regards Stoker
User avatar
janus_zonstraal
Registered User
Posts: 6607
Joined: Sat Aug 30, 2014 1:30 pm

Re: [RC] Welcome On Index

Post by janus_zonstraal »

Stoker 4.0 wrote:
janus_zonstraal wrote:Question,
can you make it possible to resize the avatar to 75*75px in your mod?
The avatar is resized in phpBB 3.1 in the navbar_header.html using a css class. You can do the same.
Working now, thanks
Sorry! My English is bat ;) !!!
User avatar
Joost01
Registered User
Posts: 233
Joined: Thu Jan 09, 2014 10:05 am
Location: The Netherlands
Name: Joost

Re: [RC] Welcome On Index

Post by Joost01 »

Hello,


I have installed this, alone this show on the right side under ''Recent Topics'' i use the pbwow3_wildstar style.
How can i this set under the boardannouncements? :?

Image

Image
Board version: 3.3.3
Board language: Dutch
Style: Prosilver (Dark Edition)
User avatar
Walther
Registered User
Posts: 301
Joined: Fri Jul 09, 2004 5:21 pm
Location: The Netherlands

Re: [RC] Welcome On Index

Post by Walther »

@joost01: There is still no order for events. I had the same problem, and used customcode extension to fix it.
See viewtopic.php?p=13825536#p13825536 (previous page)
User avatar
Joost01
Registered User
Posts: 233
Joined: Thu Jan 09, 2014 10:05 am
Location: The Netherlands
Name: Joost

Re: [RC] Welcome On Index

Post by Joost01 »

Walther wrote:@joost01: There is still no order for events. I had the same problem, and used customcode extension to fix it.
See viewtopic.php?p=13825536#p13825536 (previous page)
Hello Walther,


What for code? Can you help me with this i can not good english. xD :P
I have installed the extension, i use better my FTP program for editting files than that. :?
Board version: 3.3.3
Board language: Dutch
Style: Prosilver (Dark Edition)
User avatar
Walther
Registered User
Posts: 301
Joined: Fri Jul 09, 2004 5:21 pm
Location: The Netherlands

Re: [RC] Welcome On Index

Post by Walther »

Joost01 wrote:I have installed the extension, i use better my FTP program for editting files than that
There is no need for FTP to edit files with customcode extension.
Got it working with customcode extension to get it in the right order.
User avatar
Joost01
Registered User
Posts: 233
Joined: Thu Jan 09, 2014 10:05 am
Location: The Netherlands
Name: Joost

Re: [RC] Welcome On Index

Post by Joost01 »

Walther wrote:
Joost01 wrote:I have installed the extension, i use better my FTP program for editting files than that
There is no need for FTP to edit files with customcode extension.
Got it working with customcode extension to get it in the right order.
As on the previous page, I do not get. :cry:
What should I change and how and what for code? :roll:
Board version: 3.3.3
Board language: Dutch
Style: Prosilver (Dark Edition)
User avatar
KhurramMunawar
Registered User
Posts: 534
Joined: Tue Mar 25, 2014 2:20 am
Location: Islamabad, Pakistan
Name: Khurram Munawar

Re: [RC] Welcome On Index

Post by KhurramMunawar »

can we hide welcome for the guest ?
Get Free Traffic To Your Website
Trafficonic.com - Free Traffic To Your Website
User avatar
Stoker 4.0
Registered User
Posts: 1504
Joined: Sun Feb 13, 2011 1:33 pm
Location: Funen, Denmark
Name: Ulrik Christensen

Re: [RC] Welcome On Index

Post by Stoker 4.0 »

KhurramMunawar wrote:can we hide welcome for the guest ?
Sure, open ext\stoker\welcomeonindex\styles\all\template\event\index_body_markforums_before.html
Find

Code: Select all

<!-- IF not S_IS_BOT -->
Replace with

Code: Select all

<!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
Save, upload and purge cache.
Regards Stoker
User avatar
KhurramMunawar
Registered User
Posts: 534
Joined: Tue Mar 25, 2014 2:20 am
Location: Islamabad, Pakistan
Name: Khurram Munawar

Re: [RC] Welcome On Index

Post by KhurramMunawar »

Stoker 4.0 wrote:
KhurramMunawar wrote:can we hide welcome for the guest ?
Sure, open ext\stoker\welcomeonindex\styles\all\template\event\index_body_markforums_before.html
Find

Code: Select all

<!-- IF not S_IS_BOT -->
Replace with

Code: Select all

<!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
Save, upload and purge cache.
thank u Stoker.
Get Free Traffic To Your Website
Trafficonic.com - Free Traffic To Your Website
User avatar
KhurramMunawar
Registered User
Posts: 534
Joined: Tue Mar 25, 2014 2:20 am
Location: Islamabad, Pakistan
Name: Khurram Munawar

Re: [RC] Welcome On Index

Post by KhurramMunawar »

Great Extension Stoker.
Thank u .

If u are planning to update it in the future, then my request is to make this extension a bit customizable for the admin. like welcome messages, welcome messages on/off for guest. board statistics on welcome message on/off. etc. show avatar on/off, change username color and welcome position and font size. etc.

That will make this amazing extension . more amazing :)

Thanks alot
Get Free Traffic To Your Website
Trafficonic.com - Free Traffic To Your Website
User avatar
wkuzma
Registered User
Posts: 394
Joined: Sun Sep 02, 2007 10:18 pm

Re: [RC] Welcome On Index

Post by wkuzma »

I also have a simple request
can you add a function to shut it off automatically when you select the board index?
and have it re-enable the next time you login?

Return to “Abandoned Extensions”