×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: adjustment to the login link

adjustment to the login link 13 years 9 months ago #9985

  • ahmed
  • ahmed's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 20
  • Thank you received: 0
hi there
been along time user of this great commenting system and waiting for 1 last feature ( avatars from mighty extension ) to become a subscriber here

i just started integrating RPX module into my website
its relly really great allowing users to register into the site using their social websites accounts

it has it own module and ever thing


so i was wondering where can i find the code where the login message get displayed to the user if he was not logged in
i am going to either add the code for the rpx module their
or use a modal lightbox to load the new login module ( with rpx )

i know how to do it just need to know where the code responsible for that is

thanks in advanced
ahmed

( btw about the avaters thingy that's a feature suggestion i dont want to open another topic )

adjustment to the login link 13 years 9 months ago #9987

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
when you say Avatar are you talking about this: www.mightyextensions.com/joomla-componen...cial-network-service ?

Look in the class JOSC_form
	public function onlyRegistered() {
		return '<div class="onlyregistered">' . JText::_('JOOMLACOMMENT_ONLYREGISTERED') . '</div>';
	}

This is displaying the text when the user is not logged in and the only registered options is set to yes.

adjustment to the login link 13 years 9 months ago #10000

  • ahmed
  • ahmed's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 20
  • Thank you received: 0
ey danial
srooy for taking so long to answer

yes this one : www.mightyextensions.com/joomla-componen...-extend-registration
all their components take their data from JUSER which is the registration extention

and about the class i want able to find it in the component folder , should look in the admin comonent folder ?
i code that i want to enter is kinda simple

but first of all can i triger a lightbox popup using plugin parameters in the code ?

thanks in advanced m8

adjustment to the login link 13 years 9 months ago #10011

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
ah ahmed sorry. I thought you use compojoomcomment
go to components/com_comment/joscomment/comment.class.php - in this file you should find the code that I was talking about above.
I'll check that mighty extension, but I don't promise you to get it into compojoomcomment before the end of next week.
  • Page:
  • 1
Time to create page: 0.100 seconds